UMGPolygon

Qibo - Code Plugins - Aug 5, 2024

A Polygon Widget is used for drawing 2D polygons, and the polygons can be conveniently edited both in UMG editor and at runtime.

  • Supported Platforms
  • Supported Engine Versions
    5.1 - 5.4
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

A Polygon Widget is used for drawing 2D polygons, and the polygons can be conveniently edited both in UMG editor and at runtime.


Tutorial: https://youtu.be/J3gUOORAoqQ

Technical Details

Features:

  • Drawing polygons with straight line edges or bezier curve edges in 2D space.
  • The polygon can be edited and previewed in the UMG editor. With an independent editing interface, the polygon is super easy to edit.
  • The polygon can be conveniently edited at runtime.
  • The polygon can have a custom edge borderline, and you can change the edge borderline thickness.
  • You can set custom material for the polygon or polygon edge.
  • You can get locations or rotations along the polygon edge.
  • You can check a 2d point inside or outside the polygon.
  • You can make graph charts in seconds with the help of the Polygon Widget.
  • Demo level included for an example of integration.


Code Modules:

  •  UMGPolygon - Runtime
  •  UMGPolygonEditor - Editor


Number of Blueprints: 19

Number of C++ Classes: 13

Network Replicated: No

Supported Development Platforms: Win64,

Supported Target Build Platforms: Win64, IOS, Android, Linux