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