Hey everyone,
hopefully someone can help me with my problem!
I am making a survivors-like game for my study project, the main point here should be the answering of trivia question. So when the player reaches level 5, 10, 15, 20 etc the quiz should pop up. So my Character sends out a broadcast when this milestone is reached. It happens everytime, already looked at it in debugging.
But somehow the BP of my QuestionScreen only updates and opens once!
I bind the event as follows:
The milestone delegate is a dynamic mulitcast delegate.
The only solution i found so far is to add all my widgets to the viewport and change their visibility instead of removing them from their parent and adding them back.
Thanks in advance everyone!