forked from Voidware-Prohibited/TargetVector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTargetVector.uproject
More file actions
99 lines (99 loc) · 1.65 KB
/
TargetVector.uproject
File metadata and controls
99 lines (99 loc) · 1.65 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"FileVersion": 3,
"EngineAssociation": "",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "TargetVector",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"UMG",
"CommonGame"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "Bridge",
"Enabled": false,
"SupportedTargetPlatforms": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "OnlineSubsystemEOS",
"Enabled": true
},
{
"Name": "OnlineServicesEOS",
"Enabled": true
},
{
"Name": "OnlineSubsystemSteam",
"Enabled": true
},
{
"Name": "CommonUI",
"Enabled": true
},
{
"Name": "GameFeatures",
"Enabled": true
},
{
"Name": "ModularGameplay",
"Enabled": true
},
{
"Name": "ModularFeatures_ExtraActions",
"Enabled": false,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/a718e1ae4fa741869b8f7aaea1434a8d"
},
{
"Name": "AsyncMixin",
"Enabled": true
},
{
"Name": "UIExtension",
"Enabled": true
},
{
"Name": "Water",
"Enabled": true
},
{
"Name": "NiagaraFluids",
"Enabled": true
},
{
"Name": "ModelingTools",
"Enabled": false
},
{
"Name": "NetDebugStats",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/61f97c8434374b99979c417944ac3678"
},
{
"Name": "VaRest",
"Enabled": false,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/e47be161e7a24e928560290abd5dcc4f"
},
{
"Name": "JsonBlueprintUtilities",
"Enabled": true
}
]
}