FShapedGlyphSequence::GetGlyphAtOffset

Get the information for the glyph at the specified position in pixels along the string horizontally

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h

Include

#include "Fonts/FontCache.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCache.cpp

Syntax

FGlyphOffsetResult GetGlyphAtOffset
(
    FSlateFontCache & InFontCache,
    const int32 InHorizontalOffset,
    const int32 InStartOffset
) const

Remarks

Get the information for the glyph at the specified position in pixels along the string horizontally

Returns

The result data (see FGlyphOffsetResult)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss