Navigation
API > API/Plugins > API/Plugins/ScreenReader > API/Plugins/ScreenReader/GenericPlatform > API/Plugins/ScreenReader/GenericPlatform/IScreenReaderBuilder
References
| Module | ScreenReader |
| Header | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Public/GenericPlatform/IScreenReaderBuilder.h |
| Include | #include "GenericPlatform/IScreenReaderBuilder.h" |
Syntax
struct FArgs
Remarks
The arguments to be passed to the screen reader to be built
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TSharedRef< GenericApplication > & | PlatformApplication | The platform application to be passed to the screen reader for initialization. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArgs () |
|||
FArgs
(
const TSharedRef< GenericApplication >& InPlatformApplication |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FArgs () |