Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TPolyBezierSpline
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 AppendAnchor
(
const FAnchor& InAnchor, |
Splines/PolyBezierSpline.h | ||
int32 AppendAnchor
(
const FAnchor& InAnchor, |
Splines/PolyBezierSpline.h |
AppendAnchor(const FAnchor &, float)
| Name | AppendAnchor |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Splines/PolyBezierSpline.h |
| Include Path | #include "Splines/PolyBezierSpline.h" |
int32 AppendAnchor
(
const FAnchor & InAnchor,
float Parameter
)
AppendAnchor(const FAnchor &, EParameterizationPolicy)
| Name | AppendAnchor |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Splines/PolyBezierSpline.h |
| Include Path | #include "Splines/PolyBezierSpline.h" |
int32 AppendAnchor
(
const FAnchor & InAnchor,
EParameterizationPolicy ParameterizationPolicy
)