Navigation
API > API/Plugins > API/Plugins/Paper2D
References
| Module | Paper2D |
| Header | /Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileSet.h |
| Include | #include "PaperTileSet.h" |
Syntax
USTRUCT&40;BlueprintType, Meta&61;&40;ShowOnlyInnerProperties&41;&41;
struct PAPER2FPaperTileMetadata
Remarks
Information about a single tile in a tile set.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSpriteGeometryCollection | CollisionData | Collision data for the tile. | |
| uint8[4] | TerrainMembership | Indexes into the Terrains array of the owning tile set, in counterclockwise order starting from top-left 0xFF indicates no membership. | |
| FName | UserDataName | A tag that can be used for grouping and categorizing (consider using it as the index into a UDataTable asset). |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | HasCollision () |
Does this tile have collision information? | |
| bool | HasMetaData () |
Does this tile have user-specified metadata? |