Switch off texture streaming again, it was automatically switched on on Unreal Engine upgrade

This commit is contained in:
nsubiron 2019-01-29 16:43:53 +01:00
parent 5ab340293b
commit a993968c5a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ r.DefaultFeature.AmbientOcclusionStaticFraction=False
r.DefaultFeature.AutoExposure=False
r.CustomDepth=3
r.Streaming.PoolSize=2000
r.TextureStreaming=True
r.TextureStreaming=False
[/Script/AIModule.AISense_Sight]
bAutoRegisterAllPawnsAsSources=False