Navigation
API > API/Plugins > API/Plugins/ScreenReader > API/Plugins/ScreenReader/FScreenReaderBase
Description
Deactivates the screen reader and tears down the screen reading framework if the screen reader is active. The screen reader will no longer intercept application input messages and no accessible events will be dispatched to the registered screen reader users. OnDeactivated() is called at the start of this function. Users can override the function to perform additional teardown.
| Name | Deactivate |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Public/GenericPlatform/ScreenReaderBase.h |
| Include Path | #include "GenericPlatform/ScreenReaderBase.h" |
| Source | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Private/GenericPlatform/ScreenReaderBase.cpp |
void Deactivate()
See Also
- OnDeactivated()