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

#include <ShapedTextCache.h>

Public Member Functions

 FCachedShapedTextKey (const FTextRange &InTextRange, const float InScale, const FShapedTextContext &InTextContext, const FSlateFontInfo &InFontInfo)
 
bool operator== (const FCachedShapedTextKey &Other) const
 
bool operator!= (const FCachedShapedTextKey &Other) const
 

Public Attributes

FTextRange TextRange
 
float Scale
 
FShapedTextContext TextContext
 
FSlateFontInfo FontInfo
 

Friends

uint32 GetTypeHash (const FCachedShapedTextKey &Key)
 

Detailed Description

Information representing a piece of shaped text

Constructor & Destructor Documentation

◆ FCachedShapedTextKey()

FCachedShapedTextKey::FCachedShapedTextKey ( const FTextRange InTextRange,
const float  InScale,
const FShapedTextContext InTextContext,
const FSlateFontInfo InFontInfo 
)
inline

Member Function Documentation

◆ operator!=()

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

◆ operator==()

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

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FCachedShapedTextKey Key)
friend

Member Data Documentation

◆ FontInfo

FSlateFontInfo FCachedShapedTextKey::FontInfo

◆ Scale

float FCachedShapedTextKey::Scale

◆ TextContext

FShapedTextContext FCachedShapedTextKey::TextContext

◆ TextRange

FTextRange FCachedShapedTextKey::TextRange

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