Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UObjectBaseUtility
| Type | Name | Description | |
|---|---|---|---|
| FString | GetFullName
(
const UObject* StopOuter, |
Returns the fully qualified pathname for this object as well as the name of the class, in the format: 'ClassName Outermost[.Outer].Name'. | |
| void | GetFullName
(
const UObject* StopOuter, |
Version of GetFullName() that eliminates unnecessary copies. | |
| void | GetFullName
(
FStringBuilderBase& ResultString, |
Returns the fully qualified pathname for this object as well as the name of the class, in the format: 'ClassName Outermost[.Outer].Name'. |