-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathOpenAI.uplugin
More file actions
44 lines (44 loc) · 999 Bytes
/
Copy pathOpenAI.uplugin
File metadata and controls
44 lines (44 loc) · 999 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
43
44
{
"FileVersion": 3,
"Version": 1,
"VersionName": "5.7.0",
"FriendlyName": "OpenAI",
"Description": "OpenAI API",
"Category": "OpenAI",
"CreatedBy": "LifeEXE",
"CreatedByURL": "https://github.com/life-exe",
"DocsURL": "https://life-exe.github.io/UnrealOpenAIPlugin",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/97eaf1e101ab4f29b5acbf7dacbd4d16",
"SupportURL": "https://github.com/life-exe/UnrealOpenAIPlugin/issues",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"EnabledByDefault": false,
"Installed": true,
"Modules": [
{
"Name": "OpenAI",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "OpenAIEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "OpenAITestRunner",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
}
]
}