Navigation
API > API/Runtime > API/Runtime/CoreUObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetPathNameSafe
(
const UObjectBaseUtility* Object |
Returns the path name of this object. | UObject/UObjectBaseUtility.h | |
FString GetPathNameSafe
(
const FField* InField, |
Gets the path name of the provided field. If the field pointer is null, the result is "none" | UObject/Field.h |
GetPathNameSafe(const UObjectBaseUtility *)
Description
Returns the path name of this object.
| Name | GetPathNameSafe |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h |
| Include Path | #include "UObject/UObjectBaseUtility.h" |
FString GetPathNameSafe
(
const UObjectBaseUtility * Object
)
path name of the object.
Parameters
| Name | Remarks |
|---|---|
| Object | object to retrieve the path name for; null gives "None". |
GetPathNameSafe(const FField , const UObject )
Description
Gets the path name of the provided field. If the field pointer is null, the result is "none"
| Name | GetPathNameSafe |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Field.h |
| Include Path | #include "UObject/Field.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Field.cpp |
FString GetPathNameSafe
(
const FField * InField,
const UObject * StopOuter
)