Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/Runtime/MovieScene/Channels/FMovieSceneIntegerChannel
- FMovieSceneChannel::GetHandle()
- FMovieSceneIntegerChannel::GetHandle()
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneIntegerChannel.h |
| Include | #include "Channels/MovieSceneIntegerChannel.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneIntegerChannel.cpp |
virtual FKeyHandle GetHandle
(
int32 Index
)
Remarks
Retrieve a key handle for the specified key time index A key handle that identifies the key at the specified index, regardless of re-ordering
Parameters
| Name | Description |
|---|---|
| Index | The index to retrieve |