Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTangentSpline
Description
Sets the parameters of all spline points. InParameters must have exactly as many points as this spline.
| Name | SetParameters |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/Splines/TangentSpline.h |
| Include Path | #include "Curves/Splines/TangentSpline.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/Splines/TangentSpline.cpp |
bool SetParameters
(
const TArray < float > & InParameters
)
true if the operation was successful, otherwise false.
Parameters
| Name | Remarks |
|---|---|
| InParameters | The list of new parameter values, 1:1 with the number of spline points. |