Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneDoubleChannel
Description
Retrieve the index of the cycle that the specified time falls within according to this channel's extrapolation modes.
Negative cycle counts are returned for cycles that lie before the first key
| Name | GetCycleCount |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneDoubleChannel.h |
| Include Path | #include "Channels/MovieSceneDoubleChannel.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Channels/MovieSceneDoubleChannel.cpp |
int32 GetCycleCount
(
FFrameTime InTime
) const