Is it possible to get an actor(object) reference from a child actor component?
i.e can I get an instance of a child actor to allow for me to call functions on it? I can’t seem to find a way to get the instance of the child actor from the child actor component variable.
Yeah. It is a bit of a contortionist act, currently. Hopefully they will correct that soon. If you are only picking through a very select few, you can also use tags to specify which of the child actors of a given type you want.
To me this is worded a bit strangely, so for anyone else who didn’t get it at first read: Drop a reference to the Child Actor Component into your graph, then drag off from that and “get child actor”. That gives you an actor reference that you can use as-is or cast to something more specific. It’s as easy as it possibly can be.
Thanks for this I have been banging my head against a wall and making loads of round about ways to get the actor references, this makes my life lots easier