| AddPoint(const FSplinePoint &InPoint) | FLegacySpline | |
| Evaluate(float Param) const | FLegacySpline | |
| EvaluateDerivative(float Param) const | FLegacySpline | |
| EvaluateRotation(float Param) const | FLegacySpline | |
| EvaluateScale(float Param) const | FLegacySpline | |
| FindNearest(const FVector &InLocation, float &OutSquaredDist) const | FLegacySpline | |
| FindNearestOnSegment(const FVector &InLocation, int32 SegmentIndex, float &OutSquaredDist) const | FLegacySpline | |
| FLegacySpline()=default | FLegacySpline | |
| FLegacySpline(const FNewSpline &Other) | FLegacySpline | |
| FLegacySpline(const FSplineCurves &Other) | FLegacySpline | |
| GetDistanceAtParameter(float Parameter) const | FLegacySpline | |
| GetInTangent(const int32 Index) const | FLegacySpline | |
| GetLocation(const int32 Index) const | FLegacySpline | |
| GetNumControlPoints() const | FLegacySpline | |
| GetOutTangent(const int32 Index) const | FLegacySpline | |
| GetParameterAtDistance(float Distance) const | FLegacySpline | |
| GetParameterAtIndex(int32 Index) const | FLegacySpline | |
| GetPoint(const int32 Index) const | FLegacySpline | |
| GetRotation(const int32 Index) const | FLegacySpline | |
| GetScale(const int32 Index) const | FLegacySpline | |
| GetSegmentLength(const int32 Index, const float Param, const FVector &Scale3D=FVector(1.0f)) const | FLegacySpline | |
| GetSplineLength() const | FLegacySpline | |
| GetSplinePointsPosition() | FLegacySpline | inline |
| GetSplinePointsPosition() const | FLegacySpline | inline |
| GetSplinePointsRotation() | FLegacySpline | inline |
| GetSplinePointsRotation() const | FLegacySpline | inline |
| GetSplinePointsScale() | FLegacySpline | inline |
| GetSplinePointsScale() const | FLegacySpline | inline |
| GetSplinePointType(int32 Index) const | FLegacySpline | |
| InsertPoint(const FSplinePoint &InPoint, int32 Index) | FLegacySpline | |
| operator!=(const FLegacySpline &Other) const | FLegacySpline | inline |
| operator<< | FLegacySpline | friend |
| operator==(const FLegacySpline &Other) const | FLegacySpline | inline |
| RemovePoint(int32 Index) | FLegacySpline | |
| Reset() | FLegacySpline | |
| ResetRotation() | FLegacySpline | |
| ResetScale() | FLegacySpline | |
| Serialize(FArchive &Ar) | FLegacySpline | |
| SetInTangent(const int32 Index, const FVector &InTangent) | FLegacySpline | |
| SetLocation(int32 Index, const FVector &InLocation) | FLegacySpline | |
| SetOutTangent(const int32 Index, const FVector &OutTangent) | FLegacySpline | |
| SetRotation(int32 Index, const FQuat &InRotation) | FLegacySpline | |
| SetScale(int32 Index, const FVector &InScale) | FLegacySpline | |
| SetSplinePointType(int32 Index, EInterpCurveMode Type) | FLegacySpline | |
| UpdateSpline(const FSpline::FUpdateSplineParams &InParams) | FLegacySpline | |