Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineSetting
Description
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.
| Name | BuildNewProcessCommandLineArgs |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineSetting.h |
| Include Path | #include "MoviePipelineSetting.h" |
UFUNCTION (BlueprintCallable, Category="Movie Render Pipeline")
void BuildNewProcessCommandLineArgs
(
TArray < FString > & InOutUnrealURLParams,
TArray < FString > & InOutCommandLineArgs,
TArray < FString > & InOutDeviceProfileCvars,
TArray < FString > & InOutExecCmds
) const