forked from The-Chinese-Room/Inkpot
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Inkpot.uplugin
37 lines (37 loc) · 824 Bytes
/
Inkpot.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
{
"FileVersion": 1,
"Version": 1,
"VersionName": "1.11.21",
"FriendlyName": "Inkpot",
"Description": "A container for Ink in Unreal.",
"Category": "Scripting",
"CreatedBy": "The Chinese Room",
"CreatedByURL": "https://www.thechineseroom.co.uk/",
"DocsURL": "https://github.com/the-chinese-room",
"MarketplaceURL": "",
"SupportURL": "https://github.com/the-chinese-room",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "Inkpot",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "InkPlusPlus",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "InkpotEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
]
}