EPaperTileFlags

Flags used in the packed tile index.

Windows
MacOS
Linux

References

Module

Paper2D

Header

/Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileLayer.h

Include

#include "PaperTileLayer.h"

Syntax

enum EPaperTileFlags
{
    FlipHorizontal    = (1U << 31),
    FlipVertical      = (1U << 30),
    FlipDiagonal      = (1U << 29),
    TileIndexMask     = ~(7U << 29),
}

Values

Name

Description

FlipHorizontal

FlipVertical

FlipDiagonal

TileIndexMask

Remarks

Flags used in the packed tile index.

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