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

#include <DrawElementTextOverflowArgs.h>

Public Member Functions

 FTextOverflowArgs (FShapedGlyphSequencePtr &InOverflowText, ETextOverflowDirection InOverflowDirection, ETextOverflowPolicy InOverflowPolicy)
 
 FTextOverflowArgs (FShapedGlyphSequencePtr &InOverflowText, ETextOverflowDirection InOverflowDirection)
 
 FTextOverflowArgs ()
 

Public Attributes

FShapedGlyphSequencePtr OverflowTextPtr
 
ETextOverflowDirection OverflowDirection
 
ETextOverflowPolicy OverflowPolicy
 
bool bIsLastVisibleBlock
 
bool bIsNextBlockClipped
 

Constructor & Destructor Documentation

◆ FTextOverflowArgs() [1/3]

FTextOverflowArgs::FTextOverflowArgs ( FShapedGlyphSequencePtr InOverflowText,
ETextOverflowDirection  InOverflowDirection,
ETextOverflowPolicy  InOverflowPolicy 
)
inline

◆ FTextOverflowArgs() [2/3]

FTextOverflowArgs::FTextOverflowArgs ( FShapedGlyphSequencePtr InOverflowText,
ETextOverflowDirection  InOverflowDirection 
)
inline

◆ FTextOverflowArgs() [3/3]

FTextOverflowArgs::FTextOverflowArgs ( )
inline

Member Data Documentation

◆ bIsLastVisibleBlock

bool FTextOverflowArgs::bIsLastVisibleBlock

◆ bIsNextBlockClipped

bool FTextOverflowArgs::bIsNextBlockClipped

◆ OverflowDirection

ETextOverflowDirection FTextOverflowArgs::OverflowDirection

◆ OverflowPolicy

ETextOverflowPolicy FTextOverflowArgs::OverflowPolicy

◆ OverflowTextPtr

FShapedGlyphSequencePtr FTextOverflowArgs::OverflowTextPtr

Sequence that represents the ellipsis glyph


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