Slate.CheckUObjectShapedGlyphSequence
Slate.CheckUObjectShapedGlyphSequence
#Overview
name: Slate.CheckUObjectShapedGlyphSequence
This variable is created as a Console Variable (cvar).
- type:
Var
- help: ``
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/SlateCoreClasses.cpp:68
Scope: file
Source code excerpt:
bool GSlateCheckUObjectShapedGlyphSequence = true;
static FAutoConsoleVariableRef CVarSlateCheckUObjectShapedGlyphSequence(
TEXT("Slate.CheckUObjectShapedGlyphSequence"),
GSlateCheckUObjectShapedGlyphSequence,
TEXT("")
);
#endif
#if WITH_SLATE_DEBUGGING