Navigation
API > API/Plugins > API/Plugins/ScreenReader > API/Plugins/ScreenReader/FScreenReaderApplicationMessageH-
Description
FGenericApplicationMessageHandler By 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
| Name | ShouldProcessUserInputMessages |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Public/GenericPlatform/ScreenReaderApplicationMessageHandlerBase.h |
| Include Path | #include "GenericPlatform/ScreenReaderApplicationMessageHandlerBase.h" |
| Source | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Private/GenericPlatform/ScreenReaderApplicationMessageHandlerBase.cpp |
virtual bool ShouldProcessUserInputMessages
(
const TSharedPtr < FGenericWindow > & PlatformWindow
) const
See Also
- TargetMessageHandler