FGenericAccessibleMessageHandler::MakeAccessibleAnnouncement

Request a string to be announced to the user.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

virtual void MakeAccessibleAnnouncement
(
    const FString & AnnouncementString
)

Remarks

Request a string to be announced to the user.

Currently only supported on Win10, Mac, iOS. If requests are made too close together, earlier announcement requests will get stomped by later announcements on certain platforms.

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