Missing Enum Options

I’m using a BlueprintType enum and I appear to always be missing the last option. I added as far as 10 and I was always missing the last one. Is it something I’m doing? Screenshots below. Thanks for the help!

InteractionType

oneOption

the last option doesn’t need a comma,idk if its related to your problem tho

That’s true, I tried it with and without. Didn’t seem to matter.

I think you should use
enum class YourEnumClassName : uint8
if you want to use enums in blueprints Coding Standard | Unreal Engine Documentation