Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Text
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.