Navigation
API > API/Plugins > API/Plugins/ScreenReader > API/Plugins/ScreenReader/GenericPlatform > API/Plugins/ScreenReader/GenericPlatform/FScreenReaderUser
References
| Module | ScreenReader |
| Header | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Public/GenericPlatform/ScreenReaderUser.h |
| Include | #include "GenericPlatform/ScreenReaderUser.h" |
| Source | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Private/GenericPlatform/ScreenReaderUser.cpp |
FScreenReaderReply RequestSpeakWidget
&40;
const TSharedRef< IAccessibleWidget > & InWidget
&41;
Remarks
Requests the information about an accessibility widget to be read out to a user. The same guarantees about the announcement being spoken in RequestSpeak() apply for this function. FScreenReaderReply::Handled() if the widget's information is successfully spoken. Else returns FScreenReaderReply::Unhandled();
Parameters
| Name | Description |
|---|---|
| InWidget | The widget to ahve its contents spoken to a user. |