Navigation
API > API/Plugins > API/Plugins/PCG
| Name | EPCGSplineIntersectionPointType |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGSplineIntersection.h |
| Include Path | #include "Elements/PCGSplineIntersection.h" |
Syntax
enum EPCGSplineIntersectionPointType
{
NotAnIntersection = 0,
SinglePointIntersection = 1,
IntersectionStart = 2,
IntersectionEnd = 3,
}
Values
| Name | Remarks |
|---|---|
| NotAnIntersection | |
| SinglePointIntersection | |
| IntersectionStart | |
| IntersectionEnd |