ELastCharacterIndexFormat

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Canvas.h

Include

#include "Engine/Canvas.h"

Syntax

enum ELastCharacterIndexFormat
{
    LastWholeCharacterBeforeOffset,
    CharacterAtOffset,
    Unused,
}

Values

Name

Description

LastWholeCharacterBeforeOffset

The last whole character before the horizontal offset.

CharacterAtOffset

The character directly at the offset.

Unused

Not used.

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