After 27.00 update, I am not longer able to compile any preexisting or new UserWidgets that try to bind to the CreativeModalDialogViewmodel.
Steps to Reproduce
Create a Modal Dialog Variant UserWidget. Add a Loud Button. Bind the Click Event of the button to CreativeModalDialogViewmodel.Response. Press Compile.
Expected Result
Success compilation of User Widget.
Observed Result
Compile failed with following message:
Binding âGetResponseButton1(UEFN_Button_Loud_C.ClickEvent) â CreativeModalDialogViewmodel.Responseâ: The property path âCreativeModalDialogViewmodel.Responseâ is invalid.
Platform(s)
windows
Additional Notes
This is a big showstopping bug for me. Cannot update any widgets for my island.
Same, and of course this is my first time trying to use it so Iâve wasted a crap ton of time troubleshooting just to find out itâs not even working.
Notice thereâs no mention of widget name in the bindings area!
Technical explanation:
The compiler canât resolve the path <WIDGET_NAME>.UEFN_Button_Quiet_C.ClickEvent for some reason it instead expects UEFN_Button_Quiet_C.ClickEvent directly and not referenced from inside your widget
In any case, i hope this besky bug gets fix because itâs extremely confusing.
Best regards.