Advertisement
Guest User

Untitled

a guest
May 2nd, 2025
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. [/Script/Engine.Engine]
  2. bSmoothFrameRate=true
  3. MinSmoothedFrameRate=30
  4. MaxSmoothedFrameRate=45
  5. bUseVSync=false
  6. bForceDisableFrameRateSmoothing=false
  7.  
  8. [/Script/Engine.GarbageCollectionSettings]
  9. TimeBetweenPurgingPendingKillObjects=60
  10. FlushStreamingOnGC=False
  11. AllowParallelGC=True
  12. IncrementalBeginDestroyEnabled=True
  13. CreateGCClusters=True
  14. AssetClusteringEnabled=True
  15. NumRetriesBeforeForcingGC=5
  16. gc.MaxObjectsInGame=1048576
  17. gc.NumRetriesBeforeForcingGC=0
  18. gc.PendingKillEnabled=False
  19.  
  20. [/Script/Engine.RendererSettings]
  21. r.Mobile.DisableVertexFog=True
  22. r.Shadow.CSM.MaxMobileCascades=1
  23. r.MobileMSAA=0
  24. r.Mobile.AntiAliasing=0
  25. r.Mobile.TonemapperFilm=False
  26. r.Mobile.EnableMovableSpotlights=False
  27. r.MobileContentScaleFactor=1.0
  28. r.Mobile.AllowSoftwareOcclusion=False
  29. r.Mobile.VirtualTextures=0
  30. r.Mobile.ReflectionCaptureQuality=0
  31. r.DistanceFieldShadowing=False
  32. r.LightFunctionQuality=0
  33. r.ShadowQuality=1
  34. r.Shadow.MaxResolution=256
  35. r.Shadow.RadiusThreshold=0.05
  36. r.Shadow.DistanceScale=0.6
  37. r.Streaming.PoolSize=450
  38. r.Streaming.MaxTempMemoryAllowed=40
  39. r.Streaming.UseFixedPoolSize=True
  40. r.Streaming.LimitPoolSizeToVRAM=True
  41. r.SceneColorFormat=3
  42.  
  43. [/Script/AndroidRuntimeSettings.AndroidRuntimeSettings]
  44. bEnableMaliPerfCounters=False
  45. TextureFormatPriority_ASTC=0.5
  46. TextureFormatPriority_DXT=0.1
  47. AndroidAudio=3
  48. MinSDKVersion=28
  49. TargetSDKVersion=33
  50. bPackageDataInsideApk=True
  51. InstallLocation=PreferExternal
  52. bValidateTextureFormats=False
  53.  
  54. [/Script/Engine.SystemSettings]
  55. r.FastVRam.UseFastVRamBudget=1
  56.  
  57. [ConsoleVariables]
  58. r.MaxAnisotropy=1
  59. r.ViewDistanceScale=0.7
  60. r.ParticleLightQuality=0
  61. r.SSR.Quality=0
  62. r.DepthOfFieldQuality=0
  63. r.FastBlurThreshold=0
  64. r.DefaultFeature.AmbientOcclusion=False
  65. r.DefaultFeature.AntiAliasing=0
  66. r.DefaultFeature.MotionBlur=False
  67. r.DefaultFeature.LensFlare=False
  68. r.DefaultFeature.AutoExposure=False
  69. r.SceneColorFringeQuality=0
  70. r.Tonemapper.GrainQuantization=0
  71. r.BloomQuality=1
  72. r.EyeAdaptationQuality=0
  73. r.AmbientOcclusionLevels=0
  74. r.SSS.Scale=0
  75. r.SSS.SampleSet=0
  76. r.SSS.Quality=0
  77. r.EmitterSpawnRateScale=0.6
  78. fx.Niagara.QualityLevel=0
  79. r.RefractionQuality=0
  80. grass.DensityScale=0.5
  81. foliage.DensityScale=0.5
  82. r.TranslucencyLightingVolumeDim=16
  83. r.VolumetricFog.GridPixelSize=8
  84. r.VolumetricFog.GridSizeZ=64
  85. r.AsyncCompute.Enable=0
  86. r.VSync=0
  87.  
  88. [FidelityFX]
  89. r.FidelityFX.FSR.Enabled=1
  90. r.FidelityFX.FSR.Quality=1
  91. r.FidelityFX.FSR.RCAS.Sharpness=0.4
  92. r.TemporalAA.Upsampling=0
  93. r.ScreenPercentage=75
  94.  
  95. [VREye]
  96. r.Mobile.EnableMovableLights=False
  97. r.Shadow.EnableLegacyCascadedShadowDistances=True
  98. r.Shadow.CSM.TransitionScale=0
  99.  
  100. [/Script/Engine.PhysicsSettings]
  101. bWarnMissingLocks=False
  102. BounceThresholdVelocity=100.0
  103. FrictionCombineMode=Min
  104. RestitutionCombineMode=Min
  105. MaxAngularVelocity=500.0
  106. MaxSubsteps=4
  107. bThreadedSubsteps=False
  108. MaxPhysicsSubsteps=4
  109.  
  110. [DeviceProfileManager]
  111. DeviceProfileSelectionModule=MobileDeviceProfileSelector
  112.  
  113. [Occlusion]
  114. bUseOcclusionCulling=true
  115. PrimitiveOcclusionHistoryLength=1
  116.  
  117. [RHI]
  118. RHICmdBypass=0
  119. r.RHICmdUseThread=0
  120. r.RHICmdUseThreadAsync=0
  121. RHICmdWidth=128
  122. RHICmdBufferWriteLoc=0
  123.  
  124. [Core.Log]
  125. global=none
  126. global=none
  127. LogShaders=error
  128.  
  129. [VariableRateShading]
  130. r.VRS.Enable=1
  131. r.VRS.Rate=2
  132.  
  133. [Core.Log]
  134. global=none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement