Slate.CullingSlackFillPercent

Slate.CullingSlackFillPercent

#Overview

name: Slate.CullingSlackFillPercent

This variable is created as a Console Variable (cvar).

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/SlateCore/Private/Widgets/SWidget.cpp:116

Scope: file

Source code excerpt:


float GCullingSlackFillPercent = 0.25f;
static FAutoConsoleVariableRef CVarCullingSlackFillPercent(TEXT("Slate.CullingSlackFillPercent"), GCullingSlackFillPercent, TEXT("Scales the culling rect by the amount to provide extra slack/wiggle room for widgets that have a true bounds larger than the root child widget in a container."), ECVF_Default);

#endif

#if WITH_SLATE_DEBUGGING

bool GShowClipping = false;