Skip to content

Post-Process Volume Inspector

Module: Design · Category: LevelDesign · Tool ID: PostProcessVolumeInspector

Scans every Post-Process Volume in the active level and reports priority, blend weight, unbound flag, bounds, active overrides, and warnings. Applies Quick Presets (cinematic, archviz, stylized, horror, mobile, etc.) that set the right bOverride_* flags + values on FPostProcessSettings with full undo support.

Screenshot 01 — Hero shot — Inspector open with a level scanned, several PP volumes listed with active-override columns visible.


  • Auditing a level’s post-process setup — finding which volumes have which overrides active
  • Applying a tested preset to one or all volumes
  • Pre-shipping check — making sure no volume has 50 unintended overrides
  • Quick “give me a cinematic look” via preset
  • Don’t use this for runtime PP changes — these are editor-side overrides
  • Don’t expect this to author custom PP material chains — for that, use UE’s PP editor

  1. Open the EQLabs Hub and search for Post Process or PP (or browse to Design → LevelDesign)
  2. Click the tool card
  3. Click Scan

SectionWhat it does
ScanWalks every APostProcessVolume in the active level
CopyPlain-text dump of visible results
Preset comboPick a Quick Preset to apply
Apply Target comboSelected in List / All Volumes / New Volume
Apply PresetApplies the preset to the chosen target
Clear OverridesResets every override on the chosen target
Volumes listPer-volume row: name, priority, blend weight, unbound flag, bounds extent, active overrides, warnings
PresetTuned for
CinematicHeavy bloom, lens flares, motion blur, color grade
ArchvizPhotoreal, neutral color, accurate lighting
StylizedSaturated, contrast push, vignette
HorrorHeavy vignette, desaturated, chromatic aberration
MobilePerformance-optimized — minimal effects
NeutralDefault state, clears all overrides
(More)Project-specific presets can be added

Screenshot 02 — Apply preset — Inspector with one volume selected, preset combo set to Cinematic, Apply Preset button highlighted.


  1. Click Scan
  2. Read the active-overrides column to see which volumes are active
  3. Pick a preset, set Apply Target (typically “Selected in List”), select the target volume
  4. Click Apply Preset
  1. Select the volume in the list
  2. Set Apply Target to “Selected in List”
  3. Click Clear Overrides
  1. Pick a preset (e.g., Cinematic)
  2. Set Apply Target to “All Volumes”
  3. Click Apply Preset

FieldDefault
Selected Preset(first preset)
Apply TargetSelected in List

Settings file: [Project]/Saved/EQLabs/Settings/PostProcessVolumeInspector.json


  • In-panel volumes list
  • PP volume modifications — Apply Preset / Clear Overrides modify volume settings in-place
  • Undo — wrapped in ScopedTransaction. Ctrl+Z reverses

  • bOverride_* flags matter — a value can be set but the override flag off, in which case the volume doesn’t apply. Presets set both
  • Unbound volumes apply globally — surprising if you didn’t author them. The Inspector flags them
  • Apply to “New Volume” spawns a fresh APostProcessVolume actor with the preset; useful for layered grading
  • LUT preset slot is separate — see LUT Color Grading Baker


Report an issue with this tool

Opens our feedback form in a new tab with the tool name pre-filled.