why my ENUM only accept 54 elements in Unreal engine?

I think the ENUM does support more than 54 elements. The problem is that the UI won’t show you all of the 255. I suggest looking at a Data Table once you get to a certain number of entries. Alternatively, If you have more than 54 related elements, consider grouping them into smaller sub-enums.

1 Like