Navigation
API > API/Plugins > API/Plugins/ControlRigEditor > API/Plugins/ControlRigEditor/FControlRigSpaceChannelCurveMode-
- FCurveModel::CreateKeyProxies()
- FControlRigSpaceChannelCurveModel::CreateKeyProxies()
References
| Module | ControlRigEditor |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Public/ControlRigSpaceChannelCurveModel.h |
| Include | #include "ControlRigSpaceChannelCurveModel.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Private/ControlRigSpaceChannelCurveModel.cpp |
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. |