MongoDB Integration plugin

MongoDB Integration is a Plugin that lets you connect your UE4 projects with MongoDB Server. Easily execute queries from Blueprints to store and retrieve data from your database.

Category:
Tags: , , , , ,

Description

The MongoDB Integration Plugin lets you store and retrieve data from your MongoDB Server. Build your own queries select, update and delete data to your database directly from Blueprints. All queries work asynchronously in a separate thread. You can also create new collections and databases.

MongoDB is an open source database that uses a document-oriented data model and a non-structured query language. It is one of the most powerful NoSQL systems and databases around todayBeing a NoSQL tool means it does not use the usual rows and columns that we so much associate with the relational database management. It is an architecture that is built on collections and documents. The basic unit of data in this database consists of a set of key-value pairs.

It allows documents to have different fields and structures. This database uses a document storage format called BSON which is a binary style of JSON style documents.

Technical Details

Features:

Number of C++ Classes: 5

Network Replicated: No

Supported Development Platforms: Win32, Win64

Supported Target Build Platforms: Win64

Documentation: https://drive.google.com/open?id=1YofN_j6Nwy2IqZaRJ1qNRm1d-4pXgUe1

Example Project: https://drive.google.com/open?id=1z_W7mcUgbvkhL2LmSBRT8Up2F5aqQAc4

Supported Engine Versions

4.22 – 4.26