ETextWrappingPolicy

The different methods that can be used if a word is too long to be broken by the default line-break iterator.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayout.h

Include

#include "Framework/Text/TextLayout.h"

Syntax

enum ETextWrappingPolicy
{
    DefaultWrapping              = 0,
    AllowPerCharacterWrapping,
}

Values

Name

Description

DefaultWrapping

No fallback, just use the given line-break iterator

AllowPerCharacterWrapping

Fallback to per-character wrapping if a word is too long

Remarks

The different methods that can be used if a word is too long to be broken by the default line-break iterator.

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