You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Improved UX For Device Tree and CVar Conditions - Clean up Niagara Device Tree - new bIsVisibleForAsssets value in device profiles to have them indicate which device profiles should be visible in other assets. - Improved tooltips and colouring on device tree to better show what is enabled/disabled and why. - Added tooltips for CVar conditions to text entry and suggestion boxes showing the CVar help text. PlatformSet Redirect feature = - Can redirect usage of device profiles to other device profiles or CVar conditions. - Allows fixup of content referncing legacy device profiles. - Adding CVar fx.Niagara.LegacyDeviceProfiles to facilitate some legacy DP fixup. Platforms now specifiy a min & max Niagara Quality Level they support which reduces need for trawling ini files and allows fragments to set quality level. CVar Conditions now have more control over what occurs when the condition is passed or failed. Previously they could only disable the set when the condition is failed which is now the default. Misc Fixes - Preview DP is cleared before restoring CVar states so CVar callbacks have the correct preview DP value. - Data Driven CVars are now updated correctly when default is modified in project settings. - Console Manager now has a callback when CVars are unregistered. - Utility function for calling a functor on all platform sets in a Niagara system. - Tweaked callbacks for CVar changes so updates are defered and also limited to only refresh things that references changed CVars. #rb Stu.Mckenna, Josh.Adams #preflight 6228bc3a1f1ec97d4e89a3c4 #ROBOMERGE-OWNER: josh.adams #ROBOMERGE-AUTHOR: simon.tovey #ROBOMERGE-SOURCE: CL 19321301 via CL 19321315 via CL 19325452 via CL 19327333 via CL 19327341 #ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v926-19321884) [CL 19348289 by josh adams in ue5-main branch]
36 lines
1.3 KiB
INI
36 lines
1.3 KiB
INI
[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
|
|
;Perplatform to PerQualityLevel conversion mapping for platform groups
|
|
QualityLevelMapping="low"
|
|
|
|
;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
|
|
|
|
[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]
|
|
bAgreeToCrashUpload=false
|