Session Summary: Using Camera Rig Rail in Unreal Engine 5.6
🧰 Project Setup
-
Used the existing project from previous session:
camera_settings.zip+metahumans.zip. -
Opened
module_7level and created a new sequence using “Add Level Sequence with Shots”. -
Named root sequence
camera_rig_shot_rootwith 5 individual shots.
🔧 Shot 010_01 – Straight Rail Shot
-
Added Camera Rig Rail (legacy version) from Cinematic → Camera Rig Rail.
-
Created
rig_1and aligned it horizontally in top view using two control points (vertices). -
Added a new camera
cam_rig_1, made it a child ofrig_1, and reset its location/rotation. -
Made the camera wide angle (20mm focal length).
-
Animated
Current Position on Railfrom 0 to 1 over 10 seconds. -
Used Camera Cuts Track to activate
cam_rig_1for the shot. -
Rendered output shows smooth left-to-right camera movement across characters.
🔧 Shot 020_01 – Curved Vertical Rail Shot
-
Duplicated
rig_1to createrig_2, repositioned and bent it to form a curved rail. -
Added a new point by ALT + drag to shape the rail for elevation.
-
Created new camera
cam_rig_2, set it to 15mm focal length for a wider field of view. -
Attached the camera to
rig_2and animated movement from0 → 1in 10 seconds. -
Fine-tuned curve points and angles using top, right, and perspective views.
🎯 Tracking and Focus
-
Introduced a Helper Actor named
rig2_trackerto control:-
Look At Tracking: Enabled for
cam_rig_2to always face the tracker. -
Focus Tracking: Set to track
rig2_trackerfor continuous focus during movement.
-
🎬 Sequence Finalization
-
Organized rig and camera actors into
08_camera_rigsfolder. -
Added appropriate Camera Cuts in both shot sequences.
-
Verified smooth transitions and framing in both rendered shots.
✅ Key Learnings
-
How to create nested sequences using Add Level Sequence with Shots.
-
How to use Camera Rig Rail for linear and curved cinematic shots.
-
How to animate rail movement using Current Position on Rail.
-
How to control camera tracking and focus using a helper actor.
No comments:
Post a Comment