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 setNeuralNetworkIndicesForMeshRegion
&40;
std::uint16_t meshIndex,
std::uint16_t regionIndex,
const std::uint16_t &42; netIndices,
std::uint16_t count
&41;
Remarks
The storage will be implicitly resized (if needed) to provide storage for the new data to be stored.
These indices can be used to access neural networks through the below defined APIs.
Parameters
| Name | Description |
|---|---|
| meshIndex | A mesh's position in the zero-indexed array of meshes. |
| regionIndex | A region's position in the zero-indexed array of regions. |
| netIndices | The source address from which the neural network indices are to be copied. |
| count | The number of neural network indices to copy. |