bSimpleTextMode

If this is enabled, text shaping, wrapping, justification are disabled in favor of much faster text layout and measurement.

Windows
MacOS
Linux

Syntax

bool bSimpleTextMode

Remarks

If this is enabled, text shaping, wrapping, justification are disabled in favor of much faster text layout and measurement. This feature is only suitable for "simple" text (ie, text containing only numbers or basic ASCII) as it disables the complex text rendering support required for certain languages (such as Arabic and Thai). It is significantly faster for text that can take advantage of it (particularly if that text changes frequently), but shouldn't be used for localized user-facing text.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss