Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/MachineLearnedBehaviorReader
Warnings * The lod index must be less than the value returned by getLODCount.
Description
The lod index must be less than the value returned by getLODCount.
| Name | getNeuralNetworkIndicesForLOD |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/MachineLearnedBehaviorReader.h |
| Include Path | #include "dna/layers/MachineLearnedBehaviorReader.h" |
ConstArrayView< std::uint16_t > getNeuralNetworkIndicesForLOD
(
std::uint16_t lod
) const
View over the neural network indices.
Parameters
| Name | Remarks |
|---|---|
| lod | The level of detail for which neural networks are being requested. |
See Also
- DescriptorReader::getLODCount