Show / Hide Table of Contents

Class TileMapBlueprintLibrary

A collection of utility methods for working with tile map components @

Inheritance
System.Object
UObject
BlueprintFunctionLibrary
TileMapBlueprintLibrary
Inherited Members
UObject.TransientPackage
UObject.CastTo<T>(UObject)
UObject.CastTo(UObject, Type)
UObject.RemoveObject(UObject)
UObject.MakeObjectArrayField<T>(NativeArray*)
UObject.NotImplemented<T>()
UObject.Construct()
UObject.GetHashCode()
UObject.GetName()
UObject.ToString()
UObject.Name
UObject._None
UObject.None
UObject.ObjPointer
UObject.LoadObjectFromClass(Class, UObject, String, String, LoadFlags, PackageMap, Boolean)
UObject.LoadClass(Class, UObject, String, String, LoadFlags, PackageMap)
UObject.GetPropertyFor<T>(Name)
UObject.ExecuteUbergraph
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Paper2D
Assembly: UE4DotNet.dll
Syntax
public class TileMapBlueprintLibrary : BlueprintFunctionLibrary
Remarks

see UPaperTileMap, UPaperTileMapComponent

Properties

| Improve this Doc View Source

DefaultObject

Get UE4 Default Object for this Class

Declaration
public static TileMapBlueprintLibrary DefaultObject { get; }
Property Value
Type Description
TileMapBlueprintLibrary
| Improve this Doc View Source

StaticClass

Get UE4 Class

Declaration
public static Class StaticClass { get; }
Property Value
Type Description
Class

Methods

| Improve this Doc View Source

BreakTile(PaperTileInfo)

Breaks out the information for a tile

Declaration
public static (int, PaperTileSet, bool, bool, bool) BreakTile(PaperTileInfo Tile)
Parameters
Type Name Description
PaperTileInfo Tile
Returns
Type Description
System.ValueTuple<System.Int32, PaperTileSet, System.Boolean, System.Boolean, System.Boolean>
| Improve this Doc View Source

GetTileTransform(PaperTileInfo)

Returns the transform for a tile

Declaration
public static Transform GetTileTransform(PaperTileInfo Tile)
Parameters
Type Name Description
PaperTileInfo Tile
Returns
Type Description
Transform
| Improve this Doc View Source

GetTileUserData(PaperTileInfo)

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

Declaration
public static Name GetTileUserData(PaperTileInfo Tile)
Parameters
Type Name Description
PaperTileInfo Tile
Returns
Type Description
Name
| Improve this Doc View Source

MakeTile(Int32, PaperTileSet, Boolean, Boolean, Boolean)

Creates a tile from the specified information

Declaration
public static PaperTileInfo MakeTile(int TileIndex, PaperTileSet TileSet, bool bFlipH, bool bFlipV, bool bFlipD)
Parameters
Type Name Description
System.Int32 TileIndex
PaperTileSet TileSet
System.Boolean bFlipH
System.Boolean bFlipV
System.Boolean bFlipD
Returns
Type Description
PaperTileInfo
| Improve this Doc View Source

New(UObject, Name)

Spawn an object of this class

Declaration
public static TileMapBlueprintLibrary New(UObject obj = null, Name name = default(Name))
Parameters
Type Name Description
UObject obj
Name name
Returns
Type Description
TileMapBlueprintLibrary

Operators

| Improve this Doc View Source

Implicit(IntPtr to TileMapBlueprintLibrary)

Convert from IntPtr to UObject

Declaration
public static implicit operator TileMapBlueprintLibrary(IntPtr p)
Parameters
Type Name Description
System.IntPtr p
Returns
Type Description
TileMapBlueprintLibrary
  • Improve this Doc
  • View Source
Back to top Generated by DocFX