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