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