Unreal Engine VaREST and DBJson - Simple Setup
ฝัง
- เผยแพร่เมื่อ 11 ก.พ. 2025
- A very basic example of how to combine two free plugins from the Unreal Engine Marketplace to send Custom Structures to your own API.
DBJson: www.unrealengi...
VaRest: www.unrealengi...
In response to GitHub post: github.com/ufn...
This is really useful! I wonder if you know if UE5.2 has now had its update?
Also Any chance of a tutorial to show the other side of it? How does the Json then get sent to lets say an external Database like php?
I haven't seen a 5.2 update and beyond. I thought there was some fork or something of it but, we have decided to stick with 5.1.1 for the time being.
As far as the other side and handling requests, I might be able to do some kind of an API walkthrough perhaps. I basically have a nodejs REST api that accepts POST requests to an endpoint which has the json as the request body. And I just handle it that way.
The API handles all the database things. Might be able to do something if I can find the time though.
RIP... DBJson isn't supported in 5.2 :c
I see a linux version for 5.2 that someone got to work. Still waiting on the developer to do their own update. Give them time, it just came out :)