I would like to place specific plants or foliage groups on predermined positions, which are read from a file (in csv or whatever format), preferably using a blueprint. The positions are obtained from a ecological model, whose results I would like to visualize.
Is that possible in Unreal Engine and how do I do that? I already have imported the landscape and linked the textures to data on water flow rate (it is a salt marsh ecosystem)
In theory, you could turn the csv into a datatable. Make a blueprint that reads each entry of the data table and spawns a static mesh actor in the places specified. You’d obviously want to add in some random rotation on the z axis and maybe a random +/- 5-10 degrees in the x/y axis.