Navigation
Unreal Engine C++ API Reference > 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,
const FString & InCultureName
&41;
Remarks
Gets the localized version of a long package path for the given 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. |
InCultureName | Culture name to get the localized package for. |