
Descrição
SQLCipher Connector is a Blueprint-friendly SQLite and SQLCipher database plugin for Unreal Engine 5.7+.
It provides async Blueprint database access, encrypted SQLCipher database support, typed query parameters, transaction nodes, and result helpers for reading query rows without custom C++.
SQLite runtime database support for Windows Win64.
SQLCipher encrypted database support for Windows Win64.
Blueprint async nodes for open, close, query execution, and transactions.
GameInstance subsystem for database manager ownership.
Typed named parameters for text, integer, float, and null values.
Binary-safe Blob parameter and result helpers.
SQLCipher rekey support for active encrypted connections.
Key provider abstraction for project-managed encryption key resolution.
Async CSV export for filtered query results.
Blueprint result helpers for rows, columns, strings, integers, floats, blobs, and null checks.
Dedicated LogSQLCipherConnector logging category.
UE 5.7 Win64 BuildPlugin and packaged runtime validation.




