Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO
Inheritance Hierarchy
- FDescriptorHash
- FDescriptorRuntimeHash
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectInstanceDescriptor.h |
| Include | #include "MuCO/CustomizableObjectInstanceDescriptor.h" |
Syntax
class FDescriptorRuntimeHash : public FDescriptorHash
Remarks
Hash of the Descriptor. Hashes everything including runtime information.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDescriptorRuntimeHash
(
const FCustomizableObjectInstanceDescriptor& Descriptor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetMaxLOD () |
||
| int32 | GetMinLOD () |
||
| const TArray< uint16 > & | |||
| bool | IsSubset
(
const FDescriptorRuntimeHash& Other |
Return true if this Hash is a subset of the other Hash (i.e., this Descriptor is a subset of the other Descriptor). | |
| void | UpdateMinMaxLOD
(
int32 InMinLOD, |
||
| void | UpdateRequestedLODs
(
const TArray< uint16 >& InRequestedLODs |