Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSpline
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateSpline () |
Update the spline's internal data according to the most recently used update params (or default params if never updated). | Curves/Spline.h | |
void UpdateSpline
(
const FUpdateSplineParams& InParams |
Update the spline's internal data according to the passed-in params. | Curves/Spline.h |
UpdateSpline()
Description
Update the spline's internal data according to the most recently used update params (or default params if never updated).
| Name | UpdateSpline |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/Spline.h |
| Include Path | #include "Curves/Spline.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/Spline.cpp |
void UpdateSpline()
UpdateSpline(const FUpdateSplineParams &)
Description
Update the spline's internal data according to the passed-in params.
| Name | UpdateSpline |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/Spline.h |
| Include Path | #include "Curves/Spline.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/Spline.cpp |
void UpdateSpline
(
const FUpdateSplineParams & InParams
)