Skip to content
Media 0 for listing MUTK SQLiteDB

Description

Small attention:

I am Japanese and I am using machine translation because I do not have English writing skills.

This plug-in created as one of Mitsunagi Studio's Utility Toolkits (MUTK) wraps the functions of SQLite, and it can be linked with Blueprint.

Currently supported functions are as follows.

  • Three types of database (regular file, temporary file, on-memory database)
  • Set up a table with the property name of the structure as the column name of the table
  • SQLite bind parameter support
  • Data of structure can be bound (You can easily insert structure data using this)
  • When instance data etc. can be serialized, serialized data can be exchanged as BLOB data
  • Importable from DataTable asset

This plug-in is one of the byproducts that I myself made for game development, and functions may be expanded or changed in the future.

Included formats

  • logo of Unreal Engine format