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 Activate()
Remarks
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.
See Also
OnActivated()