UObjectBaseUtility::GetPathName

Returns the fully qualified pathname for this object, in the format: 'Outermost[.Outer].Name'

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

Syntax

FString GetPathName
(
    const UObject * StopOuter
) 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

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Cancel