Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/GenericPlatform > API/Runtime/ApplicationCore/GenericPlatform/Accessibility
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