This repository has been archived by the owner on Dec 31, 2021. It is now read-only.
forked from chris-gong/flopnite-ue4
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathFortniteClone.uproject
117 lines (117 loc) · 1.82 KB
/
FortniteClone.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
{
"FileVersion": 3,
"EngineAssociation": "{3CF020F3-4B35-26DE-CA80-2CBFFFB92B22}",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "FortniteClone",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine"
]
}
],
"Plugins": [
{
"Name": "GameLiftServerSDK",
"Enabled": true
},
{
"Name": "GameLiftClientSDK",
"Enabled": true
},
{
"Name": "LoadingScreen",
"Enabled": true
},
{
"Name": "LogViewer",
"Enabled": false,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/4853cdc0a6a54d7b9c0712cbe72f6b68"
},
{
"Name": "OculusVR",
"Enabled": false,
"SupportedTargetPlatforms": [
"Win32",
"Win64",
"Android"
]
},
{
"Name": "SteamVR",
"Enabled": false,
"SupportedTargetPlatforms": [
"Win32",
"Win64",
"Linux",
"Mac"
]
},
{
"Name": "AppleImageUtils",
"Enabled": false
},
{
"Name": "LocationServicesBPLibrary",
"Enabled": false
},
{
"Name": "MagicLeapMedia",
"Enabled": false,
"SupportedTargetPlatforms": [
"Lumin"
]
},
{
"Name": "MagicLeap",
"Enabled": false,
"SupportedTargetPlatforms": [
"Lumin"
]
},
{
"Name": "OnlineSubsystemGooglePlay",
"Enabled": false,
"SupportedTargetPlatforms": [
"Android"
]
},
{
"Name": "AndroidPermission",
"Enabled": false
},
{
"Name": "DisasterRecoveryClient",
"Enabled": true
},
{
"Name": "MeshEditor",
"Enabled": true
},
{
"Name": "CodeView",
"Enabled": true
},
{
"Name": "Spatialization",
"Enabled": true
},
{
"Name": "ResonanceAudio",
"Enabled": true
},
{
"Name": "GLTFImporter",
"Enabled": true
}
],
"TargetPlatforms": [
"LinuxNoEditor",
"MacNoEditor",
"WindowsNoEditor",
"AllDesktop"
]
}