![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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) |
Information representing a piece of shaped text
|
inline |
|
inline |
|
inline |
|
friend |
| FSlateFontInfo FCachedShapedTextKey::FontInfo |
| float FCachedShapedTextKey::Scale |
| FShapedTextContext FCachedShapedTextKey::TextContext |
| FTextRange FCachedShapedTextKey::TextRange |