Online shop with unreal engine?

Hey,
I will seting up an online shop app with login and user data save and a conteten search and downloading from a server thats all builded BP project…is it possible??

Yes and no.

For this kind of stuff you need a way to connect to a Server and pass Information via (for example) HTTP Requests/Responses combined with the JSON format.

Blueprints don’t support this out of the box. You would need to get your hands on a Plugin (can be found on the forums) that adds HTTP to them.

I’ve never done this with Blueprints only, but with such a plugin, it might work (:

Link to one HTTP/s REST Plugin. CLICK ME!

Hope that gets you started.

Cheers (: