I was following someones tutorial and he had set up an interface to communicate between my GameState BP and a UMG widget BP.
New functions that I had set up in my Interface were not showing up in my widget BP so I removed the Interface from the Class settings and then re-added the interface.
Well, I got the new Interface function to show up (Well actually it showed up on its own in the widget BP and in all other BP's with the interface, I guess I just needed to give it some time), but now functions I had set up prior to removing the Interface stopped receiving Input from my GameState BP, namely my in game clock I had established as seen here:

Every text box has a function bound to it, but none of those functions are properly retrieving data from the Gamestate BP.
What could I do to correct this? Is there a way to re establish the connection?
I would super appreciate any help! Thanks for reading.
New functions that I had set up in my Interface were not showing up in my widget BP so I removed the Interface from the Class settings and then re-added the interface.
Well, I got the new Interface function to show up (Well actually it showed up on its own in the widget BP and in all other BP's with the interface, I guess I just needed to give it some time), but now functions I had set up prior to removing the Interface stopped receiving Input from my GameState BP, namely my in game clock I had established as seen here:
Every text box has a function bound to it, but none of those functions are properly retrieving data from the Gamestate BP.
What could I do to correct this? Is there a way to re establish the connection?
I would super appreciate any help! Thanks for reading.
Comment