The reason that the child actor will not let you access it’s variables is that the child actor is dynamic (and is of type ‘Actor’), kind of like how you can’t access your character’s variables by using ‘Get Player Character’. You should be able to cast using the child actor if you know what class to cast to.