UInterpTrackFloatBase::SetTangents

Set the incoming and outgoing tangent for the given subcurve and key.

Windows
MacOS
Linux

Override Hierarchy

FCurveEdInterface::SetTangents()

UInterpTrackFloatBase::SetTangents()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackFloatBase.h

Include

#include "Matinee/InterpTrackFloatBase.h"

Source

/Engine/Source/Runtime/Engine/Private/InterpolationCurveEd.cpp

Syntax

virtual void SetTangents
(
    int32 SubIndex,
    int32 KeyIndex,
    float ArriveTangent,
    float LeaveTangent
)

Remarks

Set the incoming and outgoing tangent for the given subcurve and key. SubIndex must be within range ie >=0 and < NumSubCurves. KeyIndex must be within range ie >=0 and < NumKeys.

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