FCurveEdInterface::SetKeyOut

Set the output values of the specified key.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Core

Header

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

Include

#include "Math/CurveEdInterface.h"

Syntax

virtual void SetKeyOut
(
    int32 SubIndex,
    int32 KeyIndex,
    float NewOutVal
)

Remarks

Set the output values of the specified key. SubIndex must be within range ie >=0 and < NumSubCurves. KeyIndex must be within range ie >=0 and < NumKeys.