Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Fonts > FShapedGlyphEntry
Syntax
int8 Kerning
Remarks
The "kerning" between this glyph and the next one in the sequence
This value is included in the XAdvance so you never usually need it unless you're manually combining two sets of glyphs together.
This value isn't strictly the kerning value - it's simply the difference between the glyphs horizontal advance, and the shaped horizontal advance (so will contain any accumulated advance added by the shaper)