FGenericAccessibleMessageHandler::SetAccessibleEventDelegate

Assign a function to be called whenever an accessible event is raised.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

void SetAccessibleEventDelegate
(
    const FAccessibleEvent & Delegate
)

Remarks

Assign a function to be called whenever an accessible event is raised.

Parameters

Parameter

Description

Delegate

The delegate to execute when an event is raised.

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