EAccessibleEvent

Events that can be raised from accessible widgets to report back to the platform

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

enum EAccessibleEvent
{
    FocusChange,
    Activate,
    Notification,
    ParentChanged,
    WidgetRemoved,
}

Values

Name

Description

FocusChange

A widget has become focused or unfocused.

Activate

A widget has been clicked, checked, or otherwise activated. OldValue - N/A NewValue - N/A

Notification

Warning: Partial implementation Notify the user that something has happened.

ParentChanged

A widget's parent is about to be changed.

WidgetRemoved

The widget was removed from the UI tree or deleted. OldValue - N/A NewValue - N/A

Remarks

Events that can be raised from accessible widgets to report back to 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