Child actor function or event cannot be accessed

Hi,

I create a simple actor with a simple function

I add that actor inside its parent actor (simple drag drop)

image

I then try to call the function of the child actor

I have to untick context sensitive to see the function

they appear unlinked

image

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

why cant I call the child actor’s function ?

:red_circle: Test is a component
:green_circle: 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

Read above, you must cast. Or use an interface. The component holds an actor, not the actor.

sorry I missed that

thanks it works

1 Like