I would like to capture a frame with multiple decals using SceneCapture2D, but without one specific decal (DecalComponent). Is this possible?
Many components such as Static Mesh, Paper Sprite, Paper Flipbook Components and others have the ability to disable via the “Visible In Scene Capture Only” property. I did not find such an option for the decal.
SceneCapture2D itself has the ability to disable all decals by unchecking the “General Show Flags->Decals” checkbox. This is not suitable for me, because I only need to disable one specific decal.