Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/layers > API/Plugins/RigLogicLib/dna/layers/TwistSwingBehaviorWriter
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/TwistSwingBehaviorWriter.h |
| Include | #include "dna/layers/TwistSwingBehaviorWriter.h" |
void setSwingOutputJointIndices
(
std::uint16_t swingIndex,
const std::uint16_t * jointIndices,
std::uint16_t jointIndexCount
)
Remarks
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.
Parameters
| Name | Description |
|---|---|
| swingIndex | The index of the parameter group whose data is being accessed. |
| jointIndices | Pointer to joint indices of the swing driven joints. |
| jointIndexCount | The number of joint indices to copy. |