Navigation
API > API/Plugins > API/Plugins/PCGGeometryScriptInterop > API/Plugins/PCGGeometryScriptInterop/UPCGGeometryBlueprintElement
Description
Virtual implementation to streamline the creation of a Geometry Script node processing. Do not override this function or Execute if you want to use the streamlined version.
| Name | ExecuteWithContext_Implementation |
| Type | function |
| Header File | /Engine/Plugins/PCGInterops/PCGGeometryScriptInterop/Source/PCGGeometryScriptInterop/Public/Elements/PCGGeometryBlueprintElement.h |
| Include Path | #include "Elements/PCGGeometryBlueprintElement.h" |
| Source | /Engine/Plugins/PCGInterops/PCGGeometryScriptInterop/Source/PCGGeometryScriptInterop/Private/Elements/PCGGeometryBlueprintElement.cpp |
virtual void ExecuteWithContext_Implementation
(
FPCGContext & InContext,
const FPCGDataCollection & Input,
FPCGDataCollection & Output
)