I want to display the contents of TMaps which are part of larger structs of data.
The struct is visible in the Editor Details panel and shows all Uproperties fine, but when I try to add entries to the map with c++, these don’t show up.
I have tried to place a second TMap alongside the struct separately and if I add entries here with c++, they show up instantly.
The property specifiers above both TMaps are exactly the same and the entries are added to the maps in the same place and in the same way.
The only difference seems to be that as soon as TMaps are inside a struct, their values will not update.
Am I missing something obvious, is this a bug, or simply intentionally not supported?
What would be an alternative to this?