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 FLineViewHighlight
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< ILineHighlighter > | Highlighter | Custom highlighter implementation used to do the painting | |
| float | OffsetX | Offset in X for this highlight, relative to the FLineView::Offset that contains it | |
| float | Width | Width for this highlight, the height will be either FLineView::Size.Y or FLineView::TextHeight depending on whether you want to highlight the entire line, or just the text within the line |