Navigation
API > API/Developer > API/Developer/Localization
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULocalizationSettings
References
Module | Localization |
Header | /Engine/Source/Developer/Localization/Public/LocalizationSettings.h |
Include | #include "LocalizationSettings.h" |
Syntax
class ULocalizationSettings : public UObject
Remarks
Class for loading/saving configuration settings and the details view objects needed for localization dashboard functionality.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
ULocalizationSettings
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
ULocalizationTargetSet * | ||
![]() ![]() |
ULocalizationTargetSet * |
Overridden from UObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |
![]() ![]() |
void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |