-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathViewer.uproject
60 lines (60 loc) · 1.33 KB
/
Viewer.uproject
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
49
50
51
52
53
54
55
56
57
58
59
60
{
"FileVersion": 3,
"EngineAssociation": "4.25",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "Viewer",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine"
]
}
],
"Plugins": [
{
"Name": "EasyFileDialog",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/bcf64fe2e00c48189d8385a9c39b6e61"
},
{
"Name": "RuntimeMeshComponent",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/ad0b45a6a31e462aba7cf7c790a9c125"
},
{
"Name": "RuntimeMeshImportExport",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/4a300859ba06426494dbaf22349273ba"
},
{
"Name": "EasyXMLParser",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/af98110080a4411a8eaf3b8e931b8655"
},
{
"Name": "LowEntryExtStdLib",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/846c2ad08f164f45b0335ecebf85361e"
},
{
"Name": "VictoryBPLibrary",
"Enabled": true,
"MarketplaceURL": "http://www.ue4code.com"
},
{
"Name": "BcfCommunication",
"Enabled": true
},
{
"Name": "WebBrowserWidget",
"Enabled": true
},
{
"Name": "BlueprintFileUtils",
"Enabled": true
}
]
}