Is There A Way To Make Player Actor Undestroyable? (overriding Destroy Actor function maybe)

The main way is to not call destroy on it. :joy:

But maybe override the destructor and set a break point in it? Or do some logging in the destructor.

2 Likes