Structure array item disappearing on runtime?

I’ve defined a structure (string and enum) array in the blueprint itself and filled it with the desired elements but once I hit play, the last element is mysteriously removed and I get 4 elements instead of 5. So then in my menu, only 4 of the 5 items are displayed… Is this a problem with the engine or have I done something terribly wrong?

Also keeps deleted items on runtime…

270772-further.png

Is this the only place where you use that array?

Yeah, it even happens when I print on construct without touching it

Little else remains but to redo the struct. However unlikely, I’d consider something that simple misbehaving an engine quirk.

Do tell if redoing it solved it.


Unrelated: the behaviour of collapsed nodes with structs whose pins are split still baffles me like nothing else, for example. Use them every day, they fail in 1/10 cases and I’ve yet to see a pattern. ¯_(ツ)_/¯


Edit: one thing you could do is to double check the Enumerator. There are some reserved keywords in the engine that you will be occasionally able to punch in and the editor may allow it at times with no warnings. Consider renaming enumeration fields to something more unique - a Hail Mary of an advice but who knows.