I’m using UE5.3 the menu widget doesn’t export buttons and text as variables. I have to manually export them. Also, I don’t know how did you get the number update by clicking buttons , I guess I should assign the number to the text widget
I think I had the same issue. Seems UE5.3 doesn't have the "Is variable" checkbox ON by default for Buttons. You can enable it manually by selecting the Button first, in Details Tab, at the top next to the Button's Name, turn "Is Variable" to ON. Now when you go to Graph View, it'll show up in the Variables Tab.
I’m using UE5.3 the menu widget doesn’t export buttons and text as variables. I have to manually export them. Also, I don’t know how did you get the number update by clicking buttons , I guess I should assign the number to the text widget
I think I had the same issue. Seems UE5.3 doesn't have the "Is variable" checkbox ON by default for Buttons. You can enable it manually by selecting the Button first, in Details Tab, at the top next to the Button's Name, turn "Is Variable" to ON. Now when you go to Graph View, it'll show up in the Variables Tab.
Weird result. I used the C++ function to load and it returned true but the map is empty... I don't know why...