Navigation
API > API/Runtime > API/Runtime/Slate
Information representing a piece of shaped text
| Name | FCachedShapedTextKey |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/ShapedTextCache.h |
| Include Path | #include "Framework/Text/ShapedTextCache.h" |
Syntax
struct FCachedShapedTextKey
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCachedShapedTextKey
(
const FTextRange& InTextRange, |
Framework/Text/ShapedTextCache.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FontInfo | FSlateFontInfo | Framework/Text/ShapedTextCache.h | ||
| Scale | float | Framework/Text/ShapedTextCache.h | ||
| TextContext | FShapedTextContext | Framework/Text/ShapedTextCache.h | ||
| TextRange | FTextRange | Framework/Text/ShapedTextCache.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FCachedShapedTextKey& Other |
Framework/Text/ShapedTextCache.h | ||
bool operator==
(
const FCachedShapedTextKey& Other |
Framework/Text/ShapedTextCache.h |