Navigation
API > API/Plugins > API/Plugins/ScreenReader > API/Plugins/ScreenReader/FScreenReaderApplicationMessageH-
Description
Sets whether key inputs should be intercepted and processed. If set to false, the key inputs will ubble straight down to the target message handler.
| Name | SetProcessKeyInput |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Public/GenericPlatform/ScreenReaderApplicationMessageHandlerBase.h |
| Include Path | #include "GenericPlatform/ScreenReaderApplicationMessageHandlerBase.h" |
void SetProcessKeyInput
(
bool bInProcessKeyInput
)