Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/TwistSwingBehaviorReader
Warnings * The index must be less than the value returned by getTwistCount.
Description
There is one weight per output joint in this list.
The index must be less than the value returned by getTwistCount.
| Name | getTwistBlendWeights |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/TwistSwingBehaviorReader.h |
| Include Path | #include "dna/layers/TwistSwingBehaviorReader.h" |
ConstArrayView< float > getTwistBlendWeights
(
std::uint16_t twistIndex
) const
View over the twist blend weights.
Parameters
| Name | Remarks |
|---|---|
| twistIndex | The index of the parameter group whose data is being accessed. |