EAccessibleWidgetType

What kind of widget to tell the operating system this is.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

enum EAccessibleWidgetType
{
    Unknown,
    Button,
    CheckBox,
    ComboBox,
    Hyperlink,
    Image,
    Layout,
    ScrollBar,
    Slider,
    Text,
    TextEdit,
    Window,
    List,
    ListItem,
}

Values

Name

Description

Unknown

Button

CheckBox

ComboBox

Hyperlink

Image

Layout

ScrollBar

Slider

Text

TextEdit

Window

List

ListItem

Remarks

What kind of widget to tell the operating system this is. This may be translated to a different type depending on the platform.

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