Worldsbase was built with gaming as it’s first priority. Our Worldsbase Unreal Engine Plugin allows full access to everything in Worldsbase. Still, everything is accessible via a REST API if you don’t wish to use the plugin.
wgs
folder into Plugins
directory Coming Soon
In this example, we will add data to a table using the Insert Data
node. Skip to the end of this section to see the full blueprint example.
Make Array
node Make DataRow
Bind Event to On Http Request Completed
. This will execute once our backend call is complete. To read data from a table, the setup is similar to example 1, except you don’t have to insert any data into the Get Table
node. Just enter the table name. Here is what the blueprint will look like: