Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/MachineLearnedBehaviorExtWriter
Description
This buffer is partially populated by the ML model itself, providing the joint transformation values which the ML joints evaluator takes and forwards as joint outputs.
| Name | setMLJointsInputIndices |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/MachineLearnedBehaviorExtWriter.h |
| Include Path | #include "dna/layers/MachineLearnedBehaviorExtWriter.h" |
void setMLJointsInputIndices
(
const std::uint16_t * inputIndices,
std::uint16_t count
)
Parameters
| Name | Remarks |
|---|---|
| inputIndices | The source address from which the input indices are to be copied. |
| count | The number of input indices to copy. |