Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Data
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSpatialData
- UPCGSpatialDataWithPointCache
- UPCGProjectionData
- UPCGSplineProjectionData
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Data/PCGSplineData.h |
| Include | #include "Data/PCGSplineData.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
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 | |
|---|---|---|---|
| void | AddToCrc
(
FArchiveCrc32& Ar, |
Adds this data to Crc. Fallback implementation writes object instance UID. | |
| EPCGDataType | GetDataType () |