Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Misc > API/Runtime/CoreUObject/Misc/FPackageName > API/Runtime/CoreUObject/Misc/FPackageName/GetLocalizedPackagePath
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 |
static FString GetLocalizedPackagePath
&40;
const FString & InSourcePackagePath
&41;
Remarks
Gets the localized version of a long package path for the current culture, or returns the source package if there is no suitable localized package. Localized package path, or the source package path if there is no suitable localized package.
Parameters
Name | Description |
---|---|
InSourcePackagePath | Path to the source package. |