Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TTangentBezierSpline
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ValueType GetValue
(
float Parameter |
Gets position at specified parent space parameter | Splines/TangentBezierSpline.h | |
ValueType GetValue
(
int32 Index |
Gets the value of the specified point | Splines/TangentBezierSpline.h |
GetValue(float)
Description
Gets position at specified parent space parameter
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Splines/TangentBezierSpline.h |
| Include Path | #include "Splines/TangentBezierSpline.h" |
ValueType GetValue
(
float Parameter
) const
GetValue(int32)
Description
Gets the value of the specified point
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Splines/TangentBezierSpline.h |
| Include Path | #include "Splines/TangentBezierSpline.h" |
ValueType GetValue
(
int32 Index
) const