Unreal Engine 5: Calling API in Blueprint and Handling the JSON Response

Опубликовано: 18 Январь 2026
на канале: Nobody's Hero
3,406
72

In this video, I am showing the way to call API and handle the JSON response by using the plugin VaRest (https://www.unrealengine.com/marketpl...)

[Chapters]
00:00 Introduction
00:07 Installation of Plugin "VaRest"
02:39 Introduction to API used in this demo
03:53 Creating a project that uses API
04:29 Enabling a plugin "VaRest" in the project
06:16 Implementation in a level blueprint to use API
11:53 Logic to handle the response from API
16:47 Test Play