Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Internationalization > API/Runtime/CoreUObject/Internationalization/FPackageLocalizationUtil
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Internationalization/PackageLocalizationUtil.h |
| Include | #include "Internationalization/PackageLocalizationUtil.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Internationalization/PackageLocalizationUtil.cpp |
static bool ConvertLocalizedToSource
(
const FString & InLocalized,
FString & OutSource
)
Remarks
Converts a localized version of a package path to the source version (by removing /L10N/` from the package path, if present) Note: This does not check whether the source package exists_
`_