Is it possible to make an actor visible to only a SceneCapture 2D but not be visible to other camera (CineCameras) in my scene?

Is it possible to make an actor visible to only a SceneCapture 2D but not be visible to other camera (CineCameras) in my scene? Or conversely, can I set an actor to not be seen by a given camera?

I see how I can exclude actors from the SceneCapture2D but I want to not see certain actors from a CineCamera.

Thanks in advance

Did you ever figure this out? I’m using a CineCamera to render the scene to a render target, but I don’t want the player to be able to see it. I only want the actor to be seen in the render target.

Hi, Nowg. How did you manage to render CinecameraActor to render target?