Is there any reason as to why an attempted cast when the game begins would fail, but succeed when a button is pressed?
Even following a delay time after begin play, the cast fails.
Any suggestions?
Begin Play -> Delay [5] -> [Get Player Controller[0] -> Get Hud -> Cast to MyHUD] ==> Fail
X key press -> [Get Player Controller[0] -> Get Hud -> Cast to MyHUD] ==> Success
Even following a delay time after begin play, the cast fails.
Any suggestions?
Begin Play -> Delay [5] -> [Get Player Controller[0] -> Get Hud -> Cast to MyHUD] ==> Fail
X key press -> [Get Player Controller[0] -> Get Hud -> Cast to MyHUD] ==> Success
Comment