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 lod index must be less than the value returned by getLODCount.
Description
The index must be less than the value returned by getMLTypeCount.
The index must be less than the value returned by getMLOperationSetCount.
The lod index must be less than the value returned by getLODCount.
| Name | getMLOperationIndicesForLOD |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/MachineLearnedBehaviorExtReader.h |
| Include Path | #include "dna/layers/MachineLearnedBehaviorExtReader.h" |
ConstArrayView< std::uint16_t > getMLOperationIndicesForLOD
(
std::uint16_t mlTypeIndex,
std::uint16_t mlOperationSetIndex,
std::uint16_t lod
) const
View over the operation instance indices.
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 level of detail for which operations are being requested. |
See Also
- DescriptorReader::getLODCount