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 ConvertSourceToRegexLocalized
(
const FStringView & InSource,
FString & OutLocalized
)
Remarks
Converts a source version of a package path to the regex localized version (by adding "/L10N/" + "*" to the package path) Note: This does not check whether the source package exists True if the conversion happened, false otherwise
Parameters
| Name | Description |
|---|---|
| InSource | Path to the source package. |
| OutLocalized | Path to the regex localized package. If the conversion failed, OutLocalized won't change. |