Creating a menu with a radial menu

To begin using the radial menu system, you first need to create a new UMG widget (or use an existing one).

Image from Gyazo

Next, in the UMG editor, search for Radial Menu UMG and drag it into your widget. The widget can be sized as needed.

Image from Gyazo

Next, connect the Update Input function in you tick event of the custom widget. This is all that is needed for the radial menu to work.

Image from Gyazo

Next, we'll cover adding widgets in the next section.