Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/layers > API/Plugins/RigLogicLib/dna/layers/RBFBehaviorWriter
Warnings * poseIndex must be less than the value returned by getRBFPoseCount
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/RBFBehaviorWriter.h |
| Include | #include "dna/layers/RBFBehaviorWriter.h" |
void setRBFPoseOutputControlIndices
(
std::uint16_t poseIndex,
const std::uint16_t * controlIndices,
std::uint16_t controlIndexCount
)
Remarks
PoseIndex must be less than the value returned by getRBFPoseCount
These control indices 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,
Parameters
| Name | Description |
|---|---|
| poseIndex | A poses's position in the zero-indexed array of poses. |
| controlIndices | The source address from which the control indices are to be copied. |
| controlCount | The number of control indices to copy. |
See Also
setRBFPoseOutputControlWeights) to all the controls that are specified in this array.