Automatically create and store scenes

Hi all,

I’m new to UE4. Here’s my problem: I want to generate a lot of scenes for a machine learning tasks, but the only way I know is to create a project and drag objects into the scene editor manually. But how to generate scenes with code instead of hand operations?

Thanks.

Checkout this content example and the related documentation to find out about construction scripts which is what I think you are looking for. Good luck!