Navigation
API > API/Plugins > API/Plugins/RigLogicModule
Inheritance Hierarchy
- IRBFBehaviorReader
- IGeometryReader
- IMachineLearnedBehaviorReader
- IJointBehaviorMetadataReader
- ITwistSwingBehaviorReader
- IDNAReader
- FDNAReader
References
| Module | RigLogicModule |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicModule/Public/DNAReaderAdapter.h |
| Include | #include "DNAReaderAdapter.h" |
Syntax
template<class TWrappedReader>
class FDNAReader : public IDNAReader
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDNAReader
(
TWrappedReader* Source |
|||
FDNAReader
(
const FDNAReader& |
|||
FDNAReader
(
FDNAReader&& |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FDNAReader () |
Overridden from IRBFBehaviorReader
Overridden from IBehaviorReader
Overridden from IDefinitionReader
| Type | Name | Description | |
|---|---|---|---|
| uint16 | |||
| uint16 | |||
| TArrayView< const uint16 > | GetAnimatedMapIndicesForLOD
(
uint16 LOD |
||
| FString | GetAnimatedMapName
(
uint16 Index |
||
| uint16 | |||
| uint16 | |||
| TArrayView< const uint16 > | |||
| FString | GetBlendShapeChannelName
(
uint16 Index |
||
| uint16 | Definition. | ||
| FString | GetGUIControlName
(
uint16 Index |
||
| uint16 | |||
| uint16 | |||
| TArrayView< const uint16 > | GetJointIndicesForLOD
(
uint16 LOD |
||
| FString | GetJointName
(
uint16 Index |
||
| uint16 | GetJointParentIndex
(
uint16 Index |
||
| FMeshBlendShapeChannelMapping | GetMeshBlendShapeChannelMapping
(
uint16 Index |
||
| uint16 | |||
| TArrayView< const uint16 > | |||
| uint16 | GetMeshCount () |
||
| uint16 | |||
| TArrayView< const uint16 > | GetMeshIndicesForLOD
(
uint16 LOD |
||
| FString | GetMeshName
(
uint16 Index |
||
| FVector | GetNeutralJointRotation
(
uint16 Index |
||
| FVector | GetNeutralJointTranslation
(
uint16 Index |
||
| uint16 | |||
| FString | GetRawControlName
(
uint16 Index |
Overridden from IDescriptorReader
| Type | Name | Description | |
|---|---|---|---|
| uint16 | GetAge () |
||
| EArchetype | GetArchetype () |
||
| FCoordinateSystem | |||
| FString | |||
| uint16 | GetDBMaxLOD () |
||
| FString | GetDBName () |
||
| EGender | GetGender () |
||
| uint16 | GetLODCount () |
||
| uint32 | |||
| FString | GetMetaDataKey
(
uint32 Index |
||
| FString | GetMetaDataValue
(
const FString& Key |
||
| FString | GetName () |
Descriptor. | |
| ERotationUnit | |||
| ETranslationUnit |
Overridden from IHeaderReader
Overridden from IDNAReaderBase
| Type | Name | Description | |
|---|---|---|---|
| void | Unload
(
EDNADataLayer Layer |
Overridden from IGeometryReader
Overridden from IMachineLearnedBehaviorReader
Overridden from IJointBehaviorMetadataReader
| Type | Name | Description | |
|---|---|---|---|
| ERotationRepresentation | GetJointRotationRepresentation
(
uint16 JointIndex |
||
| EScaleRepresentation | GetJointScaleRepresentation
(
uint16 JointIndex |
||
| ETranslationRepresentation | GetJointTranslationRepresentation
(
uint16 JointIndex |
JointBehaviorMetadataReader. |
Overridden from ITwistSwingBehaviorReader
| Type | Name | Description | |
|---|---|---|---|
| TArrayView< const float > | GetSwingBlendWeights
(
uint16 SwingIndex |
||
| uint16 | |||
| TArrayView< const uint16 > | GetSwingInputControlIndices
(
uint16 SwingIndex |
||
| TArrayView< const uint16 > | GetSwingOutputJointIndices
(
uint16 SwingIndex |
||
| ETwistAxis | GetSwingSetupTwistAxis
(
uint16 SwingIndex |
||
| TArrayView< const float > | GetTwistBlendWeights
(
uint16 TwistIndex |
||
| uint16 | TwistSwingBehavior. | ||
| TArrayView< const uint16 > | GetTwistInputControlIndices
(
uint16 TwistIndex |
||
| TArrayView< const uint16 > | GetTwistOutputJointIndices
(
uint16 TwistIndex |
||
| ETwistAxis | GetTwistSetupTwistAxis
(
uint16 TwistIndex |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FDNAReader & | operator=
(
const FDNAReader& |
||
| FDNAReader & | operator=
(
FDNAReader&& |