EEnumerateGlyphsResult

Enumerate all of the glyphs within the given source index range (enumerates either visually or logically)

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Fonts/FontCache.h"

Syntax

enum EEnumerateGlyphsResult
{
    EnumerationFailed,
    EnumerationAborted,
    EnumerationComplete,
}

Values

Name

Description

EnumerationFailed

EnumerationAborted

EnumerationComplete

Remarks

Enumerate all of the glyphs within the given source index range (enumerates either visually or logically)

The indices used here are relative to the start of the text we were shaped from, even if we were only shaped from a sub-section of that text

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