Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FTextLayout
| Name | FLineModel |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayout.h |
| Include Path | #include "Framework/Text/TextLayout.h" |
Syntax
struct FLineModel
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLineModel
(
const TSharedRef< FString >& InText |
Framework/Text/TextLayout.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BreakCandidates | TArray< FBreakCandidate > | Framework/Text/TextLayout.h | ||
| DirtyFlags | ELineModelDirtyState::Flags | Framework/Text/TextLayout.h | ||
| LineHighlights | TArray< FTextLineHighlight > | Framework/Text/TextLayout.h | ||
| RunRenderers | TArray< FTextRunRenderer > | Framework/Text/TextLayout.h | ||
| Runs | TArray< FRunModel > | Framework/Text/TextLayout.h | ||
| ShapedTextCache | FShapedTextCacheRef | Framework/Text/TextLayout.h | ||
| Text | TSharedRef< FString > | Framework/Text/TextLayout.h | ||
| TextBaseDirection | TextBiDi::ETextDirection | Framework/Text/TextLayout.h |