Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | FTextOverflowArgs |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementTextOverflowArgs.h |
| Include Path | #include "Rendering/DrawElementTextOverflowArgs.h" |
Syntax
struct FTextOverflowArgs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Rendering/DrawElementTextOverflowArgs.h | |||
FTextOverflowArgs
(
FShapedGlyphSequencePtr& InOverflowText, |
Rendering/DrawElementTextOverflowArgs.h | ||
FTextOverflowArgs
(
FShapedGlyphSequencePtr& InOverflowText, |
Rendering/DrawElementTextOverflowArgs.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsLastVisibleBlock | bool | Rendering/DrawElementTextOverflowArgs.h | ||
| bIsNextBlockClipped | bool | Rendering/DrawElementTextOverflowArgs.h | ||
| OverflowDirection | ETextOverflowDirection | Rendering/DrawElementTextOverflowArgs.h | ||
| OverflowPolicy | ETextOverflowPolicy | Rendering/DrawElementTextOverflowArgs.h | ||
| OverflowTextPtr | FShapedGlyphSequencePtr | Sequence that represents the ellipsis glyph | Rendering/DrawElementTextOverflowArgs.h |