Get Child Actors from Get All Child Actors

Hello. Can i get all child actors with an array or i can use only cast or interface to get variables from them and can’t write down into a variable?

in order to get access to another classes variables you would need to cast to the class, or communicate with it via an interface.

1 Like