Navigation
API > API/Plugins > API/Plugins/Paper2D
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UTileMapBlueprintLibrary
References
| Module | Paper2D |
| Header | /Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/TileMapBlueprintLibrary.h |
| Include | #include "TileMapBlueprintLibrary.h" |
Syntax
UCLASS&40;Meta&61;&40;ScriptName&61;"TileMapLibrary"&41;&41;
class UTileMapBlueprintLibrary : public UBlueprintFunctionLibrary
Remarks
A collection of utility methods for working with tile map components
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BreakTile
(
FPaperTileInfo Tile, |
Breaks out the information for a tile. | |
| FTransform | GetTileTransform
(
FPaperTileInfo Tile |
Returns the transform for a tile. | |
| FName | GetTileUserData
(
FPaperTileInfo Tile |
Returns the user data name for the specified tile, or NAME_None if there is no user-specified data. | |
| FPaperTileInfo | MakeTile
(
int32 TileIndex, |
Creates a tile from the specified information. |
See Also
UPaperTileMap
UPaperTileMapComponent