Navigation
API > API/Plugins > API/Plugins/ScreenReader > API/Plugins/ScreenReader/GenericPlatform > API/Plugins/ScreenReader/GenericPlatform/FScreenReaderApp-
- FGenericApplicationMessageHandler::ShouldProcessUserInputMessages()
- FScreenReaderApplicationMessageHandlerBase::ShouldProcessUserInputMessages()
References
| Module | ScreenReader |
| 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
&40;
const TSharedPtr< FGenericWindow > & PlatformWindow
&41; const
Remarks
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
See Also
TargetMessageHandler