Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/MachineLearnedBehaviorExtReader
Warnings The index must be less than the value returned by getMLTypeCount. The index must be less than the value returned by getMLOperationSetCount. * The index must be less than the value returned by getMLOperationCount.
Description
The index must be less than the value returned by getMLTypeCount.
The index must be less than the value returned by getMLOperationSetCount.
The index must be less than the value returned by getMLOperationCount.
| Name | getMLOperationType |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/MachineLearnedBehaviorExtReader.h |
| Include Path | #include "dna/layers/MachineLearnedBehaviorExtReader.h" |
MachineLearnedBehaviorOperationType getMLOperationType
(
std::uint16_t mlTypeIndex,
std::uint16_t mlOperationSetIndex,
std::uint16_t mlOperationIndex
) const
The operation type.
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. |
| mlOperationIndex | The operation position in the zero-indexed array of operations within the selected set. |