Navigation
API > API/Plugins > API/Plugins/PCG
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGElement.h |
| Include | #include "PCGElement.h" |
Syntax
enum EPCGElementExecutionLoopMode
{
NotALoop,
SinglePrimaryPin,
MatchingPrimaryPins,
}
Values
| Name | Description |
|---|---|
| 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). |