Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphTimeStepBase
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.
Derived Overrides
| Name | GetCalculatedTimeData |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphDataTypes.h |
| Include Path | #include "Graph/MovieGraphDataTypes.h" |
UFUNCTION (BlueprintCallable, Category="Movie Graph")
virtual FMovieGraphTimeStepData GetCalculatedTimeData() const