Navigation
Unreal Engine C++ API Reference > Editor > Sequencer > IKeyArea
References
Module | Sequencer |
Header | /Engine/Source/Editor/Sequencer/Public/IKeyArea.h |
Include | #include "IKeyArea.h" |
void SetKeyTime
(
FKeyHandle InKeyHandle,
FFrameNumber InKeyTime
) const
Remarks
Set the time of the key with the specified handle
Parameters
Name | Description |
---|---|
InKeyHandle | The key handle to set |
InKeyTime | The time to set the key to |