Navigation
BlueprintAPI > BlueprintAPI/MovieRenderPipeline
When rendering in a new process some settings may need to provide command line arguments to affect engine settings that need to be set before most of the engine boots up. This function allows a setting to provide these when the user wants to run in a separate process. This won't be used when running in the current process because it is too late to modify the command line.
Target is Movie Pipeline Setting
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| string | In Out Unreal URLParams | |
| string | In Out Command Line Args | |
| string | In Out Device Profile Cvars | |
| string | In Out Exec Cmds |