Negative entries in DefaultDeviceProfile.ini

We are trying to setup the profiles for iOS devices, and I am seeing a whole bunch of negative entries in the device profiles now, starting with a - and then duplicate entries later re adding the CVars with a + I’m not sure how this is working? Do we need to remove any new entry we add first and then re- add it with the new value?

Andrew

DeviceType=IOS
BaseProfileName=iOS
-CVars=r.BloomQuality=0
-CVars=r.DepthOfFieldQuality=0
-CVars=r.LightShaftQuality=0
-CVars=r.RefractionQuality=0
-CVars=r.ShadowQuality=2
-CVars=r.HZBOcclusion=0
-CVars=r.EarlyZPass=0
-CVars=r.EarlyZPassMovable=0
-CVars=r.TranslucentLightingVolume=0
-CVars=r.AllowPointLightCubemapShadows=0
-CVars=r.PostProcessAAQuality=0
-CVars=r.Decal.StencilSizeThreshold=-1
+CVars=r.BloomQuality=1
+CVars=r.DepthOfFieldQuality=1
+CVars=r.LightShaftQuality=0
+CVars=r.RefractionQuality=0
+CVars=r.ShadowQuality=2
+CVars=r.HZBOcclusion=0
+CVars=r.EarlyZPass=0
+CVars=r.EarlyZPassMovable=0
+CVars=r.TranslucentLightingVolume=0
+CVars=r.AllowPointLightCubemapShadows=0
+CVars=r.Decal.StencilSizeThreshold=-1
+CVars=r.MobileContentScaleFactor=1
+CVars=r.MotionBlurQuality=0
+CVars=r.Streaming.PoolSize=200

G’day,

The ini files can be compound on top of each other GameEngine.ini, is combined with DefaultEngine.ini and BaseEngine.ini.

At each point stuff can be added and removed from the “current” version of the ini file.
So DefaultEngine.ini and add and remove entries from BaseEngine.ini.

That is the reason for the “+” “-”. Not sure about all those CVars though.