Navigation
API > API/Plugins > API/Plugins/Paper2D
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- AActor
- PAPER2APaperTerrainActor
References
| Module | Paper2D |
| Header | /Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTerrainActor.h |
| Include | #include "PaperTerrainActor.h" |
Syntax
UCLASS&40;BlueprintType, Experimental&41;
class PAPER2APaperTerrainActor : public AActor
Remarks
An instance of a piece of 2D terrain in the level
Constructors
| Type | Name | Description | |
|---|---|---|---|
PAPER2APaperTerrainActor
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| USceneComponent * | GetDummyRoot () |
Returns DummyRoot subobject | |
| UPaperTerrainComponent * | Returns RenderComponent subobject | ||
| UPaperTerrainSplineComponent * | Returns SplineComponent subobject |
Overridden from AActor
| Type | Name | Description | |
|---|---|---|---|
| bool | GetReferencedContentObjects
(
TArray< UObject* >& Objects |
Used by the "Sync to Content Browser" right-click menu option in the editor. |