-
Notifications
You must be signed in to change notification settings - Fork 86
/
DlgSystem.uplugin
40 lines (40 loc) · 1008 Bytes
/
DlgSystem.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
{
"FileVersion": 3,
"Version": 18,
"VersionName": "18.0.2",
"EngineVersion" : "ANY_VERSION",
"FriendlyName": "Not Yet: Dialogue System",
"Description": "Dialogue system (with text based dialogues) and nice Editor for editing dialogues",
"Category": "Misc",
"CreatedBy": "Not Yet",
"CreatedByURL": "https://bit.ly/NYMarketplaceEditor",
"DocsURL": "https://bit.ly/DlgWikiEditor",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/6d0255a60be340dfa1c556503cc57eb3",
"SupportURL": "https://bit.ly/NYDlgSystemSource",
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"EnabledByDefault": true,
"Modules": [
{
"Name": "DlgSystem",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms":
[
"Win64",
"Linux",
"Mac",
"Android",
"IOS",
"TVOS"
]
},
{
"Name": "DlgSystemEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": ["Win64", "Linux", "Mac"]
}
]
}