Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/layers
Warnings * Implementors should inherit from Writer itself and not this class.
Inheritance Hierarchy
- HeaderWriter
- DescriptorWriter
- DefinitionWriter
- JointBehaviorMetadataWriter
- Writer
- StreamWriter
- BinaryStreamWriter
References
Module | RigLogicLib |
Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/JointBehaviorMetadataWriter.h |
Include | #include "dna/layers/JointBehaviorMetadataWriter.h" |
Syntax
class JointBehaviorMetadataWriter : public virtual dna::DefinitionWriter
Remarks
Implementors should inherit from Writer itself and not this class.
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Delete all representations. | |
![]() |
void | setJointRotationRepresentation
(
std::uint16_t jointIndex, |
Set the desired internal representation of a joint's rotation component during rig evaluation. |
![]() |
void | setJointScaleRepresentation
(
std::uint16_t jointIndex, |
Set the desired internal representation of a joint's scale component during rig evaluation. |
![]() |
void | setJointTranslationRepresentation
(
std::uint16_t jointIndex, |
Set the desired internal representation of a joint's translation component during rig evaluation. |