FShapedGlyphEntryKey

Minimal [FShapedGlyphEntry](API\Runtime\SlateCore\Fonts\FShapedGlyphEntry) key information used for map lookups

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h

Include

#include "Fonts/FontCache.h"

Syntax

struct FShapedGlyphEntryKey

Remarks

Minimal FShapedGlyphEntry key information used for map lookups

Constructors

Name Description

Public function

FShapedGlyphEntryKey

(
    const FShapedGlyphFaceData& InFont...,
    uint32 InGlyphIndex,
    const FFontOutlineSettings& InOutl...
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FShapedGlyphEntryKey& Other
)

Public function Const

bool

 

operator==

(
    const FShapedGlyphEntryKey& 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