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