ELVEVERX
(ELVEVERX)
May 26, 2018, 1:17pm
1
Hi,
I am trying to cast to my hud and execute a function in the hud to create a widget from my player, but it doesn’t seem to be working.
I am attempting to do it how it is explained here https://answers.unrealengine.com/questions/595825/remove-widget-from-viewport.html , but it is not working.
here are screen shots of my BP for the character
and here is the function i am trying to call
Did you assign the HUD class in the Game Mode?
1 Like
ELVEVERX
(ELVEVERX)
May 27, 2018, 1:23am
4
Yeah I did set the hud class
It’s set to the default firstpersonHUD from the first person project so that all seems right.
Yes, it is just after begin play
Its a HUD class it has the symbol with the plus and 5 boxes rather than the heart with two lines
ELVEVERX
(ELVEVERX)
May 30, 2018, 12:59am
5
Sorry for wasting everyone’s time, I had stupidly tact it on to the end of other nodes in front of the begin play and didn’t realize the last part was conditional.