Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineExecutorShot
Description
Gets overrides on the variables in graph presets associated with this job. A job can have multiple graphs associated with it if the job's assigned graph contains subgraphs. The job's graph and each subgraph will have an entry in the returned array.
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 | GetGraphVariableAssignments |
| 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 > > & GetGraphVariableAssignments
(
const bool bUpdateAssignments
)