FGenericAccessibleMessageHandler::RaiseEvent

Push an event from an accessible widget back to the platform layer.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

void RaiseEvent
(
    TSharedRef< IAccessibleWidget > Widget,
    EAccessibleEvent Event,
    FVariant OldValue,
    FVariant NewValue
)

Remarks

Push an event from an accessible widget back to the platform layer.

Parameters

Parameter

Description

Widget

The widget raising the event

Event

The type of event being raised

OldValue

See EAccessibleEvent documentation for more details.

NewValue

See EAccessibleEvent documentation for more details.

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