Epic only allows updates for the newest three engine versions. There might be features missing in older engine versions. Contact me if you are unsure.
- POST and GET Requests
- HTTP and HTTPS
- File Upload and Download (Large files possible)*
- Google Drive(Download) support
- Individual Headers and custom HTTP Requests
- Create a login and authenticate via your own web server
- Get your own external IP over http://checkip.amazonaws.com or your own Web server
- Different directory and file blueprint nodes.
- Asynchronous Background Task (Don’t affect game performance)
- Include C++ Source for C++ Projects
- Documentation
- Support: unrealmarketplace@virtualbird.de (ENG,GER)
*See documentation for highest download speed. Download resume is possible. There are also special functions to download/upload large files with low RAM consumption. Use only direct links for Downloads like www.myWebserver.com/download.zip. Links that use authentication, cookies, redirection or similar (Dropbox) may not work.
Epic只允许更新最新的三个引擎版本. 旧版引擎可能缺少某些功能。 如果您不确定,请与我联系。
- 发布和获取请求
- HTTP和HTTPS
- 文件上传和下载(大文件可能)*
- Google云端硬盘(下载)支持
- 单个标头和自定义HTTP请求
- 创建登录并通过以下方式进行身份验证 你自己的 web服务器
- 获取您自己的外部IP http://checkip.amazonaws.com 或者您自己的Web服务器
- 不同的目录和文件 蓝图节点.
- 异步后台任务(不影响游戏性能)
- 包括C++项目的C++源代码
- 文件
- 支援服务: unrealmarketplace@virtualbird.de (工程,GER)
*有关最高下载速度,请参阅文档。 下载简历是可能的. 还有一些特殊功能可以下载/上传内存消耗低的大文件。 只使用直接链接下载,如www.myWebserver.com/download.zip。使用身份验证,cookie,重定向或类似(Dropbox)的链接可能不起作用。





Documentation,Support thread, Old reviews and questions, unrealmarketplace@virtualbird.de
Communicate with a Webserver via Blueprints. You can send Data to a HTTP or HTTPS Webserver via GET or POST and get a String Array back. Each Line in the Server Response is one Array Value. Since Version 1.2 File Upload support. I recommend my JSON plugin for data communication. You don’t need C++.
Third-party websites may have security mechanisms (Captchas, Cookies) to block plugins like this. Check this beforehand or use your own server. Exceptions to this rule are HTTP/HTTPS APIs which are provided for this purpose. But Google Drive (Download) is since Version 1.8 supported. Tested on: Windows 10, Android 9 (Redmi Note 8T). IOS 12.1.2 (iPhone 5s)
I don’t like special sales. My prices are low all year round.
Nativization may cause problems and should be disabled in BPs that use this plugin.
Simple GET,POST,Download,Upload UMG Demo. Screenshot , Win64 Demo , UE4.21, UE4.25 ,UE4.26 (and higher), UE5.2 (and higher) Project Demo
Changelog (4.27 – 5.4)
-
(10/24/2024) Version 2.15: Multithreading revised. Old UE versions now also get updates back to UE4.27.
Changelog (5.2, 5.3, 5.4)
-
(08/05/2024) Version 2.14: Stability improvements for the async nodes.
Changelog (5.2, 5.3, 5.4)
-
(05/16/2024) Version 2.13: Changed the File ID parameter of the Multiupload functions from String to String Array.
Changelog (5.1, 5.2, 5.3)
-
(03/19/2024) Version 2.12: Bugfix: Under certain circumstances the wrong error number 500 was returned.
-
(12/02/2023) Version 2.11: All requests can now be canceled, not just download/upload. The “Individual request” function can now also trigger the progress events.
Changelog (5.0, 5.1, 5.2)
-
(07/17/2023) Version 2.10: Bugfix: Header Map was not correctly passed to the GET function.
-
(06/26/2023) Version 2.9: There are now “Multiple Upload” functions to upload multiple files at once. Added new function to split files. More errors are now reported via the functions instead of just writing them in the logs.
Changelog (4.27, 5.0, 5.1)
-
(04/14/2023) Version 2.8: New event “Server Send Event” added. This allows to receive push messages from an http server.
-
(03/27/2023) Version 2.7: Return values now additionally consist of a string next to the string array. The upload function now also has these return values.
-
(03/10/2023) Version 2.6: Bugfix: Plugin could not be compiled under Linux.
-
(01/15/2023) Version 2.5: Bugfix: The “Content length” was calculated incorrectly in the individual request function if UTF-8 characters were present in it.
Changelog (4.26, 4.27, 5.0)
-
(09/26/2022) Version 2.4: New: A function that determines the mimetype. Bugfix: Cross compiling should work now.
-
(09/08/2022) Version 2.3: Bugfix: Some Google Drive links could lead to a crash.
-
(09/06/2022) Version 2.2: “StringToBase64String” and “Base64StringToString” functions added.
-
(08/28/2022) Version 2.1: Upload compatibility increased. Fixed a bug that prevented compiling under Linux UE5.
-
(08/10/2022) Version 2.0: The HTTP requests can now be executed via AsycNodes. Is easier and cleaner. The individual HTTP node now has the possibility to specify a file as content.
-
(05/13/2022) Version 1.26: In the “individual http request” function it is now checked if the header “Content-Type” is present.
Changelog (4.25, 4.26, 4.27)
-
(03/14/2022) Version 1.25: Each HTTP function now has a header parameter. Added 3 PUT stream upload options. This allows to upload very large files without loading them into RAM first. See documentation.
Changelog (4.24, 4.25, 4.26)
-
(08/10/2021) Version 1.24: Fixed a bug in the GETDownload function.
-
(03/14/2021) Version 1.23: The “onHttpRequestComplete” event now also returns the server headers.
Changelog (4.23, 4.24, 4.25)
-
(08/18/2020) Version 1.21: “Low RAM” download Node is now partly 64 bit to make downloads larger than 2GB possible.
文件,支持线程, 旧的评论和问题,unrealmarketplace@virtualbird.de
通过蓝图与Web服务器通信。 您可以通过GET或POST将数据发送到HTTP或HTTPS Web服务器,并获取字符串数组。 服务器响应中的每一行都是一个数组值。 自1.2版本文件上传支持。 我推荐我的 JSON插件 于数据通信。 你不需要C++。
第三方网站可能有安全机制(Captcha,Cookie)来阻止这样的插件。 事先检查或使用您自己的服务器。 此规则的例外是为此目的提供的HTTP/HTTPS Api。 但谷歌驱动器(下载),因为版本1.8支持。 测试于: Windows10,Android9(Redmi Note8t)。 IOS12.1.2(iPhone5s)
我不喜欢特别销售。 我的价格全年都很低.
原生化可能会导致问题,应该在使用此插件的BPs中禁用。
简单的获取,发布,下载,上传UMG演示。 截图 , Win64演示 , UE4.21, UE4.25 ,UE4.26 (和更高), UE5.2 (及更高版本)项目演示
更新日志 (4.27 – 5.4)
-
(10/24/2024)版本2.15:多线程修订。 旧的UE版本现在也可以更新回UE4.27。
更新日志 (5.2, 5.3, 5.4)
-
(08/05/2024)版本2.14:异步节点的稳定性改进。
更新日志 (5.2, 5.3, 5.4)
-
(05/16/2024)版本2.13:将Multiupload函数的文件ID参数从字符串更改为字符串数组。
更新日志 (5.1, 5.2, 5.3)
-
(03/19/2024)版本2.12:错误修复:在某些情况下返回错误的错误号码500。
-
(12/02/2023)版本2.11:现在可以取消所有请求,而不仅仅是下载/上传。 “个人请求”功能现在也可以触发进度事件。
更新日志 (5.0, 5.1, 5.2)
-
(07/17/2023)版本2.10:错误修正:头映射没有正确传递给GET函数。
-
(06/26/2023)版本2.9:现在有”多个上传”功能,可以一次上传多个文件。 增加了分割文件的新功能。 现在通过函数报告更多错误,而不仅仅是将它们写入日志。
更新日志 (4.27, 5.0, 5.1)
-
(04/14/2023)版本2.8:添加了新事件”服务器发送事件”。 这允许从http服务器接收推送消息。
-
(03/27/2023)版本2.7:返回值现在由字符串数组旁边的字符串组成。 上传函数现在也有这些返回值。
-
(03/10/2023)版本2.6:修正:在Linux下无法编译插件。
-
(01/15/2023)版本2.5:修正:如果个别请求函数中有UTF-8字符,则”内容长度”计算不正确。
更新日志 (4.26, 4.27, 5.0)
-
(09/26/2022)版本2.4:新:确定mimetype的函数。 修正:交叉编译现在应该可以工作了。
-
(09/08/2022)版本2.3:修正:一些谷歌驱动器链接可能导致崩溃。
-
(09/06/2022)2.2版:新增”StringToBase64String”和”Base64StringToString”功能。
-
(08/28/2022)版本2.1:增加上载兼容性。 修正了一个阻止在Linux UE5下编译的错误。
-
(08/10/2022)版本2.0:HTTP请求现在可以通过 [医]孢子. 更容易和更清洁。 单个HTTP节点现在可以将文件指定为内容。
-
(05/13/2022)版本1.26:在”单个http请求”功能中,现在检查标头”Content-Type”是否存在。
更新日志 (4.25, 4.26, 4.27)
-
(03/14/2022)版本1.25:每个HTTP函数现在都有一个标头参数。 添加了3个PUT流上传选项。 这允许上传非常大的文件,而无需首先将它们加载到RAM中。 请参阅文档。
更新日志 (4.24, 4.25, 4.26)
-
(08/10/2021)版本1.24:修复了GETDownload函数中的错误。
-
(03/14/2021)版本1.23:”onHttpRequestComplete”事件现在也返回服务器标头。
更新日志 (4.23, 4.24, 4.25)
-
(08/18/2020)版本1.21:”低RAM”下载节点现在部分为64位,以使大于2gb的下载成为可能。

评论(0)