Radial Menu Get Selected Index

Pure
RadialMenuGetSelectedIndex

Determines which slice of a radial menu the input direction points to.

Type: Pure (no side effects)
Category: Fortuna|UMG/UI Helpers
Keywords: umg/ui helpers

Inputs

NameTypeDefaultDescription
InputDirectionFVector2DInputDirection parameter
NumSlicesintNumSlices parameter
DeadZonefloat0.3DeadZone parameter

Outputs

NameTypeDescription
SelectedIndexint, -1 if in dead zoneSelectedIndex output
AngleDegreesfloatAngleDegrees output

Example Use Cases

Example 1

Weapon wheel selection from thumbstick input.

Example 2

Emote wheel selection.