-
Notifications
You must be signed in to change notification settings - Fork 0
/
GingerBread.uproject
123 lines (123 loc) · 1.91 KB
/
GingerBread.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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"FileVersion": 3,
"EngineAssociation": "{A9078A82-48FF-5513-95B6-98ACE4DF98F3}",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "GingerBread",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"ProceduralMeshComponent",
"AIModule",
"CinematicCamera",
"UMG"
]
}
],
"Plugins": [
{
"Name": "OnlineSubsystem",
"Enabled": true
},
{
"Name": "ChaosEditor",
"Enabled": false
},
{
"Name": "OnlineSubsystemUtils",
"Enabled": true
},
{
"Name": "OnlineSubsystemSteam",
"Enabled": true
},
{
"Name": "OnlineSubsystemEOS",
"Enabled": true
},
{
"Name": "OnlineSubsystemEOSPlus",
"Enabled": true
},
{
"Name": "OnlineSubsystemCrossgen",
"Enabled": false,
"WhitelistPlatforms": [
"PS4"
]
},
{
"Name": "OnlineSubsystemNull",
"Enabled": true
},
{
"Name": "ApexDestruction",
"Enabled": true
},
{
"Name": "RenderDocPlugin",
"Enabled": true
},
{
"Name": "WWSGameAnalytics",
"Enabled": true
},
{
"Name": "EditorScriptingUtilities",
"Enabled": true
},
{
"Name": "PythonScriptPlugin",
"Enabled": true
},
{
"Name": "OnlineSubsystemGooglePlay",
"Enabled": false,
"SupportedTargetPlatforms": [
"Android"
]
},
{
"Name": "OnlineSubsystemIOS",
"Enabled": false,
"SupportedTargetPlatforms": [
"IOS",
"TVOS"
]
},
{
"Name": "RawInput",
"Enabled": false
},
{
"Name": "VoiceChat",
"Enabled": false
},
{
"Name": "OculusVR",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win32",
"Win64",
"Android"
]
},
{
"Name": "HoudiniEngine",
"Enabled": true
},
{
"Name": "Streamline",
"Enabled": true,
"MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/nvidia-dlss"
}
],
"TargetPlatforms": [
"PS4",
"WindowsNoEditor",
"PS5"
]
}