ComputeCurveTangent

Computes a tangent for the specified control point. General case, doesn't support clamping.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/InterpCurvePoint.h

Include

#include "Math/InterpCurvePoint.h"

Syntax

template<class T>
void ComputeCurveTangent
(
    float PrevTime,
    const T & PrevPoint,
    float CurTime,
    const T & CurPoint,
    float NextTime,
    const T & NextPoint,
    float Tension,
    bool bWantClamping,
    T & OutTangent
)

Remarks

Computes a tangent for the specified control point. General case, doesn't support clamping.

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