Scene Capture Components

This page contains information about the Scene Capture Components of Unreal Engine composition and the ones that are placed inside the level Actors and how CameraTwin supports both.

Scene Capture Component

The Scene Capture Component of Unreal Engine is used to capture the scene similar to a virtual Camera and render that to texture that can be later used in Composition layers or anywhere else like a normal texture. There are two use cases based on where this component can be attached, It can be attached to

  1. A CG Layer or a CG Matte of the Composure system

  2. An Actor inside the Level

CameraTwin supports both use cases as they have some differences in terms of rendering result depending on your rendering settings and features.

Composition Scene Capture Component

The Scene Capture Component is already attached to the CG Layer and CG Matte Composition Layer Element templates, requiring no further setup for the user. You can find an example use case in our Composition Example Level in our Plugin's Content Folder.

We have observed that the Scene Capture Component attached to a Composition Layer Element results in different rendering output compared to the Camera Actor Preview and the Viewport. These differences are mostly observed when Temporal rendering features are in place and/or Lumen , Ray tracing features. In that case we suggest you try to use the Level Actor Scene Capture Component approach since it handles all rendering features better.

Level Actor Scene Capture Component

The Scene Capture Component attached to a Level Actor a most probably the Camera Actor is another possible setup.

In that case in order to use the Scene Capture with the Composure elements you need to first assign a Render Target Texture to the Scene Capture

and use the same Render Target Texture as input texture in the Composition

Last updated