Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphQuickRenderModeSettin-
Description
Gets the variable assignments for the specified graph asset. Note that there will normally only be one variable assignment container for these quick render settings (the assignments for the graph specified in GraphPreset_). However, GraphPreset_ may have subgraphs, and subgraphs store their variable assignments in separate containers. If you need to update the variable assignments for those subgraph(s), this method provides a convenient way of getting their assignments (instead of iterating through `GraphVariableAssignments_).
| Name | GetVariableAssignmentsForGraph |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphQuickRenderSettings.h |
| Include Path | #include "Graph/MovieGraphQuickRenderSettings.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphQuickRenderSettings.cpp |
UFUNCTION (BlueprintCallable, Category="Quick Render")
UMovieJobVariableAssignmentContainer * GetVariableAssignmentsForGraph
(
const TSoftObjectPtr < UMovieGraphConfig > & InGraphConfigPath
) const