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