Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Components/SplineComponent.h |
Include |
#include "Components/SplineComponent.h" |
struct FSplineCurves
Name | Description | ||
---|---|---|---|
|
Position |
Spline built from position data. |
|
|
ReparamTable |
Input: distance along curve, output: parameter that puts you there. |
|
|
Rotation |
Spline built from rotation data. |
|
|
Scale |
Spline built from scale data. |
|
|
uint32 |
Version |
Name | Description | ||
---|---|---|---|
|
float |
GetSegmentLength ( |
Returns the length of the specified spline segment up to the parametric value given |
|
float |
GetSplineLength() |
Returns total length along this spline |
|
void |
UpdateSpline ( |
Update the spline's internal data according to the passed-in params |
Name | Description | ||
---|---|---|---|
|
bool |
operator!= ( |
|
|
bool |
operator== ( |
Name | Description | ||
---|---|---|---|
|
TObjectPtr< USp... |
Metadata_DEPRECATED |