SQLite3UE4
SQLite3UE4 copied to clipboard
SQLite3 Database Plugin for Unreal Engine 4
Hi! In this PR: 1) Fixed crash in packaged project (Found and fixed bug - Yep, I did it!!!). 2) A lot of new BPs.
Hi I'm using SQLite3UE4 plugin and I have a strange problem with SQLITE queries if they are more complex (longer). In addition, if the column name has more than 10...
If I want to enable this plugin from KhArtNJava's fork it tells me that it is not useable. "Missin gor incompatible modules in SQLite3UE4Plugin plugin - would you like to...
In SQLite.h you need to add #include "sqlite3.h" or the project won't build. ``` // Fill out your copyright notice in the Description page of Project Settings. #pragma once #include...
Hi. @Jusas, can you explain, how you have built libs SQLite3.x64.lib and SQLite3.x86.lib ? Thank you.
Hello. In my previous bug report https://answers.unrealengine.com/questions/253236/hot-reload-seems-broken-in-project-with-plugin-pos.html I reported to your team that Project with plugin after compilation from UE Editor can't be saved - it's gets errors on save....
I had download SQLite3UE4-master.zip file. After extracting it. I tried to launch SQLite.uproject. And found:  Press 'Yes' It goes to start building project.  After that comes Error ...
I had downloaded SQLiteUE4 from : https://github.com/KhArtNJava/SQLite3UE4 I am able to build the project successfully. I am able to see the database content in editor play. But whenever i try...