Is the bool variable stored inside the Widget blueprint? If it is, then the variable wont exist later when you want to check it because the thing running the code (which is the widget) is destroyed already.
Is the bool variable stored inside the Widget blueprint? If it is, then the variable wont exist later when you want to check it because the thing running the code (which is the widget) is destroyed already.