Navigation
Unreal Engine C++ API Reference > Editor > Sequencer > IKeyArea
References
Module | Sequencer |
Header | /Engine/Source/Editor/Sequencer/Public/IKeyArea.h |
Include | #include "IKeyArea.h" |
Source | /Engine/Source/Editor/Sequencer/Private/IKeyArea.cpp |
void SetKeyTimes
(
TArrayView < const FKeyHandle > InKeyHandles,
TArrayView < const FFrameNumber > InKeyTimes
) const
Remarks
Set the times of the each key with the specified handles
Parameters
Name | Description |
---|---|
InKeyHandles | An array of handles that should have their time set to times in the corresponding InKeyTimes array |
InKeyTimes | Array of times to set to, one per key handle. Must match the size of InKeyHandles |