Choose your operating system:
Windows
macOS
Linux
| FCurveModel::AddKeys()
|
Module |
|
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 AddKeys
(
TArrayView< const FKeyPosition > InPositions,
TArrayView< const FKeyAttributes > InAttributes,
TArrayView< TOptional< FKeyHandle >> * OutKeyHandles
)
Add keys to this curve
Parameter |
Description |
---|---|
InPositions |
Key positions for the new keys |
InAttributes |
Key attributes for the new keys, one per key position |
OutKeyHandles |
(Optional) Pointer to an array view of size InPositions.Num() that should be populated with newly added key handles |