![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <FontCache.h>
Public Member Functions | |
| FGlyphOffsetResult () | |
| FGlyphOffsetResult (const int32 InCharacterIndex) | |
| FGlyphOffsetResult (const FShapedGlyphEntry *InGlyph, const int32 InGlyphOffset) | |
Public Attributes | |
| const FShapedGlyphEntry * | Glyph |
| int32 | GlyphOffset |
| int32 | CharacterIndex |
Return data used by GetGlyphAtOffset
|
inline |
|
inlineexplicit |
|
inline |
| int32 FShapedGlyphSequence::FGlyphOffsetResult::CharacterIndex |
The character index that was hit (set to the start or end index if we fail to hit a glyph)
| const FShapedGlyphEntry* FShapedGlyphSequence::FGlyphOffsetResult::Glyph |
The glyph that was hit. May be null if we hit outside the range of any glyph
| int32 FShapedGlyphSequence::FGlyphOffsetResult::GlyphOffset |
The offset to the left edge of the hit glyph