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?
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.
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