Compare commits

..

No commits in common. "276a99c882f9236dc0a50c5c9df022b89f914c8f" and "bdc243843702a7d0932911f2e1915c54e924220e" have entirely different histories.

29 changed files with 3 additions and 12 deletions

View file

@ -1,6 +1,6 @@
[/Script/EngineSettings.GameMapsSettings] [/Script/EngineSettings.GameMapsSettings]
GameDefaultMap=/Game/PortalSet/Portal24.Portal24 GameDefaultMap=/Game/PortalSet/Portal24.Portal24
EditorStartupMap=/Game/PortalSet/TestRoom.TestRoom EditorStartupMap=/Game/PortalSet/Portal24.Portal24
GlobalDefaultGameMode=/Script/VizrtMedia.VizrtGameMode GlobalDefaultGameMode=/Script/VizrtMedia.VizrtGameMode
GameInstanceClass=/Script/VizrtMediaEditor.VizrtGameInstance GameInstanceClass=/Script/VizrtMediaEditor.VizrtGameInstance
@ -45,7 +45,6 @@ r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8
r.SkinCache.CompileShaders=True r.SkinCache.CompileShaders=True
r.RayTracing=True r.RayTracing=True
r.DefaultBackBufferPixelFormat=0 r.DefaultBackBufferPixelFormat=0
r.AllowGlobalClipPlane=True
[/Script/LinuxTargetPlatform.LinuxTargetSettings] [/Script/LinuxTargetPlatform.LinuxTargetSettings]
-TargetedRHIs=SF_VULKAN_SM5 -TargetedRHIs=SF_VULKAN_SM5

View file

@ -12,26 +12,18 @@
] ]
}, },
{ {
"Name": "Composure", "Name": "VizArc",
"Enabled": true
},
{
"Name": "CompositePlane",
"Enabled": true "Enabled": true
}, },
{ {
"Name": "Compositor", "Name": "Compositor",
"Enabled": false, "Enabled": true,
"SupportedTargetPlatforms": [ "SupportedTargetPlatforms": [
"Win64" "Win64"
] ]
}, },
{ {
"Name": "VizrtMedia", "Name": "VizrtMedia",
"Enabled": false
},
{
"Name": "OSC",
"Enabled": true "Enabled": true
} }
] ]