UEConsole Commands
VariableConsole VariableRenderer

r.CustomUnsafeZones

r.CustomUnsafeZones is a console variable in Unreal Engine 5 (UE5). See what r.CustomUnsafeZones does, its values, and how to use this cvar in the Unreal console below.

Category: Renderer · Namespace: r

Help

Allows you to set custom unsafe zones. Define them based on Portrait (P) or Landscape (L) for a device oriented \'upright\'.Unsafe zones may be either fixed or free, depending on if they move along with the rotation of the device.Format is (P:fixed[x1, y1][width, height]), semicolon-separated for each custom unsafe zone. +Values add from 0, -Values subtract from Height or Width

Usage

Unreal console (open with ~)
> r.CustomUnsafeZones 1

Console variables take a value. Replace 1 with the setting you need. Run it with no value to print the current one.

Related in r