Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/TMovieSceneChannelData
Description
Replaces the key handles at the given KeyIndices with NewHandles. Handles already in use are skipped.
| Name | ReplaceKeyHandles |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelData.h |
| Include Path | #include "Channels/MovieSceneChannelData.h" |
void ReplaceKeyHandles
(
TConstArrayView< int32 > KeyIndices,
TConstArrayView< FKeyHandle > NewHandles
)
Parameters
| Name | Remarks |
|---|---|
| KeyIndices | The indidces of the keys to replace |
| NewHandles | The key handle instances that should be at the given indices. |