Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Data
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPCGData
- UPCGSpatialData
- UPCGSpatialDataWithPointCache
- UPCGPolyLineData
- UPCGLandscapeSplineData
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Data/PCGLandscapeSplineData.h |
| Include | #include "Data/PCGLandscapeSplineData.h" |
Syntax
UCLASS&40;BlueprintType, ClassGroup&61;&40;Procedural&41;&41;
class UPCGLandscapeSplineData : public UPCGPolyLineData
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< ULandscapeSplinesComponent > | Spline |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
ULandscapeSplinesComponent* InSplineComponent |
Overridden from UPCGPolyLineData
| Type | Name | Description | |
|---|---|---|---|
| FVector::FReal | GetCurvatureAtDistance
(
int SegmentIndex, |
||
| int | |||
| FVector::FReal | GetSegmentLength
(
int SegmentIndex |
||
| FTransform | GetTransform () |
||
| FTransform | GetTransformAtDistance
(
int SegmentIndex, |
Overridden from UPCGSpatialDataWithPointCache
| Type | Name | Description | |
|---|---|---|---|
| const UPCGPointData * | CreatePointData
(
FPCGContext* Context |
Overridden from UPCGSpatialData
| Type | Name | Description | |
|---|---|---|---|
| UPCGSpatialData * | CopyInternal () |
||
| FBox | GetBounds () |
Returns the full bounds (including density fall-off) of the data | |
| bool | SamplePoint
(
const FTransform& Transform, |
Sample rotation, scale and other attributes from this data at the query position. |
Overridden from UPCGData
| Type | Name | Description | |
|---|---|---|---|
| EPCGDataType | GetDataType () |