Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/RBFBehaviorReader
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 | getRBFSolverIndicesForLOD |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/RBFBehaviorReader.h |
| Include Path | #include "dna/layers/RBFBehaviorReader.h" |
ConstArrayView< std::uint16_t > getRBFSolverIndicesForLOD
(
std::uint16_t lod
) const
View over the solver indices.
Parameters
| Name | Remarks |
|---|---|
| lod | The level of detail for which RBF solvers are being requested. |
See Also
- DescriptorReader::getLODCount