You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Disable signing on platforms that we wanted encryption enabled for by default (mobile mainly) Add a warning if pak signing or encryption is enabled but there is no key, then disable the offending functionality for that build #rb none #jira UE-71811, UE-71806 #lockdown cristina.riveron [CL 5487098 by Graeme Thornton in 4.22 branch]
60 lines
1.6 KiB
INI
60 lines
1.6 KiB
INI
[/Script/Engine.Engine]
|
|
; DefaultBloomKernel is not used on mobile
|
|
DefaultBloomKernelTextureName=/Engine/EngineResources/DefaultTexture.DefaultTexture
|
|
|
|
[/Script/Engine.GarbageCollectionSettings]
|
|
gc.MaxObjectsInGame=131072
|
|
|
|
[PlatformCrypto]
|
|
PlatformRequiresDataCrypto=True
|
|
PakSigningRequired=False
|
|
|
|
[Audio]
|
|
AudioDeviceModuleName=IOSAudio
|
|
;Uncomment below and comment out above line to enable new audio mixer
|
|
;AudioDeviceModuleName=AudioMixerAudioUnit
|
|
|
|
; Defining below allows switching to audio mixer using -audiomixer commandline
|
|
AudioMixerModuleName=AudioMixerAudioUnit
|
|
|
|
; Defines a platform-specific volume headroom (in dB) for audio to provide better platform consistency with respect to volume levels.
|
|
PlatformHeadroomDB=-6
|
|
|
|
[PlatformMemoryBuckets]
|
|
DefaultMemoryBucket_MinGB=4
|
|
SmallerMemoryBucket_MinGB=3
|
|
SmallestMemoryBucket_MinGB=2
|
|
|
|
[OnlineSubsystem]
|
|
DefaultPlatformService=IOS
|
|
|
|
[Advertising]
|
|
DefaultProviderName=IOSAdvertising
|
|
|
|
[DeviceProfileManager]
|
|
DeviceProfileSelectionModule="IOSDeviceProfileSelector"
|
|
|
|
[OnlineSubsystemIOS.Store]
|
|
bSupportsInAppPurchasing=true
|
|
bUseStoreV2=true
|
|
|
|
[SlateRenderer]
|
|
NumPreallocatedVertices=200
|
|
|
|
[LocalNotification]
|
|
DefaultPlatformService=IOSLocalNotification
|
|
|
|
[ConsoleVariables]
|
|
Slate.CacheRenderData=0
|
|
r.AllowOcclusionQueries=0
|
|
Fort.Scalability.InGameTextureStreamingFramesForFullUpdate=30
|
|
|
|
[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
|
|
|
|
[HTTP]
|
|
MaxFlushTimeSeconds=2.0
|
|
|
|
[Plugins]
|
|
+EnabledPlugins=Crashlytics |