Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FTextLayout
| Name | FLineViewHighlight |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayout.h |
| Include Path | #include "Framework/Text/TextLayout.h" |
Syntax
struct FLineViewHighlight
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Highlighter | TSharedPtr< ILineHighlighter > | Custom highlighter implementation used to do the painting | Framework/Text/TextLayout.h | |
| Offset | FVector2D | Offset for this highlight, relative to the FLineView::Offset that contains it | Framework/Text/TextLayout.h | |
| Width | float | 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 | Framework/Text/TextLayout.h |