I have an array of UMG widgets, and its default variable values keep resetting, so I have to set the default variable every time I open the project.
This is before I set the value again (I’ve set it before)
I then change it to the widget reference on index 0
Just in case I changed the widgets color to make sure the project was actually saving
Then I hit ctrl s to save the widget, file save all just to make sure.
I reopen the project and the widgets color is changed and saved, but the default variable is back to being blank
How do I fix this?
DentonJC
(JC_Denton)
March 27, 2025, 10:26pm
2
What is this Hotbar type?
it is marked transient or something?
Not marked as transient. Values are public.
Quick Equip Array type is invgrid (user defined widget). Hotbar and MainInv are invgrid type.
Should I make this a bug report?
DentonJC
(JC_Denton)
April 10, 2025, 4:30am
5
I would try clearing your saved/intermediates folder first and see if that clears it up
Soaron
(Soaron)
April 16, 2026, 4:52am
6
Were you ever able to resolve this? I’m currently dealing with this right now. The default value keeps getting reset no matter how many variable acrobatics I do. Weird thing is, it only works on one blueprint (the value sticks) and I can’t figure out why.