Make a Scene Capture ignore certain meshes

Hello mago314,

What you could do is have a blueprint attached to your scene capture. This blueprint would have a check for if that mesh is in the viewport. If so then set the camera to not render it. You could create an array to handle this that way you don’t draw each mesh separately and take up draw calls.