STextBlock::FArguments::SimpleTextMode

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

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Text/STextBlock.h

Include

#include "Widgets/Text/STextBlock.h"

Syntax

WidgetArgsType & SimpleTextMode
(
    bool InArg
)

Remarks

If this is enabled, text shaping, wrapping, justification are disabled in favor of much faster text layout and measurement. This feature is suitable for numbers and text that changes often and impact performance. Enabling this setting may cause certain languages (such as Right to left languages) to not display properly.

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