unreal.PCGPolygonEndType¶
- class unreal.PCGPolygonEndType¶
Bases:
EnumBaseEPCGPolygon End Type
C++ Source:
Plugin: PCG
Module: PCG
File: PCGPolygon2DUtils.h
- BUTT: PCGPolygonEndType = Ellipsis¶
Offsets both sides of a path, with square blunt ends
- Type:
1
- ROUND: PCGPolygonEndType = Ellipsis¶
Offsets both sides of a path, with round extended ends
- Type:
3
- SQUARE: PCGPolygonEndType = Ellipsis¶
Offsets both sides of a path, with square extended ends
- Type:
2