Navigation
API > API/Plugins > API/Plugins/ScreenReader > API/Plugins/ScreenReader/GenericPlatform > API/Plugins/ScreenReader/GenericPlatform/FScreenReaderBase
References
Module | ScreenReader |
Header | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Public/GenericPlatform/ScreenReaderBase.h |
Include | #include "GenericPlatform/ScreenReaderBase.h" |
Source | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Private/GenericPlatform/ScreenReaderBase.cpp |
void Deactivate()
Remarks
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.
See Also
OnDeactivated()