Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/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.
Description
The mesh index must be less than the value returned by getMeshCount.
The region index must be less than the value returned by getMeshRegionCount.
| Name | getNeuralNetworkIndicesForMeshRegion |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/MachineLearnedBehaviorReader.h |
| Include Path | #include "dna/layers/MachineLearnedBehaviorReader.h" |
ConstArrayView< std::uint16_t > getNeuralNetworkIndicesForMeshRegion
(
std::uint16_t meshIndex,
std::uint16_t regionIndex
) const
View over the neural network indices.
Parameters
| Name | Remarks |
|---|---|
| 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