Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineEditor > API/Plugins/MovieRenderPipelineEditor/UMoviePipelineEditorBlueprintLib-
Description
Ensure the job has the settings specified by the project settings added. If they're already added we don't modify the object so that we don't make it confused about whether or not you've modified the preset.
| 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
)