Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphPipeline
Syntax
UPROPERTY (Transient)
TObjectPtr < UMovieGraphTimeStepBase > GraphTimeStepInstance
Remarks
Sometimes the shot index can be incremented before the time step instance should be changed, so the current time step instance is tracked. This should generally be used to access the current time step instance, rather than indexing into GraphTimeStepInstances with the shot index.