Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/IPCGElement
Description
Public function that executes the element on the appropriately created context. The caller should call the Execute function until it returns true.
| Name | Execute |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGElement.h |
| Include Path | #include "PCGElement.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGElement.cpp |
bool Execute
(
FPCGContext * Context
) const