unreal.PCGSplineIntersectionOutput

class unreal.PCGSplineIntersectionOutput

Bases: EnumBase

EPCGSpline Intersection Output

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGSplineIntersection.h

INTERSECTION_POINTS_ONLY: PCGSplineIntersectionOutput = Ellipsis

Returns only the intersection positions.

Type:

0

ORIGINAL_SPLINES_WITH_INTERSECTIONS: PCGSplineIntersectionOutput = Ellipsis

Adds control points at the intersections on the input splines.

Type:

1