unreal-sqlite3 icon indicating copy to clipboard operation
unreal-sqlite3 copied to clipboard

Unreal SQLite3 Plugin with SQLite3 source included to avoid ThirdParty integration or precompile

Results 3 unreal-sqlite3 issues
Sort by recently updated
recently updated
newest added
trafficstars

UProperty is deprecated in favour of FProperty.

This fixed my compile errors on a UE4.25.1 build.

The only change needed for this plugin to work in 4.21.0 is to add: PrivatePCHHeaderFile = "Private/CISQLite3PrivatePCH.h"; in CISQLite3.Build.cs. I did a rebuild this time and the plugin works as...