Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/MachineLearnedBehaviorReader
Warnings meshIndex must be less than the value returned by DefinitionReader::getMeshCount. The index must be less than the value returned by getMeshRegionCount.
Description
MeshIndex must be less than the value returned by DefinitionReader::getMeshCount.
The index must be less than the value returned by getMeshRegionCount.
| Name | getMeshRegionName |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/MachineLearnedBehaviorReader.h |
| Include Path | #include "dna/layers/MachineLearnedBehaviorReader.h" |
StringView getMeshRegionName
(
std::uint16_t meshIndex,
std::uint16_t regionIndex
) const
View over the region name string.
Parameters
| Name | Remarks |
|---|---|
| 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. |