V4.24 - 4.27 https://www.unrealengine.com/marketplace/en-US/product/mysql-integration Плагин MySQL Integration позволяет хранить и извлекать данные из MySQL Server'а. Создайте собственные запросы и выберите/обновите данные в базе непосредственно из блюпринтов. Нет ограничений при формировании запроса, вы можете создать абсолютно любой запрос. Любой работающий внутри MySQL Client запрос - работает и здесь, что означает, что вы можете выбрать и обновить несколько данных одновременно, использовать соединения и подзапросы, а также создавать и удалять таблицы через блюпринты. Технические детали / Technical Details: Features: 1> Asynchronous Connection to your Server via Windows Authentication System as well as MySQL Server Authentication System. Asynchronous Connection ensures that your main thread will not be blocked if the connection takes time. 2> Form your Select Queries to Select Data from the MySQL Server. 3> Write Insert , Update and Delete Queries to modify data in the MySQL Server. Create and Drop Tables directly from Blueprints. 4> Write custom Connectionstring to connect to your server using different connection parameters. 5 > Write Synchronous as well as Asynchronous queries. With Asynchronous queries , you can keep the UI interactive and perform other operations while the query execution happens in the background. Supported Development Platforms: Windows Supported Target Build Platforms: Windows Documentation: https://docs.athiangames.com/Doc_MySQL.html Join me in Discord: https://discord.gg/2sYftxg Example Project: https://athiangames.com/ProjectFiles/MySQLExampleProjects.zip V4.24 Скрытое содержимое V4.25 Скрытое содержимое V4.26 Скрытое содержимое V4.27 Скрытое содержимое