How to make a Drop Down Menu Based on Enum

Why doesn’t Combo Box use enumeration from the get-go?! :person_shrugging:


You can do it like this, no need for an array unless you want more control over the items inside, ofc:

You can loop over any enumerator.