How Reference Sublevel Actor

You can always do a ‘get all actors of class with tag’, and tag the actor you want to talk to. Be aware that this is not a very efficient method though (since UE has to loop through all availalbe actors) so better to do it before game start and store the result somewhere.

1 Like