Using Find Children just indicate the parent container which holds the menu.
Then just indicate the child menu item using UI Explorer to check the selector, once the selector is identified just use the selector with only tag property in the Find Children activity Filter
This will result in all the drop-down UiElements from which you can just loop through and get text which gives all the items.