pic2
Here you can see after the EventBeginPlay I create two widgets one by one. When I create the first widget “Choose initial position”, the button on it makes the default boolean false to true. If it is true, then I create the second widget “Ready to play”. Now the problem is when I click the button on the first widget, I can detect that the boolean from first widget has been true(pic2). However in pic1 the boolean from first widget is still default false! I don’t understand how does it happen. How can I control them?