Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/layers
Warnings * Implementors should inherit from Reader itself and not this class.
Inheritance Hierarchy
- HeaderReader
- DescriptorReader
- DefinitionReader
- TwistSwingBehaviorReader
- Reader
- StreamReader
- BinaryStreamReader
References
Module | RigLogicLib |
Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/TwistSwingBehaviorReader.h |
Include | #include "dna/layers/TwistSwingBehaviorReader.h" |
Syntax
class TwistSwingBehaviorReader : public virtual dna::DefinitionReader
Remarks
Implementors should inherit from Reader itself and not this class.
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
ConstArrayView< float > | getSwingBlendWeights
(
std::uint16_t swingIndex |
Get the weights that define which portions of the driver joint rotation will be applied to the driven joints. |
![]() ![]() |
std::uint16_t | The number of swing parameter groups. | |
![]() ![]() |
ConstArrayView< std::uint16_t > | getSwingInputControlIndices
(
std::uint16_t swingIndex |
Get the raw control indices representing the joint rotation that drives the swing transformation. |
![]() ![]() |
ConstArrayView< std::uint16_t > | getSwingOutputJointIndices
(
std::uint16_t swingIndex |
Get the joint indices whose rotations are driven by the swing transformation. |
![]() ![]() |
TwistAxis | getSwingSetupTwistAxis
(
std::uint16_t swingIndex |
Twist axis of the specified swing parameter group. |
![]() ![]() |
ConstArrayView< float > | getTwistBlendWeights
(
std::uint16_t twistIndex |
Get the weights that define which portions of the driver joint rotation will be applied to the driven joints. |
![]() ![]() |
std::uint16_t | The number of twist parameter groups. | |
![]() ![]() |
ConstArrayView< std::uint16_t > | getTwistInputControlIndices
(
std::uint16_t twistIndex |
Get the raw control indices representing the joint rotation that drives the twist transformation. |
![]() ![]() |
ConstArrayView< std::uint16_t > | getTwistOutputJointIndices
(
std::uint16_t twistIndex |
Get the joint indices whose rotations are driven by the twist transformation. |
![]() ![]() |
TwistAxis | getTwistSetupTwistAxis
(
std::uint16_t twistIndex |
Twist axis of the specified twist parameter group. |