![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Enumerations | |
| enum | Type { Never , Always , Editor , Game , PropertyNames , ToolTips , Max } |
Functions | |
| PROJECTS_API ELocalizationTargetDescriptorLoadingPolicy::Type | FromString (const TCHAR *Text) |
| PROJECTS_API const TCHAR * | ToString (const ELocalizationTargetDescriptorLoadingPolicy::Type Value) |
Policy by which the localization data associated with a target should be loaded.
| ELocalizationTargetDescriptorLoadingPolicy::Type ELocalizationTargetDescriptorLoadingPolicy::FromString | ( | const TCHAR * | Text | ) |
Converts a string to a ELocalizationTargetDescriptorLoadingPolicy::Type value
| The | string to convert to a value |
| const TCHAR * ELocalizationTargetDescriptorLoadingPolicy::ToString | ( | const ELocalizationTargetDescriptorLoadingPolicy::Type | Value | ) |
Returns the name of a localization loading policy.
| The | value to convert to a string |