forked from Conv-AI/Convai-UnrealEngine-SDK
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathConvAI.uplugin
More file actions
42 lines (42 loc) · 829 Bytes
/
ConvAI.uplugin
File metadata and controls
42 lines (42 loc) · 829 Bytes
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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "3.2.1",
"FriendlyName": "Convai",
"Description": "Adds new blueprint functions and components to integrate Convai API.",
"Category": "Runtime",
"CreatedBy": "Convai Inc.",
"CreatedByURL": "https://convai.com/",
"DocsURL": "",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/696326c90d80462b8775712d2b6cc2a7",
"SupportURL": "",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "Convai",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Android",
"Mac"
],
"WhitelistPlatforms": [
"Win64",
"Android",
"Mac"
]
}
],
"Plugins": [
{
"Name": "AudioCapture",
"Enabled": true
},
{
"Name": "AndroidPermission",
"Enabled": true
}
]
}