Render Pipeline
Materials & RenderingRender final output via Movie Render Queue: offline high-quality video/image output, anti-aliasing accumulation, and multi-pass rendering.
/skill render-pipeline What this skill does
Render Pipeline gives you expert guidance on producing final, high-quality output from Unreal Engine 5 using the Movie Render Queue (MRQ). This skill covers the complete offline rendering pipeline for video and image sequence output at resolutions and quality levels beyond what real-time playback can achieve. You will learn how to configure render jobs, choose output formats, set up anti-aliasing accumulation for artifact-free frames, manage warm-up frames for temporal effects, and use console variable overrides to maximize quality during offline renders.
Covers
- Movie Render Queue setup and job configuration
- Output formats (EXR, PNG, JPEG, ProRes, MP4/H.264)
- Resolution and aspect ratio settings
- Anti-aliasing accumulation (spatial and temporal)
- Motion blur and shutter angle configuration
- Warm-up frames for temporal effects
- Console variable overrides for quality
- Multi-pass rendering (beauty, depth, normals, custom stencil)
- Burn-in overlays for review
- Batch rendering multiple sequences
Does not cover
- Sequencer timeline setup → sequencer-basics
- Post-process look development → post-process-fundamentals
- Real-time performance optimization → performance-profiling
- nDisplay for virtual production → virtual-production
How to use
Invoke directly in Claude Code:
/skill render-pipeline This skill is also auto-detected when your prompt mentions render, Movie Render Queue, MRQ, export video, EXR, offline render, or final output intent. AgentUX will automatically activate Render Pipeline when it recognizes you are setting up or troubleshooting a render job.
Key Unreal Engine concepts
| Concept | Description |
|---|---|
| UMovieRenderPipelineSubsystem | The engine subsystem that manages Movie Render Queue job execution, providing the API for queuing, starting, and monitoring render jobs. |
| Movie Render Queue | UE5's offline rendering system that processes Sequencer sequences into high-quality image sequences or video files with full control over quality settings. |
| UMoviePipelineExecutorBase | The base class for render job executors that manage the rendering process, including local execution and potential remote/distributed rendering. |
| Output Formats | MRQ supports EXR (16/32-bit for compositing), PNG, JPEG, Apple ProRes, and H.264/MP4 for different post-production and delivery workflows. |
| Anti-Aliasing Accumulation | Renders multiple sub-samples per frame and averages them to produce artifact-free edges and smooth motion blur beyond what real-time AA can achieve. |
| Warm-Up Frames | Extra frames rendered before the actual output begins to allow temporal effects (Lumen GI, TSR, particle systems) to converge to a stable state. |
Related skills
sequencer-basics
Use Sequencer for cinematics
post-process-fundamentals
Post-process pipeline effects
lighting-fundamentals
Light scenes for cinematic and real-time rendering
What you'll learn
- How to set up Movie Render Queue jobs for cinematic-quality output
- Choosing the right output format for your post-production or delivery pipeline
- Configuring anti-aliasing accumulation and warm-up frames for artifact-free renders
- Using multi-pass rendering to export separate beauty, depth, and normal passes for compositing
- Batch rendering multiple sequences for efficient production workflows