Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/TwistSwingBehaviorWriter
Description
The parameter group storage will be implicitly resized (if needed) to provide storage for the number of groups that is inferred from the specified index.
The number of these raw control indices is always 4, representing a single quaternion [x, y, z, w] attributes.
| Name | setTwistInputControlIndices |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/TwistSwingBehaviorWriter.h |
| Include Path | #include "dna/layers/TwistSwingBehaviorWriter.h" |
void setTwistInputControlIndices
(
std::uint16_t twistIndex,
const std::uint16_t * controlIndices,
std::uint16_t controlIndexCount
)
Parameters
| Name | Remarks |
|---|---|
| twistIndex | The index of the parameter group whose data is being accessed. |
| controlIndices | Pointer to raw control indices representing the joint rotation that drives the twist transformation. |
| controlIndexCount | The number of raw control indices to copy. |