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

#include <FontCache.h>

Public Member Functions

 FSdfGlyphTaskKey (const FSdfGlyphEntryKey &InSdfGlyphEntryKey, float InEmOuterSpread, float InEmInnerSpread)
 
bool operator== (const FSdfGlyphTaskKey &Other) const
 
bool operator!= (const FSdfGlyphTaskKey &Other) const
 

Public Attributes

const FSdfGlyphEntryKey SdfGlyphEntryKey
 
float EmOuterSpread
 
float EmInnerSpread
 

Friends

uint32 GetTypeHash (const FSdfGlyphTaskKey &Key)
 

Detailed Description

Used to lookup information about specific SDF generation tasks - unlike FSdfGlyphEntryKey is also identified by em spread

Constructor & Destructor Documentation

◆ FSdfGlyphTaskKey()

FSdfGlyphTaskKey::FSdfGlyphTaskKey ( const FSdfGlyphEntryKey InSdfGlyphEntryKey,
float  InEmOuterSpread,
float  InEmInnerSpread 
)
inline

Member Function Documentation

◆ operator!=()

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

◆ operator==()

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

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FSdfGlyphTaskKey Key)
friend

Member Data Documentation

◆ EmInnerSpread

float FSdfGlyphTaskKey::EmInnerSpread

Inner portion of distance field spread in em

◆ EmOuterSpread

float FSdfGlyphTaskKey::EmOuterSpread

Outer portion of distance field spread in em

◆ SdfGlyphEntryKey

const FSdfGlyphEntryKey FSdfGlyphTaskKey::SdfGlyphEntryKey

Glyph entry key


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