Cycle through enum at runtime

Hi,

Is there a way to cycle through each of my enums everytime I press the debug key? I want to cycle through my animations with ease so I can test them quicker.

Hey @DarkEmbrace96

If it’s just for debugging and don’t care much about performance / correct code you can do something like this:

Just use your type of Enum instead

Exactly what I needed, thankyou