Navigation
Unreal Engine C++ API Reference > Runtime > ApplicationCore > GenericPlatform > Accessibility > FGenericAccessibleMessageHandler
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 |
void SetActive
&40;
bool bActive
&41;
Remarks
Notify the application to start or stop processing accessible messages from the platform layer.
Parameters
Name | Description |
---|---|
bActive | Whether to enable to disable the message handler. |