Navigation
API > API/Plugins > API/Plugins/PCG
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGPin.h |
| Include | #include "PCGPin.h" |
Syntax
enum EPCGPinUsage
{
Normal = 0,
Loop,
Feedback,
UMETA =(Hidden),
}
Values
| Name | Description |
|---|---|
| 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). |
| UMETA |