Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/TMovieSceneChannelData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 MoveKey
(
int32 KeyIndex, |
Move the key at index KeyIndex to a new time | Channels/MovieSceneChannelData.h | |
int32 MoveKey
(
int32 KeyIndex, |
Channels/MovieSceneChannelData.h |
MoveKey(int32, FFrameNumber, bool)
Description
Move the key at index KeyIndex to a new time
| Name | MoveKey |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelData.h |
| Include Path | #include "Channels/MovieSceneChannelData.h" |
int32 MoveKey
(
int32 KeyIndex,
FFrameNumber NewTime,
bool bRemoveDuplicateKeys
)
The index of the key in its new position
Parameters
| Name | Remarks |
|---|---|
| KeyIndex | The index of the key to move |
| NewTime | The time to move the key to |
MoveKey(int32, FFrameNumber, bool, TCanRemove &&)
| Name | MoveKey |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelData.h |
| Include Path | #include "Channels/MovieSceneChannelData.h" |
template<typename TCanRemove>
int32 MoveKey
(
int32 KeyIndex,
FFrameNumber NewTime,
bool bRemoveDuplicateKeys,
TCanRemove && CanRemove
)