FIntegralCurve::AddKey

Add a new key to the curve with the supplied Time and Value.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Curves/IntegralCurve.h

Include

#include "Curves/IntegralCurve.h"

Source

/Engine/Source/Runtime/Engine/Private/Curves/IntegralCurve.cpp

Syntax

FKeyHandle AddKey
(
    float InTime,
    int32 InValue,
    FKeyHandle KeyHandle
)

Remarks

Add a new key to the curve with the supplied Time and Value.

Returns

The handle of the new key

Parameters

Parameter

Description

KeyHandle

Optionally can specify what handle this new key should have, otherwise, it'll make a new one

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