-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathLGUI.uplugin
More file actions
48 lines (48 loc) · 1.28 KB
/
LGUI.uplugin
File metadata and controls
48 lines (48 loc) · 1.28 KB
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": 1,
"VersionName": "3.4.23",
"FriendlyName": "LGUI",
"Description": "LGUI (Lex GUI) - Powerful 3D UI System, Event Framework, Prefab Workflow, Tween Animation",
"Category": "UI",
"CreatedBy": "LexLiu",
"CreatedByURL": "",
"DocsURL": "https://liufei2008.github.io/LGUIDoc/",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/92c868e93e1d4dd596f87b200102f0cf",
"SupportURL": "707908214@qq.com",
"EngineVersion": "5.6",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "LGUI",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"WhitelistPlatforms": [ "Win64", "Mac", "Linux", "IOS", "Android" ]
},
{
"Name": "LGUIEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64", "Mac", "Linux" ]
},
{
"Name": "LGUIComponentVisualizer",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"WhitelistPlatforms": [ "Win64", "Mac", "Linux" ]
},
{
"Name": "LGUIK2Nodes",
"Type": "UncookedOnly",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64", "Mac", "Linux", "IOS", "Android" ]
},
{
"Name": "LTween",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64", "Mac", "Linux", "IOS", "Android" ]
}
]
}