Navigation
API > API/Plugins > API/Plugins/LevelSnapshots > API/Plugins/LevelSnapshots/ULevelSnapshot
Description
Gets the display label of the path of the actor. This is useful for the LS UI to display actor names, especially of removed actors.
| Name | GetActorLabel |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Public/Data/LevelSnapshot.h |
| Include Path | #include "Data/LevelSnapshot.h" |
| Source | /Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelSnapshots/Private/Data/LevelSnapshot.cpp |
FString GetActorLabel
(
const FSoftObjectPath & OriginalActorPath
) const