Navigation
API > API/Editor > API/Editor/Blutility > API/Editor/Blutility/UDEPRECATED_GlobalEditorUtilityB-
References
| Module | Blutility |
| Header | /Engine/Source/Editor/Blutility/Classes/GlobalEditorUtilityBase.h |
| Include | #include "GlobalEditorUtilityBase.h" |
| Source | /Engine/Source/Editor/Blutility/Private/GlobalEditorUtilityBase.cpp |
AActor &42; GetActorReference
&40;
FString PathToActor
&41;
Remarks
Attempts to find the actor specified by PathToActor in the current editor world A reference to the actor, or none if it wasn't found
Parameters
| Name | Description |
|---|---|
| PathToActor | The path to the actor (e.g. PersistentLevel.PlayerStart) |