Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Rendering
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementTextOverflowArgs.h |
Include | #include "Rendering/DrawElementTextOverflowArgs.h" |
Syntax
struct FTextOverflowArgs
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bIsLastVisibleBlock | |
![]() |
bool | bIsNextBlockClipped | |
![]() |
ETextOverflowDirection | OverflowDirection | |
![]() |
FShapedGlyphSequencePtr | OverflowTextPtr | Sequence that represents the ellipsis glyph |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FTextOverflowArgs
(
FShapedGlyphSequencePtr& InOverflowText, |