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,
PrimaryPinAndBroadcastablePins,
}
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). |
| PrimaryPinAndBroadcastablePins |
Loops on matching indices on required pin(s), but the second+ pin can have a single entry. |