Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphSettingNode
Description
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.
Derived Overrides
- UMovieGraphAudioOutputNode::BuildNewProcessCommandLineArgsImpl
- UMovieGraphGlobalGameOverridesNode::BuildNewProcessCommandLineArgsImpl
| Name | BuildNewProcessCommandLineArgsImpl |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include Path | #include "Graph/MovieGraphNode.h" |
virtual void BuildNewProcessCommandLineArgsImpl
(
TArray < FString > & InOutUnrealURLParams,
TArray < FString > & InOutCommandLineArgs,
TArray < FString > & InOutDeviceProfileCvars,
TArray < FString > & InOutExecCmds
) const