Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineExecutorShot
Description
Gets overrides on the variables in the primary graph (and its subgraphs) associated with this job.
The assignments are updated before they are returned. To opt-out of this, set bUpdateAssignments to false (generally not recommended unless there is very specific behavior that is needed).
| Name | GetPrimaryGraphVariableAssignments |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineQueue.h |
| Include Path | #include "MoviePipelineQueue.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MoviePipelineQueue.cpp |
TArray < TObjectPtr < UMovieJobVariableAssignmentContainer > > & GetPrimaryGraphVariableAssignments
(
const bool bUpdateAssignments
)