Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FShapedGlyphSequence
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Fonts/FontCache.h | |||
FShapedGlyphSequence
(
const FShapedGlyphSequence& |
Non-copyable | Fonts/FontCache.h | |
FShapedGlyphSequence
(
TArray< FShapedGlyphEntry > InGlyphsToRender, |
Fonts/FontCache.h |
FShapedGlyphSequence()
| Name | FShapedGlyphSequence |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include Path | #include "Fonts/FontCache.h" |
FShapedGlyphSequence()
FShapedGlyphSequence(const FShapedGlyphSequence &)
Description
Non-copyable
| Name | FShapedGlyphSequence |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include Path | #include "Fonts/FontCache.h" |
FShapedGlyphSequence
(
const FShapedGlyphSequence &
)
FShapedGlyphSequence(TArray< FShapedGlyphEntry >, const int16, const uint16, const UObject *, const bool, const FFontOutlineSettings &, const FSourceTextRange &)
| Name | FShapedGlyphSequence |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include Path | #include "Fonts/FontCache.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Fonts/FontCache.cpp |
FShapedGlyphSequence
(
TArray < FShapedGlyphEntry > InGlyphsToRender,
const int16 InTextBaseline,
const uint16 InMaxTextHeight,
const UObject * InFontMaterial,
const bool InMaterialIsStencil,
const FFontOutlineSettings & InOutlineSettings,
const FSourceTextRange & InSourceTextRange
)