Hi! I seem to have a problem with an enum not being in the correct order in a packaged build.
In the editor everything seems fine, the enum is in the correct and intended order. However, once the project is packaged, the enum seems to revert back to a different order?
This is what it’s supposed to look like:
And this is what it looks like in a packaged build:
Some of the parts in the enumeration are in the wrong order. It’s as if it uses an older version of the list or something?
Does anyone have any ideas for what could be causing this?