UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FShapedGlyphEntryKey Struct Reference

#include <FontCache.h>

Public Member Functions

 FShapedGlyphEntryKey (const FShapedGlyphFaceData &InFontFaceData, uint32 InGlyphIndex, const FFontOutlineSettings &InOutlineSettings)
 
bool operator== (const FShapedGlyphEntryKey &Other) const
 
bool operator!= (const FShapedGlyphEntryKey &Other) const
 

Friends

struct FFontCacheStatsKey
 
class FSlateFontCache
 
uint32 GetTypeHash (const FShapedGlyphEntryKey &Key)
 

Detailed Description

Minimal FShapedGlyphEntry key information used for map lookups

Constructor & Destructor Documentation

◆ FShapedGlyphEntryKey()

FShapedGlyphEntryKey::FShapedGlyphEntryKey ( const FShapedGlyphFaceData InFontFaceData,
uint32  InGlyphIndex,
const FFontOutlineSettings InOutlineSettings 
)

Member Function Documentation

◆ operator!=()

bool FShapedGlyphEntryKey::operator!= ( const FShapedGlyphEntryKey Other) const
inline

◆ operator==()

bool FShapedGlyphEntryKey::operator== ( const FShapedGlyphEntryKey Other) const
inline

Friends And Related Symbol Documentation

◆ FFontCacheStatsKey

friend struct FFontCacheStatsKey
friend

◆ FSlateFontCache

friend class FSlateFontCache
friend

◆ GetTypeHash

uint32 GetTypeHash ( const FShapedGlyphEntryKey Key)
friend

The documentation for this struct was generated from the following files: