FGenericAccessibleMessageHandler::SetActive

Notify the application to start or stop processing accessible messages from 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"

Source

/Engine/Source/Runtime/ApplicationCore/Private/GenericPlatform/Accessibility/GenericAccessibleInterfaces.cpp

Syntax

void SetActive
(
    bool bActive
)

Remarks

Notify the application to start or stop processing accessible messages from the platform layer.

Parameters

Parameter

Description

bActive

Whether to enable to disable the message handler.

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