DefinitionReader::getGUIControlName

Name of the requested GUI control.

Windows
MacOS
Linux

Warnings

  • The index must be less than the value returned by getGUIControlCount.

References

Module

RigLogicLib

Header

/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/DefinitionReader.h

Include

#include "dna/layers/DefinitionReader.h"

Syntax

StringView getGUIControlName
(
    std::uint16_t index
) const

Remarks

The index must be less than the value returned by getGUIControlCount.

Returns

View over the GUI control name string.

Parameters

Parameter

Description

index

A name's position in the zero-indexed array of GUI control names.

See Also

Controls

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss