FInterpCurve::AddPoint

Adds a new keypoint to the InterpCurve with the supplied In and Out value.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/InterpCurve.h"

Syntax

int32 AddPoint
(
    const float InVal,
    const T & OutVal
)

Remarks

Adds a new keypoint to the InterpCurve with the supplied In and Out value.

FInterpCurve inline functions

Returns

The index of the new key.

Parameters

Parameter

Description

InVal

OutVal

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