FPackageName::GetNormalizedObjectPath

Gets normalized object path i.e. with long package format.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h

Include

#include "Misc/PackageName.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp

Syntax

static FString GetNormalizedObjectPath
(
    const FString & ObjectPath
)

Remarks

Gets normalized object path i.e. with long package format.

Returns

Normalized path (or empty path, if short object path was given and it wasn't found on the disk).

Parameters

Parameter

Description

ObjectPath

Path to the object.

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