Hi! I wanted to know how do I get a reference to a component used by my blueprint actor (in my c++ class that is the parent class of said blueprint actor), my actor of course is composed by a few components that are parents to other components I need to reference a specific component which is a StaticMesh, so I can call it in the code and make it move individually.
I’m a total beginner.