Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
EPCGPolygonOperation |
| Type |
enum |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Elements/Polygon/PCGPolygon2DOperation.h |
| Include Path |
#include "Elements/Polygon/PCGPolygon2DOperation.h" |
Syntax
enum EPCGPolygonOperation
{
Union,
Difference,
Intersection,
PairwiseIntersection,
InnerIntersection,
ExclusiveOr,
CutWithPaths,
}
Values
| Name |
Remarks |
| Union |
|
| Difference |
|
| Intersection |
|
| PairwiseIntersection |
|
| InnerIntersection |
|
| ExclusiveOr |
|
| CutWithPaths |
|