Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/layers > API/Plugins/RigLogicLib/dna/layers/MachineLearnedBehaviorReader
Warnings The mesh index must be less than the value returned by getMeshCount. The region index must be less than the value returned by getMeshRegionCount.
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/MachineLearnedBehaviorReader.h |
| Include | #include "dna/layers/MachineLearnedBehaviorReader.h" |
ConstArrayView < std::uint16_t > getNeuralNetworkIndicesForMeshRegion
(
std::uint16_t meshIndex,
std::uint16_t regionIndex
) const
Remarks
The mesh index must be less than the value returned by getMeshCount.
The region index must be less than the value returned by getMeshRegionCount. View over the neural network indices.
Parameters
| Name | Description |
|---|---|
| meshIndex | The mesh for which neural networks are being requested. |
| regionIndex | The region for which neural networks are being requested. |
See Also
DefinitionReader::getMeshCount
DefinitionReader::getMeshRegionCount