How can I call functions of a Child Actor Component?

You have to get the child actor, and cast to it to its class, like this:

You could also cast it on begin play or somewhere, and promote it to a variable, then you won’t have to cast it every time you want to access it.

4 Likes