Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCustomizableObjectEditorSettings
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/CustomizableObjectEditorSettings.h |
| Include | #include "MuCOE/CustomizableObjectEditorSettings.h" |
Syntax
UCLASS&40;Config&61;Engine&41;
class UCustomizableObjectEditorSettings : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCompileObjectsSynchronously | If true, AutomaticCompilation will happen synchronously. | |
| bool | bCompileRootObjectsOnStartPIE | If true, Root Customizable Objects in memory will be compiled, if needed, before starting a PIE session. | |
| bool | bDisableMutableCompileInEditor | If true, Mutable won't compile any COs in the Editor. | |
| bool | bEnableAutomaticCompilation | If true, Mutable will automatically compile, if needed, COs being used by Actors. |
Constructors
| Type | Name | Description | |
|---|---|---|---|