Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/RBFBehaviorWriter
Warnings * poseIndex must be less than the value returned by getRBFPoseCount
Description
PoseIndex must be less than the value returned by getRBFPoseCount
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.
| Name | setRBFPoseInputControlIndices |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/RBFBehaviorWriter.h |
| Include Path | #include "dna/layers/RBFBehaviorWriter.h" |
void setRBFPoseInputControlIndices
(
std::uint16_t poseIndex,
const std::uint16_t * controlIndices,
std::uint16_t controlIndexCount
)
Parameters
| Name | Remarks |
|---|---|
| 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. |