How to set Variables in Child Actor Component

If you use a ‘get child actor’ node then cast, you can access everything in the child, including ‘run in editor’ events.

So I think you can call the event from construction ( so the child still works normally ), but then call it again from the parent.

and the construction script in the child is just

and