You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
New feature for controling which platforms use certain aspects of Niagara. Current users include; - Emitter Enabled/Disabled switch - System level scalability settings in EffectType and overrides in System. - Emitter level scalability settings in EffectType and overrides in Emitter. This entirely replaces previous Detail Level feature and all related code. Now we allow users to select from EffectsQualitiy levels as a basic use case for scaling across platforms. Further fine grained control can be acheived by setting per device profile overrides to this. For example all Effects Quality levels could be enabled but Android could be specifically disabled. Or some subset of mobile devices. TODO: Code is in place for this to cook out emitters but there are other impediments stopping this currently. TODO: Sebastian has more UI changes incomming but as a v1.0 this is funtional. #rb Josh.Adams #ROBOMERGE-OWNER: simon.tovey #ROBOMERGE-AUTHOR: simon.tovey #ROBOMERGE-SOURCE: CL 11292064 via CL 11292069 #ROBOMERGE-BOT: (v647-11244347) [CL 11292627 by simon tovey in Main branch]
30 lines
990 B
INI
30 lines
990 B
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
|
|
fx.NiagaraAllowRuntimeScalabilityChanges=1
|
|
|
|
[SystemSettingsEditor]
|
|
;r.RHICmdBypass=1
|
|
|
|
[/Script/SourceCodeAccess.SourceCodeAccessSettings]
|
|
PreferredAccessor=NullSourceCodeAccessor
|
|
|
|
[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
|