Unreal Engine – MongoDB Integration plugin UE1111

MongoDB Integration plugin

  • Write Insert , Update and Delete Queries to modify data in the MongoDB Server. Create and Drop Database and Collections directly from Blueprints.
  • All database operations are performed asynchronously.
  • Depending on query result size, hundreds of queries can execute at once without any noticeable lag on the game thread.
  • Supported mongoDB element types: document, array, int, float, string, datetime, bool.