FSplineCurves::GetSegmentLength

Returns the length of the specified spline segment up to the parametric value given

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SplineComponent.h

Include

#include "Components/SplineComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/SplineComponent.cpp

Syntax

float GetSegmentLength
(
    const int32 Index,
    const float Param,
    bool bClosedLoop,
    const FVector & Scale3D
) const

Remarks

Returns the length of the specified spline segment up to the parametric value given

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss