Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FTextLayout
| Name | FLineView |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayout.h |
| Include Path | #include "Framework/Text/TextLayout.h" |
Syntax
struct FLineView
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Blocks | TArray< TSharedRef< ILayoutBlock > > | Framework/Text/TextLayout.h | ||
| JustificationWidth | float | Framework/Text/TextLayout.h | ||
| ModelIndex | int32 | Framework/Text/TextLayout.h | ||
| Offset | FVector2D | Framework/Text/TextLayout.h | ||
| OverlayHighlights | TArray< FLineViewHighlight > | Framework/Text/TextLayout.h | ||
| Range | FTextRange | Framework/Text/TextLayout.h | ||
| Size | FVector2D | Framework/Text/TextLayout.h | ||
| TextBaseDirection | TextBiDi::ETextDirection | Framework/Text/TextLayout.h | ||
| TextHeight | float | Framework/Text/TextLayout.h | ||
| UnderlayHighlights | TArray< FLineViewHighlight > | Framework/Text/TextLayout.h |