How to have a player upload a heightmap at runtime?

I’m creating an interactive map tool and I am trying to figure a way to have the user be able to submit and create a level themselves using an uploaded heightmap.

In testing I’ve been using the landscaping tools to upload my own test map but I see no way to link blueprints to be able to change the heightmap at runtime.

Any help would be appreciated.

There is no option for that using blueprints

Only C++ can help you here

I’ve heard about Virtual Height Field (experimental plugin) but I am not sure if this is able to do what is your target

Thanks for the suggestion, I’ll check out the Virtual Height Field plugin.

If that doesn’t work time to learn C++ I guess!

Thanks for the quick reply.