Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphCoreTimeStep
Description
TickProducingFrames will be called for a frame (before the frame starts) and then this will be called at the end of the frame when we kick off the renders for the frame. Should return data needed to calculate the correct rendering timestep.
Virtual Inheritance
- UMovieGraphTimeStepBase::GetCalculatedTimeData → UMovieGraphCoreTimeStep::GetCalculatedTimeData
| Name | GetCalculatedTimeData |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphCoreTimeStep.h |
| Include Path | #include "Graph/MovieGraphCoreTimeStep.h" |
virtual FMovieGraphTimeStepData GetCalculatedTimeData() const