unreal.FZoneShapePointType

class unreal.FZoneShapePointType

Bases: EnumBase

FZone Shape Point Type

C++ Source:

  • Plugin: ZoneGraph

  • Module: ZoneGraph

  • File: ZoneGraphTypes.h

AUTO_BEZIER: FZoneShapePointType

Round corner, defined by manual bezier handles

Type:

2

BEZIER: FZoneShapePointType

Sharp corner

Type:

1

LANE_PROFILE: FZoneShapePointType

Round corner, defined by automatic bezier handles

Type:

3

SHARP: FZoneShapePointType

0