Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Data
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPCGData
- UPCGSpatialData
- UPCGSpatialDataWithPointCache
- UPCGPolyLineData
- UPCGLandscapeSplineData
- UPCGSplineData
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Data/PCGPolyLineData.h |
| Include | #include "Data/PCGPolyLineData.h" |
Syntax
UCLASS&40;Abstract, BlueprintType, ClassGroup&61;&40;Procedural&41;&41;
class UPCGPolyLineData : public UPCGSpatialDataWithPointCache
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector::FReal | GetCurvatureAtDistance
(
int SegmentIndex, |
||
| FVector | GetLocationAtDistance
(
int SegmentIndex, |
||
| int | |||
| FVector::FReal | GetSegmentLength
(
int SegmentIndex |
||
| FTransform | GetTransform () |
||
| FTransform | GetTransformAtDistance
(
int SegmentIndex, |
Overridden from UPCGSpatialData
| Type | Name | Description | |
|---|---|---|---|
| FBox | GetBounds () |
Returns the full bounds (including density fall-off) of the data | |
| int | GetDimension () |
Returns the dimension of the data type, which has nothing to do with the dimension of its points |
Overridden from UPCGData
| Type | Name | Description | |
|---|---|---|---|
| EPCGDataType | GetDataType () |