///<summary>Returns the transform for a tile</summary> public static Transform GetTileTransform(PaperTileInfo Tile) => TileMapBlueprintLibrary_methods.GetTileTransform_method.Invoke(Tile);
///<summary>Returns the user data name for the specified tile, or NAME_None if there is no user-specified data</summary> public static Name GetTileUserData(PaperTileInfo Tile) => TileMapBlueprintLibrary_methods.GetTileUserData_method.Invoke(Tile);
///<summary>Breaks out the information for a tile</summary> public static (int, PaperTileSet, bool, bool, bool) BreakTile(PaperTileInfo Tile) => TileMapBlueprintLibrary_methods.BreakTile_method.Invoke(Tile);