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