Navigation
API > API/Developer > API/Developer/Localization
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UUserGeneratedContentLocalizationSettings
References
| Module | Localization |
| Header | /Engine/Source/Developer/Localization/Public/UserGeneratedContentLocalization.h |
| Include | #include "UserGeneratedContentLocalization.h" |
Syntax
class UUserGeneratedContentLocalizationSettings : public UObject
Remarks
Settings controlling UGC localization.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCompileDLCLocalizationDuringCook | Should we compile UGC localization (if present) for DLC plugins during cook? | |
| bool | bValidateDLCLocalizationDuringCook | Should we validate UGC localization (if present) for DLC plugins during cook? | |
| TArray< FString > | CulturesToDisable | List of cultures that should be disabled for UGC localization. |