Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/MachineLearnedBehaviorWriter
Description
The neural network storage will be implicitly resized (if needed) to provide storage for the new data.
| Name | setNeuralNetworkOutputIndices |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/MachineLearnedBehaviorWriter.h |
| Include Path | #include "dna/layers/MachineLearnedBehaviorWriter.h" |
void setNeuralNetworkOutputIndices
(
std::uint16_t netIndex,
const std::uint16_t * outputIndices,
std::uint16_t count
)
Parameters
| Name | Remarks |
|---|---|
| netIndex | A neural network's position in the zero-indexed array of neural networks. |
| outputIndices | The source address from which the control indices are to be copied. |
| count | The number of control indices to copy. |