UE5 Blueprint发送http请求

一、下载插件HttpBlueprint、Json Blueprint Utilities两个插件是互相依赖的,启用,重启项目

UE5 Blueprint发送http请求_第1张图片

UE5 Blueprint发送http请求_第2张图片

目前两个是Beta的状态,如果你使用的平台支持就可以使用,我们的项目因为需要取Header的值,所有没法使用这两个插件,如果使用我的另一篇文章的方式解决读取Header的问题。

UE5 C++自定义Http节点获得Header数据-CSDN博客

二、Blueprint,构建Post的Json数据

UE5 Blueprint发送http请求_第3张图片

发送Post请求,Url Root与Url Login拼接Url

UE5 Blueprint发送http请求_第4张图片

获得请求的返回值

UE5 Blueprint发送http请求_第5张图片

再不需要获得Header的情况下,该方法比较简单。

你可能感兴趣的:(Unreal,Engine,1024程序员节,ue5,http,blueprint)