How to reference in Third Person Mode?

Hi everyone, I’m new to UE, and just trying to use some function(spawn cube) from my blueprint class, in other class(default template - BP_ThirdPersonCharacter).

Since it is not possible to specify Target Object for referencing in Blueprint editor, it is only can be selected in Editor Viewport, so i just pulled BP_ThirdPersonCharacter(BP) in to the Scene, and doll stands there and it’s BP with my reference in it working:

So far i used BeginPlay Event, which successfully spawns single cube once(doll does that, not my avatar), so i know referencing I’m just discovered is working as intended.

But how i specify target object for MY BP_ThirdPersonCharacter? It is not part of the scene, not in World Outliner, i can’t figure out how to reach “Details” of it…

Any advice for such simple referencing issue will be appreciated!

1 Like

You can do it at run time with ‘get actor of class’ :slight_smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.