enum EPCGPinUsage
{
Normal = 0,
Loop,
Feedback,
DependencyOnly,
}
Values
Name
Remarks
Normal
Normal usage pin, will pass all data as is.
Loop
When used in a loop subgraph node, will separate each data from that pin into separate subgraph executions.
Feedback
When used in a loop subgraph node, will pass data on the feedback pins to the next iteration only if the data is passed from a previous iteration (or the original subgraph call).