PostgreSQL Connector Plugin Description
This plug-in mainly supports connecting and operating PostgreSQL database in UE blueprint.
一个80后程序员 🍟
This plug-in mainly supports connecting and operating PostgreSQL database in UE blueprint.
This plugin allows you to copy other files on the system using Blueprints in Unreal Engine.
C++ GDAL自带了GIS的坐标系转换功能,可以在 EPSG系统之内相互转换
以下举例 EPSG 4545 和 EPSG 4326 之前的互转
This plug -in can use a blueprint to operate the SQLite3 file in the UE, and execute the SQL statement, create, select, delete, insert, update. Operate the database directly, return the corresponding result set, and convert the result set to tarraray <TMAP <fstring, fstring >> or JSON data.
本插件可以在UE里面使用蓝图操作SQLite3文件,并且执行SQL语句,CREATE,SELECT,DELETE,INSERT,UPDATE。
直接操作数据库,并返回相应结果集,并可以把结果集转换为TArray<TMap<FString,FString>>或是Json数据。
下载地址在文章最后。