Hi,
I create a simple actor with a simple function
I add that actor inside its parent actor (simple drag drop)

I then try to call the function of the child actor
I have to untick context sensitive to see the function
they appear unlinked

I just cannot link them together
why cant I call the child actor’s function ?
I tried with an event, same issue
thanks for your help
Everynone
(Everynone)
2
why cant I call the child actor’s function ?
Test is a component
this component holds an actor:
The Naming Conventions do not help here much. You will need to cast first, too. Or use an interface.
edit: better pic
apparently it does not work either
Everynone
(Everynone)
4
Read above, you must cast. Or use an interface. The component holds an actor, not the actor.