Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
EPCGPolygon2DDataProperties |
| Type |
enum |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Data/PCGPolygon2DData.h |
| Include Path |
#include "Data/PCGPolygon2DData.h" |
Syntax
enum EPCGPolygon2DDataProperties
{
Transform,
Area,
Perimeter,
BoundsMin,
BoundsMax,
SegmentCount,
OuterSegmentCount,
HoleCount,
LongestOuterSegmentIndex,
IsClockwise,
}
Values
| Name |
Remarks |
| Transform |
|
| Area |
|
| Perimeter |
|
| BoundsMin |
|
| BoundsMax |
|
| SegmentCount |
|
| OuterSegmentCount |
|
| HoleCount |
|
| LongestOuterSegmentIndex |
|
| IsClockwise |
|