Skip to content
Snippets Groups Projects
Commit 015a10b3 authored by David Gilbert's avatar David Gilbert :bug:
Browse files

chore(settings): Adjusts settings to a more performance focused approach....

chore(settings): Adjusts settings to a more performance focused approach. Disables TSR & enables SM6/Dx12
parent 7e5d80da
No related branches found
No related tags found
No related merge requests found
...@@ -30,13 +30,37 @@ r.MobileHDR=False ...@@ -30,13 +30,37 @@ r.MobileHDR=False
vr.MobileMultiView=True vr.MobileMultiView=True
vr.InstancedStereo=False vr.InstancedStereo=False
r.Mobile.UseHWsRGBEncoding=True r.Mobile.UseHWsRGBEncoding=True
r.AntiAliasingMethod=2
r.TemporalAA.Upsampling=False
[/Script/WindowsTargetPlatform.WindowsTargetSettings] [/Script/WindowsTargetPlatform.WindowsTargetSettings]
DefaultGraphicsRHI=DefaultGraphicsRHI_DX11 DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
+TargetedRHIs=PCD3D_SM5 -D3D12TargetedShaderFormats=PCD3D_SM5
-TargetedRHIs=PCD3D_SM4 +D3D12TargetedShaderFormats=PCD3D_SM6
-TargetedRHIs=GLSL_430 -D3D11TargetedShaderFormats=PCD3D_SM5
-TargetedRHIs=GLSL_150 +VulkanTargetedShaderFormats=SF_VULKAN_SM6
Compiler=Default
AudioSampleRate=48000
AudioCallbackBufferFrameSize=1024
AudioNumBuffersToEnqueue=1
AudioMaxChannels=0
AudioNumSourceWorkers=4
SpatializationPlugin=
SourceDataOverridePlugin=
ReverbPlugin=
OcclusionPlugin=
CompressionOverrides=(bOverrideCompressionTimes=False,DurationThreshold=5.000000,MaxNumRandomBranches=0,SoundCueQualityIndex=0)
CacheSizeKB=65536
MaxChunkSizeOverrideKB=0
bResampleForDevice=False
MaxSampleRate=48000.000000
HighSampleRate=32000.000000
MedSampleRate=24000.000000
LowSampleRate=12000.000000
MinSampleRate=8000.000000
CompressionQualityModifier=1.000000
AutoStreamingThreshold=0.000000
SoundCueCookQualityIndex=-1
[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings] [/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings]
bEnablePlugin=True bEnablePlugin=True
......
[/Script/Niagara.NiagaraSettings]
NDIStaticMesh_AllowDistanceFields=True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment