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 | JointBehaviorMetadataWriter |
| Type | class |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/JointBehaviorMetadataWriter.h |
| Include Path | #include "dna/layers/JointBehaviorMetadataWriter.h" |
Syntax
class JointBehaviorMetadataWriter : public virtual dna::DefinitionWriter
Inheritance Hierarchy
- HeaderWriter → DescriptorWriter → DefinitionWriter → JointBehaviorMetadataWriter
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~JointBehaviorMetadataWriter() |
dna/layers/JointBehaviorMetadataWriter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void clearJointRepresentations() |
Delete all representations. | dna/layers/JointBehaviorMetadataWriter.h | |
void setJointRotationRepresentation
(
std::uint16_t jointIndex, |
Set the desired internal representation of a joint's rotation component during rig evaluation. | dna/layers/JointBehaviorMetadataWriter.h | |
void setJointScaleRepresentation
(
std::uint16_t jointIndex, |
Set the desired internal representation of a joint's scale component during rig evaluation. | dna/layers/JointBehaviorMetadataWriter.h | |
void setJointTranslationRepresentation
(
std::uint16_t jointIndex, |
Set the desired internal representation of a joint's translation component during rig evaluation. | dna/layers/JointBehaviorMetadataWriter.h |