About: This article introduces the Output Proxy node, an Output node within Construct.
Location: Node panel
Table of Contents
Feature Overview
An Output Proxy node (also called a "Proxy Out") is a special type of Output node that allows data to pass between jobs. The Output Proxy node is not editable and does not require any configuration. Instead, it must always be used with a Subroutine node. A job containing a Subroutine node is linked to the job containing the Output Proxy node (see configuration of a Subroutine node) at the point of the Output Proxy. When the subroutine job runs, it calls the Output Proxy job, and passes the data from the point of the Proxy Out back to the Subroutine.
- Only one Output Proxy can be used per job.
- Data can enter this node from only one source.
- The Output Proxy node can exist in a job with other Output nodes, however when called from a Subroutine node, the Output Proxy is the only Output that will run.
Comments
0 comments
Article is closed for comments.