Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphSettingNode
- UMovieGraphSettingNode::BuildNewProcessCommandLineArgsImpl()
- UMovieGraphAudioOutputNode::BuildNewProcessCommandLineArgsImpl()
- UMovieGraphGlobalGameOverridesNode::BuildNewProcessCommandLineArgsImpl()
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include | #include "Graph/MovieGraphNode.h" |
virtual void BuildNewProcessCommandLineArgsImpl
(
TArray < FString > & InOutUnrealURLParams,
TArray < FString > & InOutCommandLineArgs,
TArray < FString > & InOutDeviceProfileCvars,
TArray < FString > & InOutExecCmds
) const
Remarks
Modify the Unreal URL and command line arguments when the node will be run in a new process. Only applies to nodes in the Globals branch.