Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
EPCGSplineIntersectionOutput |
| Type |
enum |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGSplineIntersection.h |
| Include Path |
#include "Elements/PCGSplineIntersection.h" |
Syntax
enum EPCGSplineIntersectionOutput
{
IntersectionPointsOnly,
OriginalSplinesWithIntersections,
}
Values
| Name |
Remarks |
| IntersectionPointsOnly |
Returns only the intersection positions. |
| OriginalSplinesWithIntersections |
Adds control points at the intersections on the input splines. |