DefinitionWriter::setGUIControlName

Name of the specified GUI control.

Windows
MacOS
Linux

References

Module

RigLogicLib

Header

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

Include

#include "dna/layers/DefinitionWriter.h"

Syntax

void setGUIControlName
(
    std::uint16_t index,
    const char * name
)

Remarks

Name of the specified GUI control.

Parameters

Parameter

Description

index

A name's position in the zero-indexed array of GUI control names. @note The control name storage will be implicitly resized (if needed) to provide storage for the number of names that is inferred from the specified index.

name

A null-terminated string. @note The passed in name is copied, which will involve an additional allocation.

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