Files
UnrealEngineUWP/Engine/Config/Windows/WindowsEngine.ini
rune stubbe 79573f21b4 Enable r.Nanite.Streaming.ReservedResources on Windows
#rb yuriy.odonnell
[FYI] brian.karis, graham.wihlidal, jamie.hayes, ben.woodhouse

[CL 32297488 by rune stubbe in ue5-main branch]
2024-03-18 07:24:23 -04:00

31 lines
1.1 KiB
INI

[Audio]
; Defining below allows switching to audio mixer using -audiomixer commandline
AudioMixerModuleName=AudioMixerXAudio2
PlatformFormat=OGG
PlatformStreamingFormat=OGG
; Defines a platform-specific volume headroom (in dB) for audio to provide better platform consistency with respect to volume levels.
PlatformHeadroomDB=-3
[TextureStreaming]
; PoolSizeVRAMPercentage is how much percentage of GPU Dedicated VRAM should be used as a TexturePool cache for streaming textures (0 - unlimited streaming)
PoolSizeVRAMPercentage=70
[SystemSettings]
r.setres=1280x720
framepro.ScopeMinTimeMicroseconds=10
fx.NiagaraAllowRuntimeScalabilityChanges=1
;Perplatform to PerQualityLevel conversion mapping for platform groups
QualityLevelMapping="high"
; Enable single RHI thread stall for D3D11
r.Occlusion.SingleRHIThreadStall=1
r.Shadow.DetectVertexShaderLayerAtRuntime=1
r.Nanite.Streaming.ReservedResources=1
D3D12.Bindless.ResourceDescriptorHeapSize=100000
D3D12.Bindless.SamplerDescriptorHeapSize=2048
[PlatformCrypto]
PlatformRequiresDataCrypto=True
[/Script/Engine.RendererSettings]
r.Shaders.RemoveUnusedInterpolators=1