UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FLegacySpline Member List

This is the complete list of members for FLegacySpline, including all inherited members.

AddPoint(const FSplinePoint &InPoint)FLegacySpline
Evaluate(float Param) constFLegacySpline
EvaluateDerivative(float Param) constFLegacySpline
EvaluateRotation(float Param) constFLegacySpline
EvaluateScale(float Param) constFLegacySpline
FindNearest(const FVector &InLocation, float &OutSquaredDist) constFLegacySpline
FindNearestOnSegment(const FVector &InLocation, int32 SegmentIndex, float &OutSquaredDist) constFLegacySpline
FLegacySpline()=defaultFLegacySpline
FLegacySpline(const FNewSpline &Other)FLegacySpline
FLegacySpline(const FSplineCurves &Other)FLegacySpline
GetDistanceAtParameter(float Parameter) constFLegacySpline
GetInTangent(const int32 Index) constFLegacySpline
GetLocation(const int32 Index) constFLegacySpline
GetNumControlPoints() constFLegacySpline
GetOutTangent(const int32 Index) constFLegacySpline
GetParameterAtDistance(float Distance) constFLegacySpline
GetParameterAtIndex(int32 Index) constFLegacySpline
GetPoint(const int32 Index) constFLegacySpline
GetRotation(const int32 Index) constFLegacySpline
GetScale(const int32 Index) constFLegacySpline
GetSegmentLength(const int32 Index, const float Param, const FVector &Scale3D=FVector(1.0f)) constFLegacySpline
GetSplineLength() constFLegacySpline
GetSplinePointsPosition()FLegacySplineinline
GetSplinePointsPosition() constFLegacySplineinline
GetSplinePointsRotation()FLegacySplineinline
GetSplinePointsRotation() constFLegacySplineinline
GetSplinePointsScale()FLegacySplineinline
GetSplinePointsScale() constFLegacySplineinline
GetSplinePointType(int32 Index) constFLegacySpline
InsertPoint(const FSplinePoint &InPoint, int32 Index)FLegacySpline
operator!=(const FLegacySpline &Other) constFLegacySplineinline
operator<<FLegacySplinefriend
operator==(const FLegacySpline &Other) constFLegacySplineinline
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