Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/FMutableLODSettings
Syntax
UPROPERTY&40;EditAnywhere, Category&61;LODSettings,
Meta&61;&40;EditCondition&61;"bOverrideLODStreamingSettings", DisplayName&61;"Enable LOD Streaming"&41;&41;
FPerPlatformBool bEnableLODStreaming
Remarks
Enabled: streaming LODs will trigger automatic updates to generate and discard LODs. Streaming may decrease the amount of memory used, but will stress the CPU and Streaming of resources. Keep in mind that, even though updates may be faster depending on the amount of LODs to generate, there may be more updates to process.
Disabled: all LODs will be generated at once. It may increase the amount of memory used by the meshes and the generation may take longer, but less updates will be required.