Navigation
API > API/Plugins > API/Plugins/Paper2D
An instance of a UPaperTileMap in a level.
This actor is created when you drag a tile map asset from the content browser into the level, and it is just a thin wrapper around a UPaperTileMapComponent that actually references the asset.
| Name | APaperTileMapActor |
| Type | class |
| Header File | /Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTileMapActor.h |
| Include Path | #include "PaperTileMapActor.h" |
Syntax
UCLASS (MinimalAPI, ComponentWrapperClass)
class APaperTileMapActor : public AActor
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → AActor → APaperTileMapActor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
APaperTileMapActor
(
const FObjectInitializer& ObjectInitializer |
PaperTileMapActor.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RenderComponent | TObjectPtr< class UPaperTileMapComponent > | PaperTileMapActor.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPaperTileMapComponent * GetRenderComponent() |
Returns RenderComponent subobject | PaperTileMapActor.h |
Overridden from AActor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| PaperTileMapActor.h |