Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/FMovieGraphTimeStepData
Syntax
UPROPERTY (BlueprintReadWrite, EditAnywhere, Category="Movie Graph")
bool bIsFirstTemporalSampleForFrame
Remarks
Should be set to true for the first sample of each output frame. Used to determine if various systems need to reset or gather data for a new frame. Can be true at the same time as bIsLastTemporalSampleForFrame (ie: 1TS)