Features:
1> Connection Management: Connect to a Postgres server from within the Unreal Engine environment.
2> Query Execution: Execute SQL queries against the linked Postgres server and acquire the resultant data.
3> Data Modeling: Create and modify Postgres tables directly from Blueprints. This is accomplished by passing relevant queries as mere string parameters, simplifying the process greatly.
4> Data Access: Manipulate and access the data housed in the Postgres database, all from within Unreal Engine, making data interaction straightforward and efficient.
5> Asynchronous Functionality: The asynchronous connections guarantee that game threads are not blocked, thus maintaining a fluid and uninterrupted gaming experience.
6> Updated Library Support: The plugin offers support for the latest Postgres libraries, including Postgres 15, ensuring users can leverage the most recent advancements and features.
Code Modules:
- Module Name : PostgreSQL , Type : Runtime
Number of C++ Classes: 4
Network Replicated: (Yes/No) Yes
Supported Development Platforms: Windows
Supported Target Build Platforms: Windows
特征:
1>连接管理:从虚幻引擎环境中连接到Postgres服务器。
2>查询执行:对链接的Postgres服务器执行SQL查询并获取结果数据。
3>数据建模:直接从蓝图创建和修改Postgres表。 这是通过将相关查询作为字符串参数传递来实现的,大大简化了过程。
4>数据访问:操作和访问存储在Postgres数据库中的数据,全部来自虚幻引擎,使数据交互简单高效。
异步功能:异步连接保证游戏线程不会被阻塞,从而保持流畅和不间断的游戏体验。
6>更新的库支持:该插件为最新的Postgres库提供支持,包括Postgres15,确保用户可以利用最新的进步和功能。
代码模块:
- 模块名称:PostgreSQL,类型:运行时
C++类数:4
网络复制:(是/否)是
支持的开发平台:Windows
支持的目标构建平台:Windows
This plugin presents a seamless and effective solution for integrating your Unreal Engine projects with Postgres databases, offering a robust and adaptable method for storing and retrieving data. Utilizing this plugin, users are able to execute SQL queries against their Postgres server, receiving the resultant data for use within their Unreal Engine endeavors.
该插件提供了一个无缝且有效的解决方案,用于将虚幻引擎项目与Postgres数据库集成,提供了一种强大且适应性强的数据存储和检索方法。 利用这个插件,用户可以对他们的Postgres服务器执行SQL查询,接收结果数据,以便在他们的虚幻引擎中使用。
评论(0)