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