UMG is not Updated

Some questions: Is your HUD a real HUD or an UMG widget? When do you create your chunks? What happens if you put a PrintString into your loop for debugging instead of your Update function? Did you try to use variables in the HUD and write to them from the loop (instead of going to GameMode and then back to the HUD)? Did you try to use an Interface?