UDistributionFloatUniformCurve::SetKeyInterpMode

Set the method to use for interpolating between the give keyframe and the next one.

Windows
MacOS
Linux

Override Hierarchy

FCurveEdInterface::SetKeyInterpMode()

UDistributionFloatUniformCurve::SetKeyInterpMode()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloatUniformCurve.h

Include

#include "Distributions/DistributionFloatUniformCurve.h"

Source

/Engine/Source/Runtime/Engine/Private/Distributions.cpp

Syntax

virtual void SetKeyInterpMode
(
    int32 KeyIndex,
    EInterpCurveMode NewMode
)

Remarks

Set the method to use for interpolating between the give keyframe and the next one. 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