How to create Playset props?

I’m having trouble converting our static meshes to playset props in the Fortnite version of Unreal Engine. I’ve searched for an option to do this, but can’t seem to find one. It would be helpful if we could simply right-click and select “convert to playset prop”. I also noticed that the default grass is a landscape prop, which means it can’t be used in the landscape grass type. Do you know if Fortnite has its own version of grass types? It would be great to have a tutorial on this topic to help me better understand the process.

@Atom1k Thank you for your feedback. While I cannot guarantee a response, I can confirm that this has been forwarded to the appropriate team.

There is one way to deal with this. I also was looking for a way to have my structures in playsets to be able to add them from the Content Browser. You create a Level, your models and build your scene, say a house or something. Then, under World Settings, toggle the IsPlayset checkbox and choose Prefab under Category ( Does not matter what you choose here ). There a few options in there, like setting thumbnails, etc. Save the Level. Open your project folder in Explorer, under the _INT folder you will see the level file creates a uasset file. Copy this and paste it in any of your folders in the project. Go back to Unreal and in the Content Browser, navigate to the copied file . Double click the file and in the Details panel, under Source Map, select the Level file you made your prefab in. Save. You can now drag and drop the file from the Content Browser to your map. For more details there is a tutorial video on YouTube about this same thing.

Good luck!