Localization.HangulTextWrappingMethod
Localization.HangulTextWrappingMethod
#Overview
name: Localization.HangulTextWrappingMethod
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
0: PerSyllable, 1: PerWord (default).
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/Core/Private/Internationalization/ICULineBreakIterator.cpp:22
Scope: file
Source code excerpt:
static TAutoConsoleVariable<int32> CVarHangulTextWrappingMethod(
TEXT("Localization.HangulTextWrappingMethod"),
static_cast<int32>(EHangulTextWrappingMethod::PerWord),
TEXT("0: PerSyllable, 1: PerWord (default)."),
ECVF_Default
);
EHangulTextWrappingMethod GetHangulTextWrappingMethod()