DTHttpJson UE4插件使用说明

本文涉及的产品
云解析DNS-重点域名监控,免费拨测 20万次(价值200元)
简介: DTHttpJson UE4插件使用说明

本插件可以在蓝图中简单快速使用HTTP请求和JSON解析,

适用于简单的网络接口对接和数据解析。

This plug-in can quickly and quickly use HTTP requests and JSON parsing in blue,

Suitable for simple network interface docking and data analysis.


本插件概念是把所有的JSON数据都视为字符串操作,这样方便使用和理解。

操作的蓝图函数只有6个,虽然数量少,但是这样更简于操作,方便理解。

The concept of this plug-in is to turn all JSON data into string operations so that it can be used and understood.

There are only 6 blueprint functions for operation. Although the number is small, the operation is simpler and easier to understand.


1. Json 解析(Json Analyze):主要JSON处理函数,点击 Add Json Key 添加需要解析的字段,可把每个字段解析成字符串,如果解析的字段也是一个JSON数据体, 那需要再次使用 Analyze。

1. Json Analyze: The main JSON processing function, click Add Json Key to add the fields that need to be parsed, and each field can be parsed into a string. If the parsed field is also a JSON data body, you need to use Analyze again.

2. Json 转数组(Json To Array):当一个JSON数据体为数组时,使用此函数可以把数据体转换为字符串数组,而数组里面的单个数据则是每个JSON的数据。

2. Json To Array: When a JSON data body is an array, use this function to convert the data body into a string array, and the single data in the array is the data of each JSON.

3. Json 创建(Json Create):创建JSON数据体,输出为字符串,点击 Add Json Key 添加需要生成的字段。

3. Json Create: Create a JSON data body, output it as a string, and click Add Json Key to add the fields that need to be generated.

4. Json 创建数组(Json Array Create):创建JSON数组数据体,输出为字符串,点击 Add Pin / Remove 可以添加/删除数组大小。

4. Json Array Create: Create a JSON array data body, output as a string, click Add Pin/Remove to add/remove the array size.

5. Http Get Request : 向服务器发送Get请求,并获取返回。

5. Http Get Request: Send a Get request to the server and get the return.

6. Http Post Request :向服务器发送Post请求,并获取返回。已封装JSON数据体发送。

6. Http Post Request: Send a Post request to the server and get the response. The encapsulated JSON data body is sent.

插件下载地址

在代码插件创建的HTTP AND JSON - 虚幻引擎商城

相关文章
|
Python
df获取最后一行数据
df获取最后一行数据
977 0
UE DTMqtt 虚幻引擎 Mqtt 客户端插件说明
UE DTMqtt 虚幻引擎 Mqtt 客户端插件说明
1044 0
|
Java Maven
Maven - 解决Maven下载依赖包速度慢问题
通常我们会因为下载jar包速度缓慢而苦恼,这十分影响开发效率,以及程序员的心情,在IDE下载jar时,无法对IDE做任何动作,只能大眼对小眼。 下载jar速度慢究其原因就是因为很多资源都是国外的,我们下载一个小文件几乎就跨越了一个太平洋那么远,那么有什么方法可以让下载速度变快呢?   其实方法...
8069 0
|
11月前
|
程序员 API 开发者
实战阿里qwen2.5-coder 32B,如何配置Cline的Ollama API接口。
阿里Qwen2.5大模型开源免费,适合编程应用。在Ollama平台下载时,推荐选择带有“cline”字样的Qwen2.5-Coder版本,仅需额外下载适配文件,无需重复下载模型文件。Ollama环境永久免费,配置简单,效果出色,适合开发者使用。
5259 77
|
11月前
|
安全 测试技术
更睿智的看世界!实测阿里首个多模态视觉推理模型QVQ-72B-Preview
阿里通义千问Qwen团队于12月25日推出首个开源视觉推理模型QVQ-72B-Preview,该模型在数学、物理、化学等领域表现出色,在MMMU基准测试中得分70.3,超越Qwen2-VL-72B-Instruct。尽管在部分任务如立体图形计数上存在局限性,QVQ-72B-Preview仍展示了强大的视觉理解和推理能力。模型目前仅支持单轮对话和图像输出,不支持视频输入。地址:https://modelscope.cn/studios/Qwen/QVQ-72B-preview
|
12月前
|
数据挖掘 vr&ar C++
让UE自动运行Python脚本:实现与实例解析
本文介绍如何配置Unreal Engine(UE)以自动运行Python脚本,提高开发效率。通过安装Python、配置UE环境及使用第三方插件,实现Python与UE的集成。结合蓝图和C++示例,展示自动化任务处理、关卡生成及数据分析等应用场景。
1158 5
|
消息中间件 应用服务中间件 网络安全
rabbitMQ镜像模式搭建
rabbitMQ镜像模式搭建
|
SQL 前端开发 JavaScript
前端三剑客之JavaScript基础入门
前端三剑客之JavaScript基础入门
195 1
|
XML JSON JavaScript
UE4 HTTP 请求插件说明(DTHttpRequest)
UE4 HTTP 请求插件说明(DTHttpRequest)
714 0
[UE 虚幻引擎] DTLoadFbx 运行时加载FBX本地模型插件说明
该插件支持在运行时动态加载FBX模型,无需预先打包。通过新建Actor并添加DT Runtime Fbx Component,然后调用LoadFile函数加载模型路径(不支持动画)。加载时可选择是否创建碰撞体,该组件基于UProceduralMeshComponent,提供与PMC相似的设置。启用异步计算(Use Async Cooking)可加速碰撞体生成。
632 0