UTileMapBlueprintLibrary::MakeTile

Creates a tile from the specified information.

Windows
MacOS
Linux

References

Module

Paper2D

Header

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

Include

#include "TileMapBlueprintLibrary.h"

Source

/Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/TileMapBlueprintLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintPure, Category=Sprite, Meta=(AdvancedDisplay=2))
static FPaperTileInfo MakeTile
(
    int32 TileIndex,
    UPaperTileSet * TileSet,
    bool bFlipH,
    bool bFlipV,
    bool bFlipD
)

Remarks

Creates a tile from the specified information.

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