Navigation
API > API/Plugins > API/Plugins/RigLogicModule
| Name | IBehaviorReader |
| Type | class |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicModule/Public/DNAReader.h |
| Include Path | #include "DNAReader.h" |
Syntax
class IBehaviorReader : public virtual IDefinitionReader
Implements Interfaces
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IBehaviorReader() |
DNAReader.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< const float > GetAnimatedMapCutValues() |
DNAReader.h | ||
TArrayView< const float > GetAnimatedMapFromValues() |
DNAReader.h | ||
TArrayView< const uint16 > GetAnimatedMapInputIndices() |
DNAReader.h | ||
TArrayView< const uint16 > GetAnimatedMapLODs() |
DNAReader.h | ||
TArrayView< const uint16 > GetAnimatedMapOutputIndices() |
DNAReader.h | ||
TArrayView< const float > GetAnimatedMapSlopeValues() |
DNAReader.h | ||
TArrayView< const float > GetAnimatedMapToValues() |
DNAReader.h | ||
TArrayView< const uint16 > GetBlendShapeChannelInputIndices() |
DNAReader.h | ||
TArrayView< const uint16 > GetBlendShapeChannelLODs() |
DNAReader.h | ||
TArrayView< const uint16 > GetBlendShapeChannelOutputIndices() |
DNAReader.h | ||
TArrayView< const float > GetGUIToRawCutValues() |
DNAReader.h | ||
TArrayView< const float > GetGUIToRawFromValues() |
DNAReader.h | ||
TArrayView< const uint16 > GetGUIToRawInputIndices() |
DNAReader.h | ||
TArrayView< const uint16 > GetGUIToRawOutputIndices() |
DNAReader.h | ||
TArrayView< const float > GetGUIToRawSlopeValues() |
DNAReader.h | ||
TArrayView< const float > GetGUIToRawToValues() |
DNAReader.h | ||
uint16 GetJointColumnCount() |
DNAReader.h | ||
uint16 GetJointGroupCount() |
DNAReader.h | ||
TArrayView< const uint16 > GetJointGroupInputIndices
(
uint16 JointGroupIndex |
DNAReader.h | ||
TArrayView< const uint16 > GetJointGroupJointIndices
(
uint16 JointGroupIndex |
DNAReader.h | ||
TArrayView< const uint16 > GetJointGroupLODs
(
uint16 JointGroupIndex |
DNAReader.h | ||
TArrayView< const uint16 > GetJointGroupOutputIndices
(
uint16 JointGroupIndex |
DNAReader.h | ||
TArrayView< const float > GetJointGroupValues
(
uint16 JointGroupIndex |
DNAReader.h | ||
uint16 GetJointRowCount() |
DNAReader.h | ||
TArrayView< const uint16 > GetJointVariableAttributeIndices
(
uint16 LOD |
DNAReader.h | ||
TArrayView< const uint16 > GetPSDColumnIndices() |
DNAReader.h | ||
uint16 GetPSDCount() |
DNAReader.h | ||
TArrayView< const uint16 > GetPSDRowIndices() |
DNAReader.h | ||
TArrayView< const float > GetPSDValues() |
DNAReader.h |