Navigation
API > API/Plugins > API/Plugins/ScreenReader > API/Plugins/ScreenReader/GenericPlatform
References
| Module | ScreenReader |
| Header | /Engine/Plugins/Experimental/ScreenReader/Source/ScreenReader/Public/GenericPlatform/ScreenReaderReply.h |
| Include | #include "GenericPlatform/ScreenReaderReply.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FScreenReaderReply
Remarks
A struct passed around the the screen reader framework to indicate if a request has been successfully handled. Use this class to determine if a request to the screen reader user was successfully handled and provide user feedback accordingly. // : Provide examples
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FScreenReaderReply | Handled () |
||
| bool | IsHandled () |
||
| FScreenReaderReply | Unhandled () |