Setting "Is Focusable" option on child widget doesn't work

Summary

If you have a child widget inside the main parent and the child has a button within it that accepts focus thorough the interaction/desired focus options and you untick the Is Focusable option from the parent it doesn’t do anything and the widget is still focusable

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

UI/Tools

Steps to Reproduce

Create a child widget with a button and set the Interaction Is Focusable = true and Desired Focus Widget = Button then add this child widget to another widget then on the new widget Untick the Is Focusable option then run your game and see it doesn’t do nothing its still focusable

Expected Result

It should disable the focus regardless of if the child has a button or not

Observed Result

It never disallows focus

Platform(s)

pc

Additional Notes

Ill share a snip showing the parent option i mean but if these steps dnt make sense then let me know so i can do a video :slight_smile:

Child:

I would think the parent would override the option on the child personally or what’s the point having it.