Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/layers > API/Plugins/RigLogicLib/dna/layers/TwistSwingBehaviorReader
Warnings * The index must be less than the value returned by getSwingCount.
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/TwistSwingBehaviorReader.h |
| Include | #include "dna/layers/TwistSwingBehaviorReader.h" |
ConstArrayView < std::uint16_t > getSwingInputControlIndices
(
std::uint16_t swingIndex
) const
Remarks
The number of these raw control indices is always 4, representing a single quaternion [x, y, z, w] attributes.
The index must be less than the value returned by getSwingCount. View over the raw control indices representing the swing driver joint rotation.
Parameters
| Name | Description |
|---|---|
| swingIndex | The index of the parameter group whose data is being accessed. |