FPackageName::GetLongPackageAssetName

Returns the clean asset name for the specified package, same as GetShortName

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 GetLongPackageAssetName
(
    const FString & InLongPackageName
)

Remarks

Returns the clean asset name for the specified package, same as GetShortName

Returns

Clean asset name.

Parameters

Parameter

Description

InLongPackageName

Long Package Name

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