Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Internationalization
Inheritance Hierarchy
- IPackageLocalizationCache
- FPackageLocalizationCache
- FEnginePackageLocalizationCache
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Internationalization/IPackageLocalizationCache.h |
| Include | #include "Internationalization/IPackageLocalizationCache.h" |
Syntax
class IPackageLocalizationCache
Remarks
Interface for types that provide caching for package localization.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Update this cache, but only if it is dirty. | ||
| FName | FindLocalizedPackageName
(
const FName InSourcePackageName |
Try and find the localized package name for the given source package for the active culture. | |
| FName | FindLocalizedPackageNameForCulture
(
const FName InSourcePackageName, |
Try and find the localized package name for the given source package for the given culture. |