Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/MachineLearnedBehaviorWriter
Description
Set which neural networks belong to which level of detail.
| Name | setLODNeuralNetworkMapping |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/MachineLearnedBehaviorWriter.h |
| Include Path | #include "dna/layers/MachineLearnedBehaviorWriter.h" |
void setLODNeuralNetworkMapping
(
std::uint16_t lod,
std::uint16_t index
)
Parameters
| Name | Remarks |
|---|---|
| lod | The actual level of detail to which the neural networks are being associated. |
| index | The index onto which neural network indices were assigned using setNeuralNetworkIndices. |
See Also
- setNeuralNetworkIndices