Navigation
API > API/Runtime > API/Runtime/GeometryCore
A spline which wraps another fully implemented spline (SplineType must derive from TSplineInterface)
| Name | TSplineWrapper |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Splines/Spline.h |
| Include Path | #include "Splines/Spline.h" |
Syntax
template<typename SPLINETYPE>
class TSplineWrapper : public UE::Geometry::Spline::TSplineInterface< SPLINETYPE::ValueType >
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TSplineWrapper() |
Splines/Spline.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| SplineType | SPLINETYPE | Splines/Spline.h | |
| ValueType | SplineType::ValueType | Splines/Spline.h |