Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/layers > API/Plugins/RigLogicLib/dna/layers/RBFBehaviorReader
Warnings * poseIndex must be less than the value returned by getRBFPoseCount
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/RBFBehaviorReader.h |
| Include | #include "dna/layers/RBFBehaviorReader.h" |
ConstArrayView < std::uint16_t > getRBFPoseInputControlIndices
(
std::uint16_t poseIndex
) const
Remarks
When the final output weight of a pose is calculated (this is after it's already multiplied by the weights from @getRBFPoseOutputControlWeights), it can optionally be additionally multiplied by a list of input controls.
poseIndex must be less than the value returned by getRBFPoseCount View over the array of control indices.
Parameters
| Name | Description |
|---|---|
| poseIndex | A poses's position in the zero-indexed array of poses. |