Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/Compiler.h |
| Include | #include "MuT/Compiler.h" |
Syntax
struct FObjectState
Remarks
Information about an object state in the source data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | m_name | Name used to identify the state from the code and user interface. | |
| FStateOptimizationOptions | m_optimisation | GPU Optimisation options. | |
| TArray< FString > | m_runtimeParams | List of names of the runtime parameters in this state. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Serialise
(
OutputArchive& arch |
||
| void | Unserialise
(
InputArchive& arch |