Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCanvas
| Name | ELastCharacterIndexFormat |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Canvas.h |
| Include Path | #include "Engine/Canvas.h" |
Syntax
enum ELastCharacterIndexFormat
{
LastWholeCharacterBeforeOffset,
CharacterAtOffset,
Unused,
}
Values
| Name | Remarks |
|---|---|
| LastWholeCharacterBeforeOffset | The last whole character before the horizontal offset. |
| CharacterAtOffset | The character directly at the offset. |
| Unused | Not used. |