• Доступ к сайту с VPN ограничен. Ваш аккаунт может быть забанен. Access to the site with a VPN is limited. Your account may be banned.

V.I.P 4.27 Plugins USQLite Database v2.0.1

USQLite Database
Версия Unreal Engine
4.27
** Our community friend Nilson Lima have a great introductory video to this plugin here:

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:
UE4.25
UE4.26
Автор
Lucifer
Скачивания
2
Просмотры
418
Первый выпуск
Обновление
Оценка
0.00 звёзд 0 оценок

Поделиться ресурсом

Последние обновления

  1. update to 4.27 v2.0.1

    update to 4.27 v2.0.1
Сверху