Navigation
API > API/Plugins > API/Plugins/ScreenReader > API/Plugins/ScreenReader/FScreenReaderBase
Description
Called at the start of Deactivate(). Override this function in child classes to provide additional teardown such as unsubscribing from accessible events or providing feedback to alert the user that the screen reader is deactivated.
| Name | OnDeactivate |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Public/GenericPlatform/ScreenReaderBase.h |
| Include Path | #include "GenericPlatform/ScreenReaderBase.h" |
virtual void OnDeactivate()