Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/DefinitionReader
Warnings * The index must be less than the value returned by getRawControlCount.
Description
The index must be less than the value returned by getRawControlCount.
| Name | getRawControlName |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/DefinitionReader.h |
| Include Path | #include "dna/layers/DefinitionReader.h" |
StringView getRawControlName
(
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 raw control names. |