Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Components/SplineComponent.h |
Include | #include "Components/SplineComponent.h" |
Syntax
struct FSplinePositionLinearApproximation
Remarks
A single point in linear approximation of a spline
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FVector | Position | Position on the spline |
![]() |
float | SplineParam | Param of the spline at this position |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FSplinePositionLinearApproximation
(
const FVector& InPosition, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Build
(
const FSplineCurves& InCurves, |
Build a linear approximation to the passed-in spline curves. |