Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Internationalization > API/Runtime/CoreUObject/Internationalization/FPackageLocalizationCache
- IPackageLocalizationCache::FindLocalizedPackageNameForCulture()
- FPackageLocalizationCache::FindLocalizedPackageNameForCulture()
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/Internationalization/PackageLocalizationCache.h |
Include | #include "Internationalization/PackageLocalizationCache.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/Internationalization/PackageLocalizationCache.cpp |
virtual FName FindLocalizedPackageNameForCulture
&40;
const FName InSourcePackageName,
const FString & InCultureName
&41;
Remarks
Try and find the localized package name for the given source package for the given culture. The localized package name, or NAME_None if there is no localized package.
Parameters
Name | Description |
---|---|
InSourcePackageName | The name of the source package to find. |
InCultureName | The name of the culture to find the package for. |