Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/Runtime/MovieScene/Channels/FMovieSceneChannel
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannel.h |
| Include | #include "Channels/MovieSceneChannel.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneChannel.cpp |
void SetKeyTime
&40;
const FKeyHandle InHandle,
const FFrameNumber InKeyTime
&41;
Remarks
Set the time for the specified key handle
Parameters
| Name | Description |
|---|---|
| InHandle | The handle of the key to get the time for |
| InKeyTime | The new time for the key |