Can you take a HighResScreenshot of a single actor?

Hi,

I know you can select a single actor and under “visibility” there is “show only selected” but the issue I have is that the actor looks different because the other actors eg walls, lights, sky, etc all disappear so the look of the actor is different when you use “show only selected”.

I don’t think you can HighResScreenshot a single actor from within the full scene but if that’s possible would be good to know.

Thanks

Here’s what I do:

  • Go to Project Settings and set Custom Depth-Stencil Mask to Enabled
  • On all actors you want to capture, enable “Render in CustomDepth pass”
  • On all actors you don’t want to capture, disable “Render in CustomDepth pass”
  • Switch to game view mode in the main viewport (hides object handles/widgets)
  • Open High Resolution Screenshot panel and take shot with Use custom depth as mask checked

Thanks