Twitter LogoFacebook Logo
Realtime Database - Delete Data
Using the Delete Data node to delete data in the Realtime Database
By: King

Hello, in this tutorial, I will show you how to delete data in the Realtime Data using the FBP Plugin for Unreal Engine.


To delete data, use the “Delete Data” node.

Image from Codeible.com

Then set the path to the data you want to delete using the Data Path pin.

Image from Codeible.com

Lastly, add the On Data Deleted and On Fail to Delete Data callbacks by clicking and holding on the callback pin. Then drag to an empty space in the blueprint.

Image from Codeible.com

The On Data Deleted callback gets called when the data is deleted successfully. And the On Fail to Delete Data callback gets called when an error occurred during the deletion process.

Image from Codeible.com

Sign In