Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FShapedGlyphSequence
Return data used by GetGlyphAtOffset
| Name | FGlyphOffsetResult |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include Path | #include "Fonts/FontCache.h" |
Syntax
struct FGlyphOffsetResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Fonts/FontCache.h | |||
FGlyphOffsetResult
(
const int32 InCharacterIndex |
Fonts/FontCache.h | ||
FGlyphOffsetResult
(
const FShapedGlyphEntry* InGlyph, |
Fonts/FontCache.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CharacterIndex | int32 | The character index that was hit (set to the start or end index if we fail to hit a glyph) | Fonts/FontCache.h | |
| Glyph | const FShapedGlyphEntry * | The glyph that was hit. May be null if we hit outside the range of any glyph | Fonts/FontCache.h | |
| GlyphOffset | int32 | The offset to the left edge of the hit glyph | Fonts/FontCache.h |