Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineExecutorJob
Description
Switches the active configuration mode on the job. For Basic mode, lazily initializes the BasicConfig if it doesn't exist yet. For Graph mode, requires a graph preset to already be assigned (returns false otherwise). See SetGraphPreset().
| Name | SetConfigMode |
| 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 |
UFUNCTION (BlueprintCallable, Category="Movie Render Pipeline")
bool SetConfigMode
(
EMoviePipelineConfigMode InConfigMode
)
true if the mode was switched (or was already the requested mode), false if the switch was not possible.