Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphPipeline
Description
Called by the TimeStepInstance when it's time to set up for another shot. Don't call this unless you know what you're doing.
| Name | SetupShot |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphPipeline.h |
| Include Path | #include "Graph/MovieGraphPipeline.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphPipeline.cpp |
void SetupShot
(
const TObjectPtr < UMoviePipelineExecutorShot > & InShot
)