Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > UObjectBaseUtility > GetPathName
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBaseUtility.h |
Include | #include "UObject/UObjectBaseUtility.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectBaseUtility.cpp |
FString GetPathName
&40;
const UObject &42; StopOuter
&41; const
Remarks
Returns the fully qualified pathname for this object, in the format: 'Outermost[.Outer].Name'
safe to call on NULL object pointers! Returns the fully qualified pathname for this object, in the format: 'Outermost.[Outer:]Name'
safe to call on NULL object pointers!
Parameters
Name | Description |
---|---|
StopOuter | if specified, indicates that the output string should be relative to this object. if StopOuter does not exist in this object's Outer chain, the result would be the same as passing NULL. |
StopOuter | if specified, indicates that the output string should be relative to this object. if StopOuter does not exist in this object's Outer chain, the result would be the same as passing NULL. |