Navigation
API > API/Runtime > API/Runtime/CoreUObject
Classes
| Type | Name | Description | |
|---|---|---|---|
| FPackageLocalizationCache | Common implementation for the package localization cache | ||
| FPackageLocalizationCultureCache | Package localization cache for a specific culture (may contain a chain of cultures internally based on their priority) | ||
| FPackageLocalizationManager | Singleton class that manages localized package data. | ||
| FPackageLocalizationUtil | Utility functions for dealing with localized package names | ||
| IPackageLocalizationCache | Interface for types that provide caching for package localization. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | StabilizeLocalizationKeys::StabilizeLocalizationKeysForProperty
(
FProperty* InProp, |
Convert any text that has been initialized from a raw string to have a deterministic key based on the given key root and the property name. | |
| void | StabilizeLocalizationKeys::StabilizeLocalizationKeysForStruct
(
UStruct* InStruct, |
Walk through the struct and convert any text that has been initialized from a raw string to have a deterministic key based on the given key root and the property name. |