UDistributionVectorUniformCurve::SetKeyIn

Set the input value of the specified Key.

Windows
MacOS
Linux

Override Hierarchy

FCurveEdInterface::SetKeyIn()

UDistributionVectorUniformCurve::SetKeyIn()

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 int32 SetKeyIn
(
    int32 KeyIndex,
    float NewInVal
)

Remarks

Set the input value of the specified Key. This may change the index of the key, so the new index of the key is retured. 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