Navigation
| Name | ScreenReader |
| Type | Plugin |
| Part of Plugins | ScreenReader |
| Location | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/ |
| Module Build Rules | ScreenReader.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FScreenReaderAnnouncementChannel | An announcement channel handles processing of announcements and speaking announcements through text to speech (TTS). |
| FScreenReaderApplicationMessageHandlerBase | The base class all screen reader application message handlers should derive from. |
| FScreenReaderBase | The abstract base class all screen readers must derive from. |
| FScreenReaderDefaultNavigationPolicy | |
| FScreenReaderUser | A user of the screen reader. |
Structs
| Name | Remarks |
|---|---|
| FScreenReaderAnnouncement | A screen reader announcement represents a localized message that a user wants to speak to an end user. |
| FScreenReaderAnnouncementInfo | A struct that contains information about how a screen reader announcement should behave when the announcement is requested to be spoken. |
| FScreenReaderReply | A struct passed around the the screen reader framework to indicate if a request has been successfully handled. |
Interfaces
| Name | Remarks |
|---|---|
| IScreenReaderBuilder | The abstract interface for builders of all screen readers. |
| IScreenReaderNavigationPolicy | An interface that controls how a screen reader user navigates around the accessible widget hierarchy and what accessible widgets can be navigated to from a source widget. |
Enums
Public
| Name | Remarks |
|---|---|
| EScreenReaderAnnouncementPriority | The priority level associated with a screen reader announcement. |