I followed your instructions to the the letter and the 9 is not changing on my MyInt default and it shows the variables but not replacing the defaults update i change after began play:
the code is updating when I make changes to the .h file but will not override the default value in the cpp file as your instructions show. So this is a show stopper for me I cannot continue until this is resolved.
everything is saved. I i even turned off live coding. Exit editor. Rebuild. reload editor and it is still not updating the variable. It is using what ever I have set in the .h file but not the override in the .cpp file no matter what I do. I save everything. Rebuild through the editor, does not work. Exit editor and use visual code and rebuild through that and open unreal and still no update.
So I did a quick test when I change the number on the .h file and compile it from the editor, it updates the number right away. Its something wrong with the cpp file and it is not overriding it from the began play function. It for some reason acts like its not there or something. I feel there is something missing in the instructions which is frustrating
Hey deathjdstn are you playtesting while looking for changes, anything you put in the cpp (beginplay) file will only update in playtest mode. hope this helps