Navigation
API > API/Plugins > API/Plugins/ScreenReader > API/Plugins/ScreenReader/FScreenReaderUser
Description
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.
| Name | RequestSpeakWidget |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Public/GenericPlatform/ScreenReaderUser.h |
| Include Path | #include "GenericPlatform/ScreenReaderUser.h" |
| Source | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Private/GenericPlatform/ScreenReaderUser.cpp |
FScreenReaderReply RequestSpeakWidget
(
const TSharedRef < IAccessibleWidget > & InWidget
)
FScreenReaderReply::Handled() if the widget's information is successfully spoken. Else returns FScreenReaderReply::Unhandled();
Parameters
| Name | Remarks |
|---|---|
| InWidget | The widget to ahve its contents spoken to a user. |