The BPW_MainMenu are inside that array but the array returns User Widget type as a ref, BPW_MainMenu is a user widget… I did not specified the array as BPW_MainMenu Objects Reference type because that array are holding other User Widgets.
Is possible in BP to get a specific widget ref in this array ?
If you do not know the specific Index, you could test it with a Cast. If you’re happy with the first instance of the BPW_MainMenu or there’s only one - consider a For Each Loop with Break