Navigation
API > API/Plugins > API/Plugins/ScreenReader > API/Plugins/ScreenReader/FScreenReaderBase
Description
Activates the screen reader and sets up the screen reader framework if the screen reader is inactive. Once this is called, the screen reader can intercept application messages, perform input pre-processing and dispatch accessibility events to the registered screen reader users. OnActivated() is called at the end of the function. Users can override the function to perform additional setup.
| Name | Activate |
| 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 Activate()
See Also
- OnActivated()