Epic Developer Community Forums
Child Actor Component - Can't access parent variables
Development
Programming & Scripting
Blueprint
unreal-engine
,
question
,
Blueprint
rokenrock
(rokenrock)
May 9, 2023, 9:36pm
4
Cast it to the class of the parent and get a reference to that mesh:
image
1929×1010 256 KB
You can cast to your specific character (in this case TopDownCharacter), but the mesh is inherited from the Character class so you could also cast to that.
show post in topic