Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/MachineLearnedBehaviorExtWriter
Description
The storage will be implicitly resized (if needed) to provide storage for the new data to be stored.
This list needs to be paired with the list set by setMLOperationDependencyOperationSetIndices, where each operation set index and operation index under the same index form a single pair, specifying the (operation-set, operation) index pair that points to a dependency of the current operation.
| Name | setMLOperationDependencyOperationIndices |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/MachineLearnedBehaviorExtWriter.h |
| Include Path | #include "dna/layers/MachineLearnedBehaviorExtWriter.h" |
void setMLOperationDependencyOperationIndices
(
std::uint16_t mlTypeIndex,
std::uint16_t mlOperationSetIndex,
std::uint16_t mlOperationIndex,
const std::uint16_t * indices,
std::uint16_t count
)
Parameters
| Name | Remarks |
|---|---|
| mlTypeIndex | The ML model position in the zero-indexed array of ML models. |
| mlOperationSetIndex | The operation set position in the zero-indexed array of operation sets. |
| mlOperationIndex | The operation position in the zero-indexed array of operations within the selected set. |
| indices | The source address from which the dependency operation indices are to be copied. |
| count | The number of dependency operation indices to copy. |