Please add a search field and allow to input values directly when use UPROPERTY meta GetOptions

It’s very inconvenient when option array size is over hundreds. We have to scroll through the list to find it.

Apart from options, please also make be able to input value directly.

Could you please enhance UPROPERTY(meta=(GetOptions=“…”))?

  1. Add a search/filter field to the dropdown list. Scrolling through hundreds of options is very inconvenient.

  2. Allow direct text input into the property field, even when GetOptions is used.