Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/MachineLearnedBehaviorReader
Warnings * netIndex must be less than the value returned by getNeuralNetworkCount.
Description
NetIndex must be less than the value returned by getNeuralNetworkCount.
| Name | getNeuralNetworkLayerCount |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/MachineLearnedBehaviorReader.h |
| Include Path | #include "dna/layers/MachineLearnedBehaviorReader.h" |
std::uint16_t getNeuralNetworkLayerCount
(
std::uint16_t netIndex
) const
Parameters
| Name | Remarks |
|---|---|
| netIndex | A neural network's position in the zero-indexed array of neural networks. |
See Also
- getNeuralNetworkCount