Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphQuickRenderModeSettin-
Description
Within the settings object provided, refreshes the variable assignments in the settings to match the setting's GraphPreset. Note that changing the graph preset within the editor will do this automatically, but if changing the graph outside of the editor, this may need to be run manually.
| Name | RefreshVariableAssignments |
| 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")
static void RefreshVariableAssignments
(
UMovieGraphQuickRenderModeSettings * InSettings
)