Why is getting widget reference failling?

Hi Guys~

I just did update to 4.15.0 from 4.14.3

On this PlayerController BP,
It casts to HUD BP and get user widget reference from HUD and set it, like bottom picture.

On 4.14.3 It works, but It doesn’t work any more on 4.15.0(invalid reference)

So I checked on what is problem, but i didnt know why, except casting to HUD does work(valid HUD Reference).

Tell me why is getting user widget reference falling, and how to fix it.

Thank you so much :slight_smile:

I’m guessing GetHUD works off of your currently set HUD in your GameMode so to start I’d make sure that is set.