Override dismantle event

I want to add some custom dismantle logic but when I add handling for the dismantle event, the machine is no longer destroyed. I tried to get the parent Buildable Actor and call Dismantle on that, but that didn't help. How do I make sure that default logic is executed even if I override the event handling?
No description
Solution:
Right click the red node, and look for an option that says "add call to parent function"
Jump to solution
1 Reply
Solution
Rex
Rex5mo ago
Right click the red node, and look for an option that says "add call to parent function"

Did you find this page helpful?