![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TextLayout.h>
Public Attributes | |
| FVector2D | Offset |
| float | Width |
| TSharedPtr< ILineHighlighter > | Highlighter |
| TSharedPtr< ILineHighlighter > FTextLayout::FLineViewHighlight::Highlighter |
Custom highlighter implementation used to do the painting
| FVector2D FTextLayout::FLineViewHighlight::Offset |
Offset for this highlight, relative to the FLineView::Offset that contains it
| float FTextLayout::FLineViewHighlight::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