UMoviePipelineEditorBlueprintLibrary::SaveQueueToManifestFile

Take the specified Queue, duplicate it and write it to disk in the ../Saved/MovieRenderPipeline/ folder.

Windows
MacOS
Linux

References

Module

MovieRenderPipelineEditor

Header

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineEditor/Public/MoviePipelineEditorBlueprintLibrary.h

Include

#include "MoviePipelineEditorBlueprintLibrary.h"

Source

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineEditor/Private/MoviePipelineEditorBlueprintLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Movie Render Pipeline")
static UMoviePipelineQueue * SaveQueueToManifestFile
(
    UMoviePipelineQueue * InPipelineQueue,
    FString & OutManifestFilePath
)

Remarks

Take the specified Queue, duplicate it and write it to disk in the ../Saved/MovieRenderPipeline/ folder. Returns the duplicated queue.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss