Home Game Dev Unreal Assets Unreal Engine Code Plugins MongoDB Integration plugin v5.0

MongoDB Integration plugin v5.0

553 Views Stock 917 2025-06-01

Details

 The MongoDB Integration Plugin enables you to store and retrieve data from your MongoDB server. You can build custom queries to select, update, and delete data directly from Blueprints, with all queries running asynchronously in a separate thread. The plugin also allows you to create new collections and databases. MongoDB is an open-source, document-oriented database that uses a non-structured query language. As a NoSQL system, it does not rely on traditional row-and-column structures found in relational databases. Instead, it is built around collections and documents, with the basic unit of data being a set of key-value pairs. 
2025-06-18 00:00:00-update version:MongoDB Integration plugin v5.0