FCurveModel::AddKey

Helper function for adding a single key to this curve

Windows
MacOS
Linux

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/CurveModel.h

Include

#include "CurveModel.h"

Source

/Engine/Source/Editor/CurveEditor/Private/CurveModel.cpp

Syntax

TOptional< FKeyHandle > AddKey
(
    const FKeyPosition & NewKeyPosition,
    const FKeyAttributes & InAttributes
)

Remarks

Helper function for adding a single key to this curve

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