Slate.ShouldFollowCultureByDefault
Slate.ShouldFollowCultureByDefault
#Overview
name: Slate.ShouldFollowCultureByDefault
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Should we initially follow the culture\'s flow direction at the window level.
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/Layout/FlowDirection.cpp:20
Scope: file
Source code excerpt:
int32 GSlateFlowDirectionShouldFollowCultureByDefault = 0;
static FAutoConsoleVariableRef CVarSlateFlowDirectionShouldFollowCultureByDefault(
TEXT("Slate.ShouldFollowCultureByDefault"),
GSlateFlowDirectionShouldFollowCultureByDefault,
TEXT("Should we initially follow the culture's flow direction at the window level."),
ECVF_Default
);
EFlowDirection FLayoutLocalization::GetLocalizedLayoutDirection()