Choose your operating system:
Windows
macOS
Linux
| FCurveModel::SetKeyPositions()
|
Module |
|
Header |
/Engine/Source/Editor/CurveEditor/Public/RichCurveEditorModel.h |
Include |
#include "RichCurveEditorModel.h" |
Source |
/Engine/Source/Editor/CurveEditor/Private/RichCurveEditorModel.cpp |
virtual void SetKeyPositions
(
TArrayView< const FKeyHandle > InKeys,
TArrayView< const FKeyPosition > InKeyPositions,
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 |