How do I use my MySQL Database to save a players inventory?

Unreal API does not support MySQL protocols, you will need to implement it yourself via C++, by creating plug in…

Or you can use some MySQL libery direcly in gameplay code, in both cases you will need to link exernal liberies, it UBT it requires build script edit, here tutorial: