Choose your operating system:
Windows
macOS
Linux
| FCurveModel::SetKeyPositions()
|
Module |
|
Header |
/Engine/Source/Editor/CurveEditor/Public/KeyBarCurveModel.h |
Include |
#include "KeyBarCurveModel.h" |
virtual void SetKeyPositions
(
TArrayView< const FKeyHandle > InKeys,
TArrayView< const FKeyPosition > InKeyPositions,
const EPropertyChangeType::Type ChangeType
)
Assign key positions for the specified key handles
Parameter |
Description |
---|---|
InKeys |
Array of key handles to set positions for |
InKeyPositions |
Array of desired key positions to be applied to each of the corresponding key handles |