Slate.OverrideScissorRect
Slate.OverrideScissorRect
#Overview
name: Slate.OverrideScissorRect
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether to allow Slate to apply a scissor clip to UI elements to prevent certain artifacts. You might need to disable this if you are drawing UI over a mirror backbuffer while in VR.
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/SScissorRectBox.cpp:8
Scope (from outer to inner):
file
namespace Slate
Source code excerpt:
namespace Slate
{
static FAutoConsoleVariable OverrideScissorRect( TEXT( "Slate.OverrideScissorRect" ), 1, TEXT( "Whether to allow Slate to apply a scissor clip to UI elements to prevent certain artifacts. You might need to disable this if you are drawing UI over a mirror backbuffer while in VR." ) );
}
SScissorRectBox::SScissorRectBox()
:ChildSlot(this)
{