Navigation
API > API/Plugins > API/Plugins/Paper2D
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- USceneComponent
- UPrimitiveComponent
- USplineComponent
- PAPER2UPaperTerrainSplineComponent
References
| Module | Paper2D |
| Header | /Engine/Plugins/2D/Paper2D/Source/Paper2D/Classes/PaperTerrainSplineComponent.h |
| Include | #include "PaperTerrainSplineComponent.h" |
Syntax
UCLASS&40;BlueprintType, Experimental&41;
class PAPER2UPaperTerrainSplineComponent : public USplineComponent
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSimpleDelegate | OnSplineEdited | Triggered when the spline is edited. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
PAPER2UPaperTerrainSplineComponent
(
const FObjectInitializer& ObjectInitializer |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |