Navigation
API > API/Plugins > API/Plugins/RigLogicModule
| Name | IMachineLearnedBehaviorExtReader |
| Type | class |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicModule/Public/DNAReader.h |
| Include Path | #include "DNAReader.h" |
Syntax
class IMachineLearnedBehaviorExtReader : public virtual IMachineLearnedBehaviorReader
Implements Interfaces
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IMachineLearnedBehaviorExtReader() |
DNAReader.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< const uint16 > GetMLJointsInputIndices() |
DNAReader.h | ||
TArrayView< const uint16 > GetMLJointsOutputIndices() |
DNAReader.h | ||
TArrayView< const uint16 > GetMLJointsParameterKeys() |
DNAReader.h | ||
TArrayView< const uint16 > GetMLJointsParameterValues() |
DNAReader.h | ||
uint16 GetMLOperationCount
(
uint16 MLTypeIndex, |
DNAReader.h | ||
TArrayView< const uint16 > GetMLOperationDependencyOperationIndices
(
uint16 MLTypeIndex, |
DNAReader.h | ||
TArrayView< const uint16 > GetMLOperationDependencyOperationSetIndices
(
uint16 MLTypeIndex, |
DNAReader.h | ||
uint16 GetMLOperationIndexListCount
(
uint16 MLTypeIndex, |
DNAReader.h | ||
TArrayView< const uint16 > GetMLOperationIndicesForLOD
(
uint16 MLTypeIndex, |
DNAReader.h | ||
TArrayView< const uint32 > GetMLOperationParameters
(
uint16 MLTypeIndex, |
DNAReader.h | ||
uint16 GetMLOperationSetCount
(
uint16 MLTypeIndex |
DNAReader.h | ||
EMachineLearnedBehaviorOperationType GetMLOperationType
(
uint16 MLTypeIndex, |
DNAReader.h | ||
uint16 GetMLTypeCount() |
DNAReader.h |