unreal.PCGDrawSplineDrawMode

class unreal.PCGDrawSplineDrawMode

Bases: EnumBase

EPCGDraw Spline Draw Mode

C++ Source:

  • Plugin: PCG

  • Module: PCGEditor

  • File: PCGDrawSplineTool.h

CLICK_AUTO_TANGENT: PCGDrawSplineDrawMode = Ellipsis

Click and drag new points, with the tangent set automatically.

Type:

1

FREE_DRAW: PCGDrawSplineDrawMode = Ellipsis

Drag to place multiple points, with spacing controlled by Min Point Spacing.

Type:

2

TANGENT_DRAG: PCGDrawSplineDrawMode = Ellipsis

Click to place a point and then drag to set its tangent. Clicking without dragging will create sharp corners.

Type:

0