Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FShapedGlyphSequence
Contains the information needed when performing a reverse look-up from a source index to the corresponding shaped glyph
| Name | FSourceIndexToGlyphData |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include Path | #include "Fonts/FontCache.h" |
Syntax
struct FSourceIndexToGlyphData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Fonts/FontCache.h | |||
FSourceIndexToGlyphData
(
const int32 InGlyphIndex |
Fonts/FontCache.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AdditionalGlyphIndices | TArray< int32 > | Fonts/FontCache.h | ||
| GlyphIndex | int32 | Fonts/FontCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetHighestGlyphIndex() |
Fonts/FontCache.h | ||
int32 GetLowestGlyphIndex() |
Fonts/FontCache.h | ||
bool IsValid() |
Fonts/FontCache.h |