I migrate my plugin to from UE 4.27.2 to UE 5.0.2.
My plugin use “Editor Utility Widget” with few buttons.
Some of them are “Check Box” with style “Toggle Button”.
First of all, after migration my Images in style completly disappear visually.
After start editing widget and see details I seen something strange.
So, simply I click “Reset this property to its default value” arrow.
And then again set my Image (or any other image). And everything start working fine.
BUT: After Editor Restart - Everything back to Oryginal Image like this:
It happen on “Checked Image”, “Checked Hovered Image”, “Checked Pressed Image”.
I don’t use “undetermine” - so don’t know behavior.
BUT: “Unchecked” style versions behave differentely.
When reset this property and setup new image:
Everything look good in details panel and in real window in editor, but after restart:
Image stay the same, but on top, it completly disappear.
So, after Editor restart I have no “unchecked” images.
I don’t check this bug on normal widgets, only on Editor Utility Widget.
I can’t find good Topic Category (where is UMG ?) so put it inside Rendering.
The exact same thing happens with Spin boxes and normal buttons, but with Spin boxes the style wouldn’t reset to default on restart, only the hover outline would change color to either white, red, yellow or blue! Completely random after every restart!
The bug is easier to replicate with Buttons and Toggle/Check boxes, you would just have to customize the style and restart the editor, but with the Spin box I really couldn’t understand how an empty and newly created Editor Utility Widget could force a different outline color on hover after every restart.
It’s been more than two years - I’m wondering if you’ve reported this?