-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathElLProgram.uproject
More file actions
56 lines (56 loc) · 1.05 KB
/
ElLProgram.uproject
File metadata and controls
56 lines (56 loc) · 1.05 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
{
"FileVersion": 3,
"EngineAssociation": "5.2",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "ElLProgram",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "CommonUI",
"Enabled": true
},
{
"Name": "WebBrowserWidget",
"Enabled": true
},
{
"Name": "FileSystemLibrary",
"Enabled": false,
"MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/c8061306eb9b4518ad9183e8a27bee04"
},
{
"Name": "EasyFileDialog",
"Enabled": false,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/bcf64fe2e00c48189d8385a9c39b6e61"
},
{
"Name": "WindowsDialogBox",
"Enabled": false
},
{
"Name": "RestartEditor",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/a00eb1e478ae4a8fb655aa22f9125b07"
}
],
"TargetPlatforms": [
"Android",
"HoloLens",
"Linux",
"LinuxArm64",
"Windows"
]
}