Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/FGenericAccessibleMessageHandler
Description
Checks if accessibility is enabled in the application. Usually this happens when screen-reading software is turned on. Note: On some platforms, there is no way to deactivate this after enabling it.
| Name | IsActive |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/Accessibility/GenericAccessibleInterfaces.h |
| Include Path | #include "GenericPlatform/Accessibility/GenericAccessibleInterfaces.h" |
bool IsActive() const
The last value SetActive() was called with.