Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCustomizableInstanceLODManagementBase
- UCustomizableInstanceLODManagement
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Classes/MuCO/CustomizableInstanceLODManagement.h |
| Include | #include "MuCO/CustomizableInstanceLODManagement.h" |
Syntax
UCLASS&40;Blueprintable, BlueprintType&41;
class UCustomizableInstanceLODManagementBase : public UObject
Remarks
This is an abstract base class, override it to create a new Instance LOD management system and register with UCustomizableObjectSystem::SetInstanceLODManagement.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | |||
| int32 | |||
| int32 | |||
| float | |||
| bool | |||
| bool | |||
| void | UpdateInstanceDistsAndLODs
(
FMutableInstanceUpdateMap& InOutRequestedUpdates |
WARNING! The following methods must be overriden in derived classes. |