Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/GetPathNameSafe
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h |
| Include | #include "UObject/UObjectBaseUtility.h" |
FString GetPathNameSafe
(
const UObjectBaseUtility * Object
)
Remarks
Returns the path name of this object. path name of the object.
Parameters
| Name | Description |
|---|---|
| Object | object to retrieve the path name for; null gives "None". |