-
Notifications
You must be signed in to change notification settings - Fork 3
/
VoiceSDK.uplugin
49 lines (49 loc) · 1.07 KB
/
VoiceSDK.uplugin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"FileVersion": 3,
"Version": 67,
"VersionName": "67.0.0",
"FriendlyName": "VoiceSDK",
"Description": "SDK that enables voice interactions with your app using Wit.ai",
"Category": "Voice",
"CreatedBy": "Meta Platforms, Inc.",
"CreatedByURL": "meta.com",
"DocsURL": "https://github.com/wit-ai/voicesdk-unreal/blob/main/README.md",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/960815697bc942f19848aec9cf502867",
"SupportURL": "https://github.com/wit-ai/voicesdk-unreal/issues",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"SupportedTargetPlatforms": [
"Android",
"Win64"
],
"Modules": [
{
"Name": "VoiceSDK",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64",
"Android"
]
},{
"Name": "PlatformIntegration",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"Win64"
]
}
],
"Plugins": [
{
"Name": "AndroidPermission",
"Enabled": true
},
{
"Name": "Wit",
"Enabled": true
}
]
}