Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Classes/MuCO/CustomizableObject.h |
| Include | #include "MuCO/CustomizableObject.h" |
Syntax
class FCustomizableObjectCompilerBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Ensure virtual destruction. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Compile
(
UCustomizableObject& Object, |
||
| void | |||
| void | GetCompilationMessages
(
TArray< FText >& OutWarningMessages, |
Provides the caller with the warning and error messages produced during compilation | |
| ECustomizableObjectCompilationState | |||
| UCustomizableObject * | GetRootObject
(
UCustomizableObject* Object |
Returns the Customizable Object that does start the CO tree | |
| bool | IsRootObject
(
const UCustomizableObject* Object |
Return true if this object doesn't reference a parent object. | |
| bool | Tick () |