Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/TwistSwingBehaviorReader
Warnings * The index must be less than the value returned by getSwingCount.
Description
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.
| Name | getSwingInputControlIndices |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/TwistSwingBehaviorReader.h |
| Include Path | #include "dna/layers/TwistSwingBehaviorReader.h" |
ConstArrayView< std::uint16_t > getSwingInputControlIndices
(
std::uint16_t swingIndex
) const
View over the raw control indices representing the swing driver joint rotation.
Parameters
| Name | Remarks |
|---|---|
| swingIndex | The index of the parameter group whose data is being accessed. |