FTextOverflowArgs

Choose your operating system:

Windows

macOS

Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementPayloads.h

Include

#include "Rendering/DrawElementPayloads.h"

Syntax

struct FTextOverflowArgs

Variables

Name Description

Public variable

bool

 

bForceEllipsisDueToClippedLine

Public variable

ETextOverflowDi...

 

OverflowDirection

Public variable

FShapedGlyphSeq...

 

OverflowTextPtr

Sequence that represents the ellipsis glyph

Constructors

Name Description

Public function

FTextOverflowArgs()

Public function

FTextOverflowArgs

(
    FShapedGlyphSequencePtr& InOverflo...,
    ETextOverflowDirection InOverflowDi...
)