SafeZone.EnableScale
SafeZone.EnableScale
#Overview
name: SafeZone.EnableScale
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
IS the safe zone scale enabled?
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSafeZone.cpp:16
Scope: file
Source code excerpt:
bool bEnableSafeZoneScale = false;
static FAutoConsoleVariableRef CVarEnableSafeZoneScale(
TEXT("SafeZone.EnableScale"),
bEnableSafeZoneScale,
TEXT("IS the safe zone scale enabled?"),
ECVF_Default
);
SSafeZone::SSafeZone()