Is there a different way to do this other than nesting?

yes, whenever you create an Enum, ue creates a switch for you for that enum.

So, in this case i created an enum called ItemType, with 3 options. This is what the “Switch on ItemType” looks like.

262639-captura.png