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

#include <TextLayout.h>

Public Member Functions

SLATE_API FLineModel (const TSharedRef< FString > &InText)
 

Public Attributes

TSharedRef< FString > Text
 
FShapedTextCacheRef ShapedTextCache
 
TextBiDi::ETextDirection TextBaseDirection
 
TArray< FRunModelRuns
 
TArray< FBreakCandidateBreakCandidates
 
TArray< FTextRunRendererRunRenderers
 
TArray< FTextLineHighlightLineHighlights
 
ELineModelDirtyState::Flags DirtyFlags
 

Constructor & Destructor Documentation

◆ FLineModel()

FTextLayout::FLineModel::FLineModel ( const TSharedRef< FString > &  InText)

Member Data Documentation

◆ BreakCandidates

TArray< FBreakCandidate > FTextLayout::FLineModel::BreakCandidates

◆ DirtyFlags

ELineModelDirtyState::Flags FTextLayout::FLineModel::DirtyFlags

◆ LineHighlights

TArray< FTextLineHighlight > FTextLayout::FLineModel::LineHighlights

◆ RunRenderers

TArray< FTextRunRenderer > FTextLayout::FLineModel::RunRenderers

◆ Runs

TArray< FRunModel > FTextLayout::FLineModel::Runs

◆ ShapedTextCache

FShapedTextCacheRef FTextLayout::FLineModel::ShapedTextCache

◆ Text

TSharedRef< FString > FTextLayout::FLineModel::Text

◆ TextBaseDirection

TextBiDi::ETextDirection FTextLayout::FLineModel::TextBaseDirection

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