Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FCurveModel
- FCurveModel::CreateKeyProxies()
- FFloatChannelCurveModel::CreateKeyProxies()
- FDoubleChannelCurveModel::CreateKeyProxies()
- FIntegerChannelCurveModel::CreateKeyProxies()
- FBoolChannelCurveModel::CreateKeyProxies()
- FControlRigSpaceChannelCurveModel::CreateKeyProxies()
- FRichCurveEditorModel::CreateKeyProxies()
- FConstraintChannelCurveModel::CreateKeyProxies()
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/CurveModel.h |
| Include | #include "CurveModel.h" |
virtual void CreateKeyProxies
&40;
TArrayView< const FKeyHandle > InKeyHandles,
TArrayView< UObject &42; > OutObjects
&41;
Remarks
Create key proxy objects for the specified key handles. One object should be assigned to OutObjects per index within InKeyHandles
Parameters
| Name | 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. |