Hello, in this tutorial, I will show you how to update data in Realtime Database using the FBP Plugin for Unreal Engine.
To update data, use the Update Data node from the plugin.
Then set the path to the data you want to update using the Data Path pin.
For the Data pin, create a document using the Begin Write Document node. Then add content you want to update the data with by using a combination of Add nodes provided in the plugin.
Available Add Nodes
Adding the Callbacks
Lastly add the callbacks nodes.
The On Data Updated callback gets called when the data is updated successfully.