UMoviePipelineGameOverrideSetting::BuildNewProcessCommandLineImpl

Modify the Unreal URL and Command Line Arguments when preparing the setting to be run in a new process.

Windows
MacOS
Linux

Override Hierarchy

UMoviePipelineSetting::BuildNewProcessCommandLineImpl()

UMoviePipelineGameOverrideSetting::BuildNewProcessCommandLineImpl()

References

Module

MovieRenderPipelineCore

Header

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineGameOverrideSetting.h

Include

#include "MoviePipelineGameOverrideSetting.h"

Source

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MoviePipelineGameOverrideSetting.cpp

Syntax

virtual void BuildNewProcessCommandLineImpl
(
    FString & InOutUnrealURLParams,
    FString & InOutCommandLineArgs
) const

Remarks

Modify the Unreal URL and Command Line Arguments when preparing the setting to be run in a new process.

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