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 FLineModel
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FBreakCandidate > | BreakCandidates | ||
| ELineModelDirtyState::Flags | DirtyFlags | ||
| TArray< FTextLineHighlight > | LineHighlights | ||
| TArray< FTextRunRenderer > | RunRenderers | ||
| TArray< FRunModel > | Runs | ||
| FShapedTextCacheRef | ShapedTextCache | ||
| TSharedRef< FString > | Text | ||
| TextBiDi::ETextDirection | TextBaseDirection |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLineModel
(
const TSharedRef< FString >& InText |