BlueprintAPI > BlueprintAPI/MovieRenderPipeline
Take the specified Queue, duplicate it and write it to disk in the ../Saved/MovieRenderPipeline/ folder. Returns the duplicated queue.
Target is Movie Pipeline Editor Blueprint Library
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | In Pipeline Queue |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
string | Out Manifest File Path | |
object | Return Value | Take the specified Queue, duplicate it and write it to disk in the ../Saved/MovieRenderPipeline/ folder. Returns the duplicated queue. |