Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FUnrealEdMisc
Description
Delegate for (default) display name of UObject tokens. Can display the name of the actor if an object is/is part of one
| Name | OnGetDisplayName |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/UnrealEdMisc.h |
| Include Path | #include "UnrealEdMisc.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/UnrealEdMisc.cpp |
FText OnGetDisplayName
(
const UObject * InObject,
const bool bFullPath
)