Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/layers > API/Plugins/RigLogicLib/dna/layers/MachineLearnedBehaviorReader
Warnings * netIndex must be less than the value returned by getNeuralNetworkCount.
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 > getNeuralNetworkInputIndices
&40;
std::uint16_t netIndex
&41; const
Remarks
NetIndex must be less than the value returned by getNeuralNetworkCount. View over the input control indices.
Parameters
| Name | Description |
|---|---|
| netIndex | A neural network's position in the zero-indexed array of neural networks. |