Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/RBFBehaviorReader
Warnings * poseIndex must be less than the value returned by getRBFPoseCount
Description
This is an additional level of indirection, through which a single RBF pose is able to drive even multiple expressions (by providing multiple control indices for a pose). The solver calculates the output weight for a pose, and that output weight is distributed (and multiplied by the multiplier,
poseIndex must be less than the value returned by getRBFPoseCount
| Name | getRBFPoseOutputControlIndices |
| 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 > getRBFPoseOutputControlIndices
(
std::uint16_t poseIndex
) const
View over the array of control indices.
Parameters
| Name | Remarks |
|---|---|
| poseIndex | A poses's position in the zero-indexed array of poses. |
See Also
- getRBFPoseOutputControlWeights) to all the controls that are specified in this array.