Method TriggerGraphOutput
TriggerGraphOutput(uint)
Activates a graph trigger output and interrupt the current graph/frame execution/>
Declaration
Execution TriggerGraphOutput(uint outputIndex)
Parameters
| Type | Name | Description | 
|---|---|---|
| uint | outputIndex | The index of the output trigger in the graph reference node, used to index the referenced graph definition's output trigger list. If uint.MaxValue, will only cause a copy of the graph output values to the graph reference node output data ports  | 
    
Returns
| Type | Description | 
|---|---|
| Execution |