Navigation
API > API/Plugins > API/Plugins/RigLogicLib
Warnings * Implementors should inherit from Reader itself and not this class.
Implementors should inherit from Reader itself and not this class.
| Name | JointBehaviorMetadataReader |
| Type | class |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/JointBehaviorMetadataReader.h |
| Include Path | #include "dna/layers/JointBehaviorMetadataReader.h" |
Syntax
class JointBehaviorMetadataReader : public virtual dna::DefinitionReader
Inheritance Hierarchy
- HeaderReader → DescriptorReader → DefinitionReader → JointBehaviorMetadataReader
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~JointBehaviorMetadataReader() |
dna/layers/JointBehaviorMetadataReader.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RotationRepresentation getJointRotationRepresentation
(
std::uint16_t jointIndex |
Get the desired internal representation of a joint's rotation component during rig evaluation. | dna/layers/JointBehaviorMetadataReader.h | |
ScaleRepresentation getJointScaleRepresentation
(
std::uint16_t jointIndex |
Get the desired internal representation of a joint's scale component during rig evaluation. | dna/layers/JointBehaviorMetadataReader.h | |
TranslationRepresentation getJointTranslationRepresentation
(
std::uint16_t jointIndex |
Get the desired internal representation of a joint's translation component during rig evaluation. | dna/layers/JointBehaviorMetadataReader.h |