UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FTextLayout::FLineView Struct Reference

#include <TextLayout.h>

Public Attributes

TArray< TSharedRef< ILayoutBlock > > Blocks
 
TArray< FLineViewHighlightUnderlayHighlights
 
TArray< FLineViewHighlightOverlayHighlights
 
FVector2D Offset
 
FVector2D Size
 
float TextHeight
 
float JustificationWidth
 
FTextRange Range
 
TextBiDi::ETextDirection TextBaseDirection
 
int32 ModelIndex
 

Member Data Documentation

◆ Blocks

TArray< TSharedRef< ILayoutBlock > > FTextLayout::FLineView::Blocks

◆ JustificationWidth

float FTextLayout::FLineView::JustificationWidth

◆ ModelIndex

int32 FTextLayout::FLineView::ModelIndex

◆ Offset

FVector2D FTextLayout::FLineView::Offset

◆ OverlayHighlights

TArray< FLineViewHighlight > FTextLayout::FLineView::OverlayHighlights

◆ Range

FTextRange FTextLayout::FLineView::Range

◆ Size

FVector2D FTextLayout::FLineView::Size

◆ TextBaseDirection

TextBiDi::ETextDirection FTextLayout::FLineView::TextBaseDirection

◆ TextHeight

float FTextLayout::FLineView::TextHeight

◆ UnderlayHighlights

TArray< FLineViewHighlight > FTextLayout::FLineView::UnderlayHighlights

The documentation for this struct was generated from the following file: