On this page

Viewport AutoPause — Overview

Unreal’s editor renders its viewports in realtime by default. That’s great while you’re working — and pure waste while you’re not. Every second the editor sits idle behind your browser, or while you read code in another window, your GPU is still rendering frames nobody is looking at, drawing power and dumping heat.

Viewport AutoPause stops that. It watches for idle time and focus changes, and pauses viewport realtime rendering when you step away — then resumes instantly the moment you come back. And for the time you are working, it can optionally cap the editor’s frame rate, trimming the power the viewport wastes rendering far faster than editing needs.

Why it’s worth installing

  • Lower power draw and heat. Idle viewports stop redrawing, so your GPU drops to near-idle clocks instead of rendering full-rate frames into the void.
  • Quieter fans. Less sustained GPU load means the fans aren’t spinning up every time you tab away to read documentation.
  • Longer battery life on laptops. The strictest mode is built precisely for unplugged, power-constrained work.
  • No workflow change. It’s fully automatic. There’s nothing to remember to turn on, and rendering is back before you’ve finished moving the mouse.

How it behaves

  • Idle pause — viewports stop drawing after a configurable idle period (3 seconds by default).
  • Focus pause — viewports stop the instant another OS app takes focus, and resume the instant Unreal regains it.
  • Active framerate cap — optionally limit the editor’s frame rate while you’re working, reclaiming power that idle-pausing alone never reaches. Off by default, and it can only ever lower your rate, never raise it.
  • Smart bypass — it never pauses or caps the frame rate during Play in Editor (PIE) or Simulate in Editor (SIE), so testing is never affected.
  • Sequencer-aware — it can pause actively-playing Sequencer timelines while idle and resume only the ones it paused.

What it affects

Viewport AutoPause toggles realtime rendering on editor viewport clients — the 3D Level Viewports and asset-editor previews (Niagara, Material, Static Mesh, and similar). It does not touch Slate/UI redraws, your saved project, or anything in a packaged build. The module type is Editor, so it strips entirely from cooked game builds.

Is it for me?

If you keep the Unreal Editor open for hours and frequently tab away — to a browser, your IDE, reference material, or just to take a break — yes. The savings scale with how often you’re idle, and the plugin is engineered so the common per-frame path stays cheap when you’re actively working.

New here? Jump to the Quick Start to install and verify it in under five minutes.