Multiselect Actors in Editor to Add them to a UPROPERTY TArray

Hi, So I want to do something that is trivial in nearly every editor I’ve worked with before. I have an actor that has a UPROPERTY TArray. I would like to Multiselect actors (which you can do easily in top down view) in the editor to populate this array. Why is this impossible? Or is it?