UE 5.8 – Movie Scene Capture (Legacy) uses the wrong camera, while Sequencer and MRQ use the correct Camera Cut

Hi everyone,

I’m having several rendering issues in Unreal Engine 5.8 with the same Level Sequence, and I’m trying to understand whether they are related to Sequencer evaluation, Camera Cut bindings, Post Process settings, or a regression after upgrading.

My setup uses a camera and a MetaHuman inside a Level Sequence.

1. Sequencer Preview looks correct

When I preview the sequence directly inside Sequencer, everything looks as expected:

  • Correct camera position
  • Correct framing
  • MetaHuman lighting/exposure looks correct
  • My NIR/Post Process effect looks correct in the viewport

So the sequence itself appears to be set up correctly.

2. Movie Render Queue uses the correct camera, but the MetaHuman becomes extremely bright

When I render the same sequence using Movie Render Queue, the camera position is correct, but the visual result is completely different from Sequencer.

The main problem is that the MetaHuman becomes extremely overexposed / almost completely white.

The environment is still visible, but the MetaHuman face and skin are much brighter than what I see in Sequencer.

So:

Sequencer Preview:
Correct camera + correct MetaHuman appearance

Movie Render Queue:
Correct camera + incorrect/overexposed MetaHuman

This is especially noticeable with my NIR/Post Process setup.

3. Movie Scene Capture (Legacy) has a completely different camera position

If I render the exact same Level Sequence using Movie Scene Capture (Legacy), the lighting is not the main problem anymore.

Instead, Legacy capture seems to render from a completely different camera position.

The result looks like the camera is somewhere else in the level, very close to or inside some geometry.

This happens even though right camera is selected in the Camera C

uts track.

The Camera Cut works correctly when I scrub/play inside Sequencer, but Legacy capture does not appear to respect the same camera transform.

4. Camera Cut thumbnails are also black / incorrect

Another suspicious thing is the Camera Cuts track itself.

The Camera Cut sections are assigned to camera i use, but the thumbnails are almost completely black instead of showing the actual camera view.

The camera itself works when I pilot it or preview it in Sequencer, but the Camera Cut thumbnails do not represent the real view.

This makes me wonder if the Camera Cut binding is somehow not being resolved correctly.

So the Movie Scene Capture is pretty much deprecated at this point, and afaik there is no dev effort being put into it. If it were me, I would recommend spending your time getting MRQ to render properly rather than fighting with MSC. Two things pop to mind on why the character could be rendering bright.

  • It could be auto-exposure. If you set your exposure specifically, does it still go bright in the render?
  • MRQ goes into Play mode when it renders. Is there any logic that would spawn a light or anything like that when you go into PIE?