Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/RBFBehaviorReader
Warnings * poseIndex must be less than the value returned by getRBFPoseCount
Description
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).
poseIndex must be less than the value returned by getRBFPoseCount
| Name | getRBFPoseOutputControlWeights |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/RBFBehaviorReader.h |
| Include Path | #include "dna/layers/RBFBehaviorReader.h" |
ConstArrayView< float > getRBFPoseOutputControlWeights
(
std::uint16_t poseIndex
) const
View over the array of output control multipliers.
Parameters
| Name | Remarks |
|---|---|
| poseIndex | A poses's position in the zero-indexed array of poses. |