Grabber C++ file does not appear in UE Editor. Mover cpp file broken


I created a Grabber C++ file as usual. It doesn’t even appear in the UE Editor. Even more importantly, my Mover.cpp file broke despite me not changing anything. I’m stuck and cannot proceed with this course because of these issues. Can someone please help? Thanks

Unreal adds the compiler flags to make variable shadowing an error. The variables you have defined on lines 41-43 shadow the ones on lines 33-35.

1 Like

Thank you. I was able to resolve the issue. I really appreciate the help.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms