FCachedShapedTextKey

Information representing a piece of shaped text

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Framework/Text/ShapedTextCache.h"

Syntax

struct FCachedShapedTextKey

Remarks

Information representing a piece of shaped text

Variables

Name Description

Public variable

FSlateFontInfo

 

FontInfo

Public variable

float

 

Scale

Public variable

FShapedTextCont...

 

TextContext

Public variable

FTextRange

 

TextRange

Constructors

Name Description

Public function

FCachedShapedTextKey

(
    const FTextRange& InTextRange,
    const float InScale,
    const FShapedTextContext& InTextCo...,
    const FSlateFontInfo& InFontInfo
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FCachedShapedTextKey& Other
)

Public function Const

bool

 

operator==

(
    const FCachedShapedTextKey& Other
)

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