Actor destroy delegate

Check the parent class (from which is your object inherting), I suppose it is AActor and then override the destructor.

Google for the AActor class, but I think override destroy() does it all.
Hint: You should still use super()-function when overriding.
At this point you can delete your pointer and set to null.