How to make only the chair visible in a render texture and make the rest transparent?

Hi everyone,

I have set up a render texture in Unreal Engine and am displaying it through a material. However, I want to make only the chair visible in the render texture and make everything else transparent.

Is there a technique or method in Unreal Engine that allows me to display only the chair and make the rest of the scene transparent in the render texture? I would appreciate any guidance or suggestions!

Thanks in advance!

Hi @asdqwe1231, I believe this is what you’re looking for!

Instead of rendering all scene primitives, you want to change your render mode to “Use Show Only List”, then add your chair to the show only list.

If you have a sky atmosphere, fog, or other general scene components still showing at this point, you can manually disable them in the “General Show Flags” dropdown


“Wow, thank you so much! It worked perfectly thanks to you!”

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.