So How do you set the value of a custom Enum to actually equal anything?
For example you create an Enum with the Enumerators “Small”, “Medium” and “Large”. If I wanted to make these into Float values with the numbers 50, 100 and 500 set to Small, Medium and Large respectively, how do you do this? I’d have thought you could do that inside the Enumerator itself.