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