FPackageName::GetSourcePackagePath

Gets the source version of a localized long package path (it is also safe to pass non-localized paths into this function).

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 GetSourcePackagePath
(
    const FString & InLocalizedPackagePath
)

Remarks

Gets the source version of a localized long package path (it is also safe to pass non-localized paths into this function).

Returns

Source package path.

Parameters

Parameter

Description

InLocalizedPackagePath

Path to the localized package.

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