UE4 how to connect mysql database Blueprints

Hey everyone.

Just wanting to know how I would be able to have a BP project be able to connect to a database to store data and obtain it within the game.

any suggestions would help alot

thank you

You have to do such things in c++ and write BlueprintCallable functions to use it in blueprints.

There might also be some plugin for that

is there any BP tutorials on this that explain this easier

I don’t know one but like I said. There are some SQL plugins in the marketplace which you could try out. Else you won’t come around learning c++