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.
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.