-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
UCMS.uproject
77 lines (77 loc) · 1.5 KB
/
UCMS.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
{
"FileVersion": 3,
"EngineAssociation": "5.4",
"Category": "",
"Description": "",
"Plugins": [
{
"Name": "CommonUI",
"Enabled": true
},
{
"Name": "XeSS",
"Enabled": true
},
{
"Name": "DLSSMoviePipelineSupport",
"Enabled": true,
"MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/nvidia-dlss"
},
{
"Name": "Streamline",
"Enabled": true,
"MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/nvidia-dlss"
},
{
"Name": "NIS",
"Enabled": true,
"MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/nvidia-dlss"
},
{
"Name": "DLSS",
"Enabled": true,
"MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/nvidia-dlss"
},
{
"Name": "StreamlineDeepDVC",
"Enabled": true,
"MarketplaceURL": "https://www.unrealengine.com/marketplace/en-US/product/nvidia-dlss"
},
{
"Name": "CineCameraRigs",
"Enabled": true
},
{
"Name": "AsyncLoadingScreen",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/01f39767dc6b4290877f38365787cbf8"
},
{
"Name": "SteamController",
"Enabled": true
},
{
"Name": "Reflex",
"Enabled": true
},
{
"Name": "FSR3",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64"
]
},
{
"Name": "FSR3MovieRenderPipeline",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64"
]
}
],
"TargetPlatforms": [
"Linux",
"LinuxArm64",
"Windows"
]
}