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