2019-09-14 09:45:25 -04:00
[Audio]
; Defines a platform-specific volume headroom (in dB) for audio to provide better platform consistency with respect to volume levels.
PlatformHeadroomDB = 0
[SystemSettings]
r.setres = 1280x720
2021-09-06 12:23:53 -04:00
;Perplatform to PerQualityLevel conversion mapping for platform groups
QualityLevelMapping = "low"
2019-09-14 09:45:25 -04:00
2022-03-10 22:03:54 -05:00
;Manual range settings for Niagara quality levels. Simplifies handling of device profiles/fragments and what quality levels they can set.
;Please ensure device profiles or fragments for this platform do not set fx.Niagara.QualityLevel values outside of this range
fx.Niagara.QualityLevel.Min = 0
fx.Niagara.QualityLevel.Max = 0
2019-09-14 09:45:25 -04:00
[SystemSettingsEditor]
;r.RHICmdBypass=1
[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
[DeviceProfileManager]
DeviceProfileSelectionModule = "LinuxDeviceProfileSelector"
[ConsoleVariables]
; [RCL] 2017-10-09: if you get a crash with CacheOptimizeIndexBuffer, uncomment the line below and report a problem (refer to UE-23791).
;r.TriangleOrderOptimization=2
; larger timeout since drivers may take longer time
g.TimeoutForBlockOnRenderFence = 60000
[PlatformCrypto]
PlatformRequiresDataCrypto = True
[CrashReportClient]
2022-03-07 11:46:22 -05:00
bAgreeToCrashUpload = false