-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathMounteaDialogueSystem.uplugin
48 lines (48 loc) · 1.27 KB
/
MounteaDialogueSystem.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
{
"FileVersion": 3,
"Version": 3,
"VersionName": "3.0.0.55",
"FriendlyName": "Mountea Dialogue System",
"Description": "Mountea Dialogue System is an Open-source Mountea Framework tool for Unreal Engine for creating (not just) complex dialogues!\nProvides its own Dialogue Tree editor and validation system.",
"Category": "Mountea Framework",
"CreatedBy": "Dominik (Pavlicek) Morse",
"CreatedByURL": "https://github.com/Mountea-Framework",
"DocsURL": "https://github.com/Mountea-Framework/MounteaDialogueSystem/wiki",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/ea38ae1f87b24807a66fdf4fa65ef521",
"SupportURL": "https://bit.ly/DominikPavlicek_SupportServer",
"EngineVersion": "5.5.0",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "MounteaDialogueSystem",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Linux",
"Mac",
"Win64"
]
},
{
"Name": "MounteaDialogueSystemEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Linux",
"Mac",
"Win64"
]
},
{
"Name": "MounteaDialogueSystemDeveloper",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Linux",
"Mac",
"Win64"
]
}
]
}