Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Data
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPCGData
- UPCGSpatialData
- UPCGSpatialDataWithPointCache
- UPCGProjectionData
- UPCGSplineProjectionData
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Data/PCGSplineData.h |
| Include | #include "Data/PCGSplineData.h" |
Syntax
UCLASS&40;BlueprintType, ClassGroup&61;&40;Procedural&41;&41;
class UPCGSplineProjectionData : public UPCGProjectionData
Remarks
The projection of a spline onto a surface.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FInterpCurveVector2D | ProjectedPosition |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const UPCGSplineData * | GetSpline () |
||
| const UPCGSpatialData * | GetSurface () |
||
| void | Initialize
(
const UPCGSplineData* InSourceSpline, |
||
| FVector2D | Project
(
const FVector& InVector |
Overridden from UPCGSpatialData
| Type | Name | Description | |
|---|---|---|---|
| UPCGSpatialData * | CopyInternal () |
||
| 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 () |