FBreakCandidate

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayout.h

Include

#include "Framework/Text/TextLayout.h"

Syntax

struct FBreakCandidate

Variables

Name Description

Public variable

FTextRange

 

ActualRange

Range inclusive of trailing whitespace, as used to visually display and interact with the text

Public variable

FVector2D

 

ActualSize

Measured size inclusive of trailing whitespace, as used to visually display and interact with the text

Public variable

float

 

FirstTrailingWhitespaceCharWidth

If this break candidate has trailing whitespace, this is the width of the first character of the trailing whitespace

Public variable

int8

 

Kerning

Public variable

int16

 

MaxAboveBaseline

Public variable

int16

 

MaxBelowBaseline

Public variable

FTextRange

 

TrimmedRange

Range exclusive of trailing whitespace, as used to perform wrapping on a word boundary

Public variable

float

 

TrimmedWidth

Measured width exclusive of trailing whitespace, as used to perform wrapping on a word boundary

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss