Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCurveEdInterface
Description
Get number of 'sub curves' in this Curve. For example, a vector curve will have 3 sub-curves, for X, Y and Z.
| Name | GetNumSubCurves |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/CurveEdInterface.h |
| Include Path | #include "Math/CurveEdInterface.h" |
virtual int32 GetNumSubCurves() const