Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/FGenericAccessibleMessageHandler
Description
Push an event from an accessible widget back to the platform layer.
| Name | RaiseEvent |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
| Include Path | #include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h" |
void RaiseEvent
(
const FAccessibleEventArgs & Args
)
Parameters
| Name | Remarks |
|---|---|
| Args | The arguments to be passed to the accessible event delegate. |