Texture streaming from SceneCapture2D?

I am using SceneCaptureComponent2D to create render used in item browser in my game. Textures on objects rendered inside it don’t stream textures to full resolution, unless they are shown in the main render window first. Is it a bug? How could I force streaming in lower mipmaps for certain actors?

PS. I’m using blueprints, mostly.

Try the command r.Streaming.UseAllMips 1 , it will allow the mip 0 to be displayed on all objects in the scene. That’s not a solution, but a workaround to a similar problem.

Thanks for the replay I’ll look in to this :slight_smile:

The command r.Streaming.Boost could be a better workaround, there you should set it to higher than 1, which will act as a bias when choosing the mip levels