Steps to Reproduce
Steps to Reproduce:
- Create a new project in Unreal Engine 5.5.4.
- Create a new Widget Blueprint.
- Add a Progress Bar to the widget.
- Wrap the Progress Bar inside a Retainer Box.
- Attempt to change the progress bar value dynamically from 0 to 1 (e.g., 0.25, 0.5, etc.).
Expected Result:
The progress bar should visually reflect the correct percentage value from 0 to 1.
Actual Result:
The progress bar only displays two states:
- Fully empty (0)
- Fully full (1)
Any intermediate values (e.g., 0.3, 0.5, 0.8) are not rendered correctly.