Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/MachineLearnedBehaviorReader
Warnings * The index must be less than the value returned by getMLControlCount.
Description
The index must be less than the value returned by getMLControlCount.
| Name | getMLControlName |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/MachineLearnedBehaviorReader.h |
| Include Path | #include "dna/layers/MachineLearnedBehaviorReader.h" |
StringView getMLControlName
(
std::uint16_t index
) const
View over the control name string.
Parameters
| Name | Remarks |
|---|---|
| index | A name's position in the zero-indexed array of ML control names. |