The March sale is here! Save 50% on select products now through March 21.

USQLite Database

Bruno Xavier L - Code Plugins - Apr 27, 2018
44
4.41 out of 5 stars(44 ratings)
  • 82%
  • 5%
  • 0%
  • 0%
  • 14%

This plugin empowers you to save and load data to and from SQLite Databases in Unreal Engine without forcing you to write a single line of SQL Code (or Blueprint Spaghetti).

  • Supported Platforms
  • Supported Engine Versions
    4.18 - 4.27, 5.0 - 5.3
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

** Our community friend Nilson Lima have a great introductory video to this plugin here:

https://www.youtube.com/watch?v=902oSGdhSdY

https://www.youtube.com/watch?v=eXiVu5TyPWc



SQL Blueprint Nodes

Plugin Classes



This system empowers you to save and load any data to and from SQLite Databases in Unreal Engine without forcing you to write a single line of SQL Code (or Blueprint Spaghetti).


This tool is capable of helping you to do amazing and unique data persistence in runtime.

For example:


  • Execute Multi-Threaded SQLite Functions!
  • Create & Edit Database Assets in Unreal Editor!
  • Auto Generate SQL Code through Property Reflection!
  • Setup Property Versioning to support old Game Versions!
  • Save & Load Object References (Pointers) and easily restore them!
  • Save & Load data without conflicts across multiple streamed Levels!
  • Save & Load Actors or Component References and even Arrays of References!
  • Save & Load any kind of Struct as well as basic types like Ints, Strings, Vectors, etc!
  • Save & Load from Background Thread, while players are sill interacting with Game World!
  • (Optional) Progress Bar System can accurately report loading status without freezing the Game!
  • (Optional) HUD System can automatically generate and show Loadscreens when saving or loading the Game.


[NOTE]:

  • Updates are released for latest two versions or Unreal Engine only.
  • If you don't have latest Unreal Engine installed then you don't have latest Plugin version.

Technical Details

Features:

  •  Create Databases in Editor.
  •  No need to learn SQL scripting.
  •  Save & Load everything or individual Actors on the fly.
  • Save & Load single Objects or whole Level without extra setup.
  • Interface-based Events auto generate SQL Code from Properties.
  • Built-in Progress Bar to report loading progress in real-time.
  • Built-in Versioning system for Properties, Class and Tables.
  • Optional auto-generated Load-Screens, image or movie-based.


Code Modules:

  •  USQLite (Runtime).
  •  USQLEditor (Editor).


Number of C++ Classes: 40 New C++ Classes.

Number of Blueprints: 5 Blueprintable Classes.

Network Replicated: No. (Plugin code built in Client Mode is automatically stripped out)

Supported Development Platforms: Multi-platform.

Supported Target Build Platforms: Desktop.



Demo Project:

Simple (4.27)

UE4.26 Demo

UE4.27 Demo

UE5.0 Demo