You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
functionality for Slate where focused widgets are announced to the user when the screen reader is active. The screen reader plugin sets up the screen reading framework and the Slate screen reader plugin provides concrete implementations of provided interfaces and base classes. #jira: UETOOL-1493 #rb: patrick.boutot [CL 16600597 by Leon Huang in ue5-main branch]
41 lines
802 B
Plaintext
41 lines
802 B
Plaintext
{
|
|
"FileVersion" : 3,
|
|
"Version" : 1,
|
|
"VersionName" : "0.1",
|
|
"FriendlyName" : "ScreenReader",
|
|
"Description" : "A plugin that contains accessibility classes and frameworks that can be extended to offer vision accessibility services.",
|
|
"Category" : "Accessibility",
|
|
"CreatedBy" : "Epic Games, Inc.",
|
|
"CreatedByURL" : "http://epicgames.com",
|
|
"DocsURL" : "",
|
|
"MarketplaceURL" : "",
|
|
"SupportURL" : "",
|
|
"EnabledByDefault" : false,
|
|
"CanContainContent" : false,
|
|
"IsExperimental" : true,
|
|
"Installed" : false,
|
|
"Modules" :
|
|
[
|
|
{
|
|
"Name" : "ScreenReader",
|
|
"Type" : "Runtime",
|
|
"LoadingPhase" : "PostEngineInit",
|
|
"WhitelistPlatforms" :
|
|
[
|
|
"Win64"
|
|
],
|
|
"BlacklistTargets" :
|
|
[
|
|
"Server"
|
|
]
|
|
}
|
|
],
|
|
"Plugins" :
|
|
[
|
|
{
|
|
"Name" : "TextToSpeech",
|
|
"Enabled": true
|
|
}
|
|
]
|
|
}
|