Navigation
API > API/Plugins > API/Plugins/RigLogicLib
Warnings * Implementors should inherit from Writer itself and not this class.
Implementors should inherit from Writer itself and not this class.
| Name | TwistSwingBehaviorWriter |
| Type | class |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/TwistSwingBehaviorWriter.h |
| Include Path | #include "dna/layers/TwistSwingBehaviorWriter.h" |
Syntax
class TwistSwingBehaviorWriter : public virtual dna::DefinitionWriter
Inheritance Hierarchy
- HeaderWriter → DescriptorWriter → DefinitionWriter → TwistSwingBehaviorWriter
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TwistSwingBehaviorWriter() |
dna/layers/TwistSwingBehaviorWriter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void clearSwings() |
Delete all swing parameter groups. | dna/layers/TwistSwingBehaviorWriter.h | |
void clearTwists() |
Delete all twist parameter groups. | dna/layers/TwistSwingBehaviorWriter.h | |
void deleteSwing
(
std::uint16_t swingIndex |
Delete the specified swing parameter group. | dna/layers/TwistSwingBehaviorWriter.h | |
void deleteTwist
(
std::uint16_t twistIndex |
Delete the specified twist parameter group. | dna/layers/TwistSwingBehaviorWriter.h | |
void setSwingBlendWeights
(
std::uint16_t swingIndex, |
Set the weights that define which portions of the driver joint rotation will be applied to the driven joints. | dna/layers/TwistSwingBehaviorWriter.h | |
void setSwingInputControlIndices
(
std::uint16_t swingIndex, |
Set the raw control indices representing the joint rotation that drives the swing transformation. | dna/layers/TwistSwingBehaviorWriter.h | |
void setSwingOutputJointIndices
(
std::uint16_t swingIndex, |
Set the joint indices whose rotations are driven by the swing transformation. | dna/layers/TwistSwingBehaviorWriter.h | |
void setSwingSetupTwistAxis
(
std::uint16_t swingIndex, |
Set twist axis for the specified swing parameter group. | dna/layers/TwistSwingBehaviorWriter.h | |
void setTwistBlendWeights
(
std::uint16_t twistIndex, |
Set the weights that define which portions of the driver joint rotation will be applied to the driven joints. | dna/layers/TwistSwingBehaviorWriter.h | |
void setTwistInputControlIndices
(
std::uint16_t twistIndex, |
Set the raw control indices representing the joint rotation that drives the twist transformation. | dna/layers/TwistSwingBehaviorWriter.h | |
void setTwistOutputJointIndices
(
std::uint16_t twistIndex, |
Set the joint indices whose rotations are driven by the twist transformation. | dna/layers/TwistSwingBehaviorWriter.h | |
void setTwistSetupTwistAxis
(
std::uint16_t twistIndex, |
Set twist axis for the specified twist parameter group. | dna/layers/TwistSwingBehaviorWriter.h |