FCurveModel::CreateKeyProxies

Create key proxy objects for the specified key handles.

Windows
MacOS
Linux

Override Hierarchy

References

Module

CurveEditor

Header

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

Include

#include "CurveModel.h"

Syntax

virtual void CreateKeyProxies
(
    TArrayView< const FKeyHandle > InKeyHandles,
    TArrayView< UObject * > OutObjects
)

Remarks

Create key proxy objects for the specified key handles. One object should be assigned to OutObjects per index within InKeyHandles

Parameters

Parameter

Description

InKeyHandles

Array of key handles to create edit objects for

OutObjects

(Out) Array to receive objects that should be used to edit each of the input key handles.

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