Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphLinearTimeStep
Description
Gets the index of the next temporal range. The index returned should not be the index returned by the prior call (this would result in a frame delta time of zero, causing the engine to crash).
Virtual Inheritance
- UMovieGraphCoreTimeStep::GetNextTemporalRangeIndex → UMovieGraphLinearTimeStep::GetNextTemporalRangeIndex
| Name | GetNextTemporalRangeIndex |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphLinearTimeStep.h |
| Include Path | #include "Graph/MovieGraphLinearTimeStep.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphLinearTimeStep.cpp |
virtual int32 GetNextTemporalRangeIndex() const