Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineEditor > API/Plugins/MovieRenderPipelineEditor/UMoviePipelineEditorBlueprintLib-
Description
Ensure the job has the settings specified by the project settings added. Idempotent per-job: once defaults have been applied, subsequent calls are no-ops so that settings the user has deliberately removed won't be resurrected. Pass bForce=true to re-apply after an explicit configuration reset (e.g. SetConfiguration to a fresh empty config).
| Name | EnsureJobHasDefaultSettings |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineEditor/Public/MoviePipelineEditorBlueprintLibrary.h |
| Include Path | #include "MoviePipelineEditorBlueprintLibrary.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineEditor/Private/MoviePipelineEditorBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Movie Render Pipeline")
static void EnsureJobHasDefaultSettings
(
UMoviePipelineExecutorJob * InJob,
bool bForce
)