Load contents of folder into an array

Back when I was playing with Unity, I could load the contents of a folder into an array that I could work with. I was kinda hoping that UE4 would have something similar, but I’m not seeing it. Is it there? basically I just want the array so that I can randomly choose something to spawn from the folder. I don’t want to have to define each item individually if I can avoid it. If there’s a better way to do that, I’d love to hear it.

Thanks!