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