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