Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/TwistSwingBehaviorReader
Warnings * The index must be less than the value returned by getTwistCount.
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 getTwistCount.
| Name | getTwistInputControlIndices |
| 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 > getTwistInputControlIndices
(
std::uint16_t twistIndex
) const
View over the raw control indices representing the twist driver joint rotation.
Parameters
| Name | Remarks |
|---|---|
| twistIndex | The index of the parameter group whose data is being accessed. |