UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FTextLayout::FLineViewHighlight Struct Reference

#include <TextLayout.h>

Public Attributes

FVector2D Offset
 
float Width
 
TSharedPtr< ILineHighlighterHighlighter
 

Member Data Documentation

◆ Highlighter

TSharedPtr< ILineHighlighter > FTextLayout::FLineViewHighlight::Highlighter

Custom highlighter implementation used to do the painting

◆ Offset

FVector2D FTextLayout::FLineViewHighlight::Offset

Offset for this highlight, relative to the FLineView::Offset that contains it

◆ Width

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


The documentation for this struct was generated from the following file: