Progress Bar bug

I’ve created a jetpack in the unreal engine 4 with blueprints and a progress bar on the screen for the fuel. All is working, but if I’m changing the Level, the progressbar is just grey.

Is it set to full by default?

Progress bar. Is it set to 1 by default or is it just emptying itself(setting to 0) when you change level?

The project?

The progress bar us full, but complete grey if I change the level. All is working, but the progress bar is showing no progress

Weird. It should reset back to default value when you change levels if you dont have a save game system. You can try setting and getting that progress bar variable in a game instance BP, it should transfer the information through levels.

Thenk you very much

Hello ,

I was reading over your issue and was wondering if you still required assistance with this issue. If not, I will convert comment to an answer. If you do still require assistance, please answer the questions below.

Quick questions:

  1. Can you reproduce this issue in a clean project?
  2. If so, could you provide a detailed list of steps to reproduce this issue on our end?
  3. Could you provide screen shots of any blueprints that may be involved with this issue?

I’ve started my project again today and everything is works now. I think it’s just a little bug.