Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FShapedTextCache
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FShapedGlyphSequenceRef AddShapedText
(
const FCachedShapedTextKey& InKey, |
Add the given shaped text instance to the cache, or generate a new instance and add that based on the parameters provided | Framework/Text/ShapedTextCache.h | |
FShapedGlyphSequenceRef AddShapedText
(
const FCachedShapedTextKey& InKey, |
Framework/Text/ShapedTextCache.h | ||
FShapedGlyphSequenceRef AddShapedText
(
const FCachedShapedTextKey& InKey, |
Framework/Text/ShapedTextCache.h |
AddShapedText(const FCachedShapedTextKey &, const TCHAR *)
Description
Add the given shaped text instance to the cache, or generate a new instance and add that based on the parameters provided
| Name | AddShapedText |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/ShapedTextCache.h |
| Include Path | #include "Framework/Text/ShapedTextCache.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Text/ShapedTextCache.cpp |
FShapedGlyphSequenceRef AddShapedText
(
const FCachedShapedTextKey & InKey,
const TCHAR * InText
)
The shaped text instance
Parameters
| Name | Remarks |
|---|---|
| InKey | The key identifying the shaped text instance to add |
| InText | The text to shape. InKey may specify a sub-section of the entire text |
| InTextDirection | The text direction of all of the text to be shaped. If present we do a unidirectional shape, otherwise we do a bidirectional shape |
| InShapedText | The shaped text instance to add |
AddShapedText(const FCachedShapedTextKey &, FShapedGlyphSequenceRef)
| Name | AddShapedText |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/ShapedTextCache.h |
| Include Path | #include "Framework/Text/ShapedTextCache.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Text/ShapedTextCache.cpp |
FShapedGlyphSequenceRef AddShapedText
(
const FCachedShapedTextKey & InKey,
FShapedGlyphSequenceRef InShapedText
)
AddShapedText(const FCachedShapedTextKey &, const TCHAR *, const TextBiDi::ETextDirection)
| Name | AddShapedText |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/ShapedTextCache.h |
| Include Path | #include "Framework/Text/ShapedTextCache.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Text/ShapedTextCache.cpp |
FShapedGlyphSequenceRef AddShapedText
(
const FCachedShapedTextKey & InKey,
const TCHAR * InText,
const TextBiDi::ETextDirection InTextDirection
)