AutoCalcTangent

This actually returns the control point not a tangent.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/InterpCurvePoint.h"

Syntax

template<class U>
void AutoCalcTangent
(
    const FQuat & PrevP,
    const FQuat & P,
    const FQuat & NextP,
    const U & Tension,
    FQuat & OutTan
)

Remarks

This actually returns the control point not a tangent. This is expected by the CubicInterp function for Quaternions

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