UTileMapBlueprintLibrary::GetTileUserData

Returns the user data name for the specified tile, or NAME_None if there is no user-specified data.

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)
static FName GetTileUserData
(
    FPaperTileInfo Tile
)

Remarks

Returns the user data name for the specified tile, or NAME_None if there is no user-specified data.

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