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
USTRUCT ()
struct FMutableLODSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPerPlatformBool | bEnableLODStreaming | Enabled: streaming LODs will trigger automatic updates to generate and discard LODs. | |
| bool | bOverrideLODStreamingSettings | Override the LOD Streaming settings from the reference skeletal meshes. | |
| FPerPlatformInt | MinLOD | Minimum LOD to render per Platform. | |
| FPerQualityLevelInt | MinQualityLevelLOD | Minimum LOD to render per Quality level. | |
| FPerPlatformInt | NumMaxStreamedLODs | Limit the number of LODs to stream. A value of 0 is the same as disabling streaming of LODs. |