FSimpleCurve::DeleteKey

Remove the specified key from the curve.

Windows
MacOS
Linux

Override Hierarchy

FRealCurve::DeleteKey()

FSimpleCurve::DeleteKey()

References

Module

Engine

Header

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

Include

#include "Curves/SimpleCurve.h"

Source

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

Syntax

virtual void DeleteKey
(
    FKeyHandle KeyHandle
)

Remarks

Remove the specified key from the curve.

Parameters

Parameter

Description

KeyHandle

The handle of the key to remove.

See Also

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