UDistributionVectorUniformCurve::DeleteKey

Remove the specified key from the curve. KeyIndex must be within range ie >=0 and < NumKeys.

Windows
MacOS
Linux

Override Hierarchy

FCurveEdInterface::DeleteKey()

UDistributionVectorUniformCurve::DeleteKey()

References

Module

Engine

Header

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

Include

#include "Distributions/DistributionVectorUniformCurve.h"

Source

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

Syntax

virtual void DeleteKey
(
    int32 KeyIndex
)

Remarks

Remove the specified key from the curve. 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