Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/UCustomizableObjectInstance
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Classes/MuCO/CustomizableObjectInstance.h |
| Include | #include "MuCO/CustomizableObjectInstance.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObjectInstance.cpp |
void SetRequestedLODs
&40;
int32 InMinLOD,
int32 InMaxLOD,
const TArray< uint16 > & InRequestedLODsPerComponent,
FMutableInstanceUpdateMap & InOutRequestedUpdates
&41;
Remarks
Sets an array of LODs to generate per component. Mutable will generate those plus the currently generated LODs (if any). Requires mutable.EnableOnlyGenerateRequestedLODs and CurrentInstanceLODManagement->IsOnlyGenerateRequestedLODLevelsEnabled() to be true.
Parameters
| Name | Description |
|---|---|
| InMinLOD | MinLOD to generate. |
| InMaxLOD | MaxLOD to generate. |
| InRequestedLODsPerComponent | Array with bitmasks of requested LODs per component with range from [0 .. CO->GetComponentCount()]. |
| InOutRequestedUpdates | Map from Instance to Update data that stores a request for the Instance to be updated, which will be either processed or discarded by priority (to be rerequested the next tick) |