A Simple HTTP client made for Blueprints. It will help you to talk to HTTP APIs quite easily. It also comes with integrations for common APIs like Google Analytics & so on.
* NEW: Google Analytics Integration
Once installed, you can use the Fetch static function inside Blueprints to talk to any HTTP API. Here's an example of invoking an HTTP POST request & extracting the email from the response JSON.
Features:
No C++ or configurations needs when using with Blueprints
Talk to HTTP Apis with a minimal amount of Blueprint nodes
Allow to parse & make JSON values via Blueprints
Works anywhere since this uses internal HTTP & JSON related modules.
Code Modules:
Fetch - Runtime
Number of Blueprints: 0
Number of C++ Classes: 8
Network Replicated: (Yes)
Supported Development Platforms: Windows, Mac (OSX), Linux
Supported Target Build Platforms: Windows, Mac (OSX), Linux, HTML5, iOS, Android, PS4, XBoxOne
一款专为 Blueprints 设计的简单 HTTP 客户端。它能帮助你轻松地与 HTTP API 通信。它还集成了 Google Analytics 等常用 API。
* 新功能:谷歌分析集成
安装后,您可以在 Blueprints 中使用 Fetch static 函数与任何 HTTP API 进行对话。下面是一个调用 HTTP POST 请求并从响应 JSON 中提取电子邮件的示例。
特点
使用 Blueprints 时无需 C++ 或配置
只需少量蓝图节点即可与 HTTP Apis 通信
允许通过蓝图解析并生成 JSON 值
可在任何地方使用,因为它使用的是 HTTP 和 JSON 相关的内部模块。
代码模块:
获取 - 运行时
蓝图数量 0
C++ 类数量:8
网络复制:(是)
支持的开发平台:Windows、Mac (OSX)、Linux Windows、Mac (OSX)、Linux
支持的目标构建平台 Windows、Mac (OSX)、Linux、HTML5、iOS、Android、PS4、XBoxOne
|
|