Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Classes/MuCO/CustomizableObjectInstance.h |
| Include | #include "MuCO/CustomizableObjectInstance.h" |
Syntax
class FMutableUpdateCandidate
Variables
| Type | Name | Description | |
|---|---|---|---|
| UCustomizableObjectInstance * | CustomizableObjectInstance | The Instance to possibly update. | |
| int32 | MaxLOD | ||
| int32 | MinLOD | These are the LODs that would be applied if this candidate is chosen. | |
| EQueuePriorityType | Priority | ||
| TArray< uint16 > | RequestedLODLevels | Array of RequestedLODs per component to generate if this candidate is chosen |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMutableUpdateCandidate
(
UCustomizableObjectInstance* InCustomizableObjectInstance |
|||
FMutableUpdateCandidate
(
const UCustomizableObjectInstance* InCustomizableObjectInstance, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| bool | |||
| void | Issue () |