unreal.PCGReverseSplineOperation

class unreal.PCGReverseSplineOperation

Bases: EnumBase

EPCGReverse Spline Operation

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGSplineDirection.h

FORCE_CLOCKWISE: PCGReverseSplineOperation = Ellipsis

Will reverse the spline points if they are counter clockwise.

Type:

1

FORCE_COUNTER_CLOCKWISE: PCGReverseSplineOperation = Ellipsis

Will reverse the spline points if they are clockwise.

Type:

2

REVERSE: PCGReverseSplineOperation = Ellipsis

Will reverse the spline points regardless of their orientation.

Type:

0