Choose your operating system:
Windows
macOS
Linux
| FGenericApplicationMessageHandler::ShouldProcessUserInputMessages()
|
Module |
|
Header |
/Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Public/GenericPlatform/ScreenReaderApplicationMessageHandlerBase.h |
Include |
#include "GenericPlatform/ScreenReaderApplicationMessageHandlerBase.h" |
Source |
/Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Private/GenericPlatform/ScreenReaderApplicationMessageHandlerBase.cpp |
virtual bool ShouldProcessUserInputMessages
(
const TSharedPtr< FGenericWindow > & PlatformWindow
) const
FGenericApplicationMessageHandlerBy default all the following functions just forward the call to the underlying message handler. Child classes should only override functions where they want to intercept the message first and perform pre-processing or handling
TargetMessageHandler