 |
FName |
AlphaAttribute |
Attribute that will contain a value in [0,1] representing how far along the point is to the end of the line. |
 |
FName |
ArriveTangentAttribute |
Attribute that will contain the arrive tangent vector. |
 |
bool |
bComputeAlpha |
|
 |
bool |
bComputeCurvature |
|
 |
bool |
bComputeDirectionDelta |
|
 |
bool |
bComputeDistance |
|
 |
bool |
bComputeInputKey |
|
 |
bool |
bComputeSegmentIndex |
|
 |
bool |
bComputeSubsegmentIndex |
|
 |
bool |
bComputeTangents |
|
 |
bool |
bProjectOntoSurface |
Project sample points onto one possible surface given by the spline boundary. |
 |
bool |
bSeedFrom2DPosition |
Controls whether we will seed the sampled points using the 3D position or the 2D (XY) position |
 |
bool |
bSeedFromLocalPosition |
Controls whether we will seed the sampled points using the final world position or the local position |
 |
bool |
bTreatSplineAsPolyline |
Use the spline points to form a polyline, instead of computing many sample points along the spline. |
 |
bool |
bUnbounded |
If no Bounding Shape input is provided, the actor bounds are used to limit the sample generation domain. |
 |
FName |
CurvatureAttribute |
Attribute that will contain the curvature. |
 |
EPCGSplineSamplingDimension |
Dimension |
|
 |
FName |
DistanceAttribute |
Attribute that will contain the distance along the spline at the sample point. |
 |
float |
DistanceIncrement |
|
 |
EPCGSplineSamplingFill |
Fill |
|
 |
FName |
InputKeyAttribute |
Attribute that will contain the spline input key, a float value between [0, N], where N is the number of control points. |
 |
float |
InteriorBorderSampleSpacing |
The space between each sample point on the spline boundary. |
 |
FRuntimeFloatCurve |
InteriorDensityFalloffCurve |
TODO: DirtyCache for OnDependencyChanged when this float curve is an external asset. |
 |
EPCGSplineSamplingInteriorOrientation |
InteriorOrientation |
Determines the orientation of interior points. |
 |
float |
InteriorSampleSpacing |
The space between each sample point |
 |
FName |
LeaveTangentAttribute |
Attribute that will contain the leave tangent vector. |
 |
EPCGSplineSamplingMode |
Mode |
|
 |
FName |
NextDirectionDeltaAttribute |
Attribute that will contain the delta angle to the next point on the spline w.r.t to the current's point Up vector. |
 |
int32 |
NumHeightSubdivisions |
|
 |
int32 |
NumPlanarSubdivisions |
|
 |
int32 |
NumSamples |
|
 |
float |
PointSteepness |
Each PCG point represents a discretized, volumetric region of world space. |
 |
FName |
SegmentIndexAttribute |
Attribute that will contain the spline segment index. |
 |
int32 |
SubdivisionsPerSegment |
|
 |
FName |
SubsegmentIndexAttribute |
Attribute that will contain the sub-segment index of a point on the spline. |