I haven’t been able to figure out changing the click action button, but for the back action make sure you check “Is Back Handler” in the widget you want to implement it in. Then add the On Handle Back Action override function to that widget and perform your back action stuff in there. You also (and this is key) need to make sure that the widget is activated in order for any of this to work.
1 Like