Navigation
API > API/Runtime > API/Runtime/ApplicationCore
The arguments for an accessible event that is raised by accessible widgets to be passed to an accessibility event handler such as a native OS. It is up to the client to create an instance of this struct and fill in the appropriate data members.
| Name | FAccessibleEventArgs |
| Type | struct |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
| Include Path | #include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h" |
Syntax
struct FAccessibleEventArgs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAccessibleEventArgs
(
TSharedRef< IAccessibleWidget > InWidget, |
GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Event | EAccessibleEvent | The type of event generated | GenericPlatform/Accessibility/GenericAccessibleInterfaces.h | |
| NewValue | FVariant | If this was a property changed event, the 'after' value. | GenericPlatform/Accessibility/GenericAccessibleInterfaces.h | |
| OldValue | FVariant | If this was a property changed event, the 'before' value | GenericPlatform/Accessibility/GenericAccessibleInterfaces.h | |
| UserIndex | FAccessibleUserIndex | The Id of the user this event is intended for. | GenericPlatform/Accessibility/GenericAccessibleInterfaces.h | |
| Widget | TSharedRef< IAccessibleWidget > | The accessible widget that generated the event | GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
Functions
Public
See Also
- FGenericAccessibleMessageHandler::RaiseEvent