If I would like to attach spring arm to turret mesh in c++,
how can I access variables of parents from child c++ class??
1 Like
Put the mesh in a protected section in the base class and then you’ll be able to access it in derived classes as well.
1 Like
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.