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