[Feature Request] Hot Reload Enums

Post feature requests in Feedback forum, it’s more effective

I use a global Enum called EGamestate in my level to monitor what part of the game the user is in and adjust controls accordingly. During development, there have been several times where I’ve had to modify the EGamestate Enum (typically to add additional cases), and whenever I do this, it requires me to entirely exit the editor and relaunch the project after a build because Enums do not hot reload.

It will be very usefull feature :slight_smile:

And pls add structures and arrays too :wink:

joining this request.