FPackageName::TryConvertShortPackagePathToLongInObjectPath

Tries to convert object path with short package name to object path with long package name found on disk (very slow)

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 bool TryConvertShortPackagePathToLongInObjectPath
(
    const FString & ObjectPath,
    FString & ConvertedObjectPath
)

Remarks

Tries to convert object path with short package name to object path with long package name found on disk (very slow)

Returns

True if succeeded. False otherwise.

Parameters

Parameter

Description

ObjectPath

Path to the object.

OutLongPackageName

Converted object path.

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