Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/MachineLearnedBehaviorExtReader
Warnings * The index must be less than the value returned by getMLTypeCount.
Description
Operations within a single set are safe to execute in parallel, while each operation set itself is expected to be executed sequentially, one after the other.
The index must be less than the value returned by getMLTypeCount.
| Name | getMLOperationSetCount |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/MachineLearnedBehaviorExtReader.h |
| Include Path | #include "dna/layers/MachineLearnedBehaviorExtReader.h" |
std::uint16_t getMLOperationSetCount
(
std::uint16_t mlTypeIndex
) const
Parameters
| Name | Remarks |
|---|---|
| mlTypeIndex | The ML model position in the zero-indexed array of ML models. |