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 an RBF solver calculates the weights for each of its poses, those output weights are additionally multiplied by this fixed list of multipliers (one weight per control is given).
| Name | setRBFPoseOutputControlWeights |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/RBFBehaviorWriter.h |
| Include Path | #include "dna/layers/RBFBehaviorWriter.h" |
void setRBFPoseOutputControlWeights
(
std::uint16_t poseIndex,
const float * controlWeights,
std::uint16_t controlWeightCount
)
Parameters
| Name | Remarks |
|---|---|
| poseIndex | A poses's position in the zero-indexed array of poses. |
| controlWeights | The source address from which the control weights are to be copied. |
| controlWeightCount | The number of control weights to copy. |