Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/Channels > API/Editor/MovieSceneTools/Channels/FConstraintChannelCurveModel
- FCurveModel::CreateKeyProxies()
- FConstraintChannelCurveModel::CreateKeyProxies()
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/Channels/ConstraintChannelCurveModel.h |
| Include | #include "Channels/ConstraintChannelCurveModel.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/Channels/ConstraintChannelCurveModel.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. |