Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGPolygon2DOperationElement |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/Polygon/PCGPolygon2DOperation.h |
| Include Path | #include "Elements/Polygon/PCGPolygon2DOperation.h" |
Syntax
class FPCGPolygon2DOperationElement : public IPCGElement
Implements Interfaces
Functions
Protected
Overridden from IPCGElement
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ExecuteInternal
(
FPCGContext* Context |
Core execution method for the given element. Will be called until it returns true. | Elements/Polygon/PCGPolygon2DOperation.h | |
virtual EPCGElementExecutionLoopMode ExecutionLoopMode
(
const UPCGSettings* Settings |
Describes internal execution behavior, which is used to break down inputs/outputs for caching purposes. | Elements/Polygon/PCGPolygon2DOperation.h |