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