Cast from widget to Char BP always fails!

So i have been trying to change a Bool variable called “Level In Progress” in the character blueprint by casting from a widget. But the cast always gives me a warning as seen in the screenshot.
Hope someone would be able to help. And thank you!

There’s no screenshot

I’m so sorry! here’s the shot.

The warning says it. You are casting something to a type but it’s already of that type, so it’s pointless, the warning says just that. You can remove that node since it’s not really doing anything.