ETileMapProjectionMode::Type

The different kinds of projection modes supported.

Windows
MacOS
Linux

References

Module

Paper2D

Header

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

Include

#include "PaperTileMap.h"

Syntax

namespace ETileMapProjectionMode
{
    enum Type
    {
        Orthogonal,
        IsometricDiamond,
        IsometricStaggered,
        HexagonalStaggered,
    }
}

Values

Name

Description

Orthogonal

Square tile layout

IsometricDiamond

Isometric tile layout (shaped like a diamond) */.

IsometricStaggered

Isometric tile layout (roughly in a square with alternating rows staggered).

HexagonalStaggered

Hexagonal tile layout (roughly in a square with alternating rows staggered).

Remarks

The different kinds of projection modes supported.

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