Is it possible to have arrays and maps inside another map and read/write data?


I have a variable LevelDataMap which holds all the data in each level with the level name as the key and the data as the value. The S_Level Data itself is a struct with two structs and a map in it. The breakdown is shown in the diagram. Somehow I can’t read or write to the map. There are no errors when doing so but retrival shows false.
Level data exists comes out as false


This is the struct holding the level data which is saved as a map