Jusas / SQLite3UE4

SQLite3 Database Plugin for Unreal Engine 4
MIT License
68 stars 53 forks source link

Fixes for UE 4.8. #1

Closed KhArtNJava closed 9 years ago

KhArtNJava commented 9 years ago

Hi.

Thank you for this plugin!

I've made some changes to actualize your plugin to current UE version, please review. In current version of UE there are no support of int64 and double for BPs.

And I've moved DataBase from Content Folder to GameDir. I made it because it's incorrect - to store files in Content Folder without game file sharing by UE engine (memory streaming of files). What if files of the game will be packed in *.pac files? In this case files of the DB will be unavailable... It's better in this case to store DB in GameDir...

Jusas commented 9 years ago

Hi Arthur,

Thanks for your contribution. However before I merge I have to ask, why have you included Substance plugin to the uproject file - was this by accident?

KhArtNJava commented 9 years ago

Hi. I am working on new functional for your plugin - table creation, data inserting and etc... Substance I added by accident. I will close this PR and I will provide you a new commit with more functional in nearest future. Thank you.