Categories
3D Computer Animation UE5

Week 3 : UE5 Sequencer & Cinematics

Sequencer is the main tool in UE5 for controlling the timeline. It is used to manage character animation, camera movement, lighting changes, and other elements that change over time. Unlike timelines in traditional DCC software, Sequencer is not a separate animation tool.

With Sequencer, different types of tracks can be placed on the same timeline, such as camera tracks, character animation tracks, and event tracks. Managing everything in one timeline makes the relationship between animation, performance, and camera work easier to understand. In scenes with multiple shots, Sequencer clearly shows the timing of camera cuts, which helps when checking whether the story flows well during real-time preview.

From a project structure point of view, Sequencer works together with the Level system from last week’s class. Levels organise content in space, while Sequencer organises content over time. This separation of space and time is similar to how traditional film production works, from building sets to planning shots and editing. It also explains why UE5 is widely used for real-time animation and virtual production.

Categories
3D Computer Animation UE5

Week 2 : UE5 Level

This session focused on three main questions:

  • Level
  • Assets
  • Level Sequences

In Unreal Engine 5, a Level is responsible for both holding content and organising space. All Actors, including models, lights, cameras, and characters, exist within a specific Level. From an animation and cinematic perspective, a Level is closer to a reusable and adjustable filming space rather than a fixed, one-time scene. This approach helps keep projects structured and manageable, even when working with complex stories or multiple shots.

A project does not rely on only one Level.

In animation production, this also makes it faster to switch between different set-ups and supports clearer teamwork and collaboration.

The session also introduced Level Sequences. While Levels define space and content, Level Sequences control time and storytelling. They allow unified control over camera movement, character animation, and lighting changes, helping to create a more cinematic result. By combining Levels and Level Sequences, UE5 functions not only as a real-time rendering tool, but also as a complete platform for animation and narrative production.