Navigation
API > API/Plugins > API/Plugins/PCG
| Name | EPCGElementExecutionLoopMode |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGElement.h |
| Include Path | #include "PCGElement.h" |
Syntax
enum EPCGElementExecutionLoopMode
{
NotALoop,
SinglePrimaryPin,
MatchingPrimaryPins,
}
Values
| Name | Remarks |
|---|---|
| NotALoop | Not a trivial input -> output mapping, with respect to caching. |
| SinglePrimaryPin | Loops on (singular) required pin. |
| MatchingPrimaryPins | Loops on matching indices on required pin(s). |