EUserInterfaceActionType

Types of user interfaces that can be associated with a user interface action

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandInfo.h

Include

#include "Framework/Commands/UICommandInfo.h"

Syntax

enum EUserInterfaceActionType
{
    None,
    Button,
    ToggleButton,
    RadioButton,
    Check,
    CollapsedButton,
}

Values

Name

Description

None

An action which should not be associated with a user interface action

Button

Momentary buttons or menu items. These support enable state, and execute a delegate when clicked.

ToggleButton

Toggleable buttons or menu items that store on/off state.

RadioButton

Radio buttons are similar to toggle buttons in that they are for menu items that store on/off state.

Check

Similar to Button but will display a readonly checkbox next to the item.

CollapsedButton

Similar to Button but has the checkbox area collapsed

Remarks

Types of user interfaces that can be associated with a user interface action

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