Description
The Microsoft SQL Integration plugin for Unreal Engine allows developers to easily connect their Unreal Engine projects to a Microsoft SQL Server database. With this plugin, users can execute SQL queries on their database, visualize data within Unreal Engine, and set up real-time data updates. The plugin also includes error handling mechanisms to ensure smooth and reliable integration with the SQL Server database. Whether you’re building a game, simulation, or other interactive experience, the Microsoft SQL Integration plugin provides a powerful and flexible way to bring data into Unreal Engine
Technical Details
Features –
1> Establish an asynchronous connection to your server using both Windows Authentication and SQL Server Authentication systems. Asynchronous connections prevent your main thread from being blocked, ensuring smooth operation even when the connection takes time.
2> Craft your SELECT queries to retrieve data and images from the SQL Server.
3> Compose INSERT, UPDATE, and DELETE queries to manipulate data in the SQL Server. Effortlessly create and drop tables directly through Blueprints.
4> Customize connection strings to connect to your server using a variety of connection parameters.
5> Execute both synchronous and asynchronous queries. Asynchronous queries maintain UI interactivity and allow for simultaneous operations while the query executes in the background.
6> Seamlessly insert and retrieve images from your SQL Server.
Intended Platforms: Windows
Platforms Tested: Windows
Supported Engine Versions
4.18 – 4.27, 5.0 – 5.3