Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/layers > API/Plugins/RigLogicLib/dna/layers/MachineLearnedBehaviorReader
Warnings meshIndex must be less than the value returned by DefinitionReader::getMeshCount. The index must be less than the value returned by getMeshRegionCount.
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/MachineLearnedBehaviorReader.h |
| Include | #include "dna/layers/MachineLearnedBehaviorReader.h" |
StringView getMeshRegionName
&40;
std::uint16_t meshIndex,
std::uint16_t regionIndex
&41; const
Remarks
MeshIndex must be less than the value returned by DefinitionReader::getMeshCount.
The index must be less than the value returned by getMeshRegionCount. View over the region name string.
Parameters
| Name | Description |
|---|---|
| meshIndex | A mesh's position in the zero-indexed array of meshes. |
| regionIndex | A name's position in the zero-indexed array of region names. |