FGenericAccessibleMessageHandler::IsActive

Checks if accessibility is enabled in the application.

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

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

Include

#include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h"

Syntax

bool IsActive() const

Remarks

Checks if accessibility is enabled in the application. Usually this happens when screen-reading software is turned on.

On some platforms, there is no way to deactivate this after enabling it.

Returns

The last value SetActive() was called with.

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