How to filter a class selection widget to only show classes that represent assets that can be created in the content browser ui?

havent tried myself but isnt it just

UPROPERTY(EditAnywhere, meta=(MetaClass="DeveloperSettings"))

or

UPROPERTY(meta=(AllowedClasses="DeveloperSettings"))

according to what i read you dont include the U Prefix