Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/MachineLearnedBehaviorExtWriter
Description
Each output index is paired with an input index returned by getMLJointsInputIndices.
| Name | setMLJointsOutputIndices |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/MachineLearnedBehaviorExtWriter.h |
| Include Path | #include "dna/layers/MachineLearnedBehaviorExtWriter.h" |
void setMLJointsOutputIndices
(
const std::uint16_t * outputIndices,
std::uint16_t count
)
Parameters
| Name | Remarks |
|---|---|
| outputIndices | The source address from which the output indices are to be copied. |
| count | The number of output indices to copy. |