Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/MachineLearnedBehaviorExtWriter
Description
Set which operations belong to which level of detail.
| Name | setLODMLOperationMapping |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/MachineLearnedBehaviorExtWriter.h |
| Include Path | #include "dna/layers/MachineLearnedBehaviorExtWriter.h" |
void setLODMLOperationMapping
(
std::uint16_t mlTypeIndex,
std::uint16_t mlOperationSetIndex,
std::uint16_t lod,
std::uint16_t index
)
Parameters
| Name | Remarks |
|---|---|
| mlTypeIndex | The ML model position in the zero-indexed array of ML models. |
| mlOperationSetIndex | The operation set position in the zero-indexed array of operation sets. |
| lod | The actual level of detail to which the operations are being associated. |
| index | The index onto which operation indices were assigned using setMLOperationIndices. |
See Also
- setMLOperationIndices