Hi,
I would like to replace an UMG widget with an another type. There is a Replace With… feature in UMG editor, but it works only for panels. (Interestingly Wrap With… works with any type.)
Why I need it?
I created a customized USGButton class inherits UButton, but our UI is done with UButtons already.
Im curious there is an easier way to replace UButton to the new USGButton without recreating all buttons.
(My new USGButton created with proper UCLASS so it appears in Palette, but doesnt appear in Replace With… feature)
thanks,
Gabor