Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayout.h |
Include |
#include "Framework/Text/TextLayout.h" |
enum ETextWrappingPolicy
{
DefaultWrapping = 0,
AllowPerCharacterWrapping,
}
Name |
Description |
---|---|
DefaultWrapping |
No fallback, just use the given line-break iterator |
AllowPerCharacterWrapping |
Fallback to per-character wrapping if a word is too long |
The different methods that can be used if a word is too long to be broken by the default line-break iterator.