Navigation
API > API/Plugins > API/Plugins/ScreenReader > API/Plugins/ScreenReader/FScreenReaderBase
Description
Called at the end of Activate(). Override this function in child classes to do additional set up such as subscribing to accessible events, binding handlers for focus events or providing feedback to users that the screen reader has been activated.
| Name | OnActivate |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Public/GenericPlatform/ScreenReaderBase.h |
| Include Path | #include "GenericPlatform/ScreenReaderBase.h" |
virtual void OnActivate()