Choose your operating system:
Windows
macOS
Linux
| FCurveModel::CreateKeyProxies()
|
Module |
|
Header |
/Engine/Source/Editor/CurveEditor/Public/RichCurveEditorModel.h |
Include |
#include "RichCurveEditorModel.h" |
Source |
/Engine/Source/Editor/CurveEditor/Private/RichCurveEditorModel.cpp |
virtual void CreateKeyProxies
(
TArrayView< const FKeyHandle > InKeyHandles,
TArrayView< UObject * > OutObjects
)
Create key proxy objects for the specified key handles. One object should be assigned to OutObjects per index within InKeyHandles
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. |