Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Text > API/Runtime/Slate/Framework/Text/FTextLayout
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayout.h |
| Include | #include "Framework/Text/TextLayout.h" |
Syntax
struct FBreakCandidate
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTextRange | ActualRange | Range inclusive of trailing whitespace, as used to visually display and interact with the text | |
| FVector2D | ActualSize | Measured size inclusive of trailing whitespace, as used to visually display and interact with the text | |
| float | FirstTrailingWhitespaceCharWidth | If this break candidate has trailing whitespace, this is the width of the first character of the trailing whitespace | |
| int8 | Kerning | ||
| int16 | MaxAboveBaseline | ||
| int16 | MaxBelowBaseline | ||
| FTextRange | TrimmedRange | Range exclusive of trailing whitespace, as used to perform wrapping on a word boundary | |
| float | TrimmedWidth | Measured width exclusive of trailing whitespace, as used to perform wrapping on a word boundary |