How is this event being called? Are both screenshots from a separate blueprint?
It looks like the problem is simply that many many traces are being run at the same time. About 50 or so actually hit the actor because they execute so fast. Only the first one destroys the actor, the rest throw errors (trying to destroy something that no longer exists). That’s my guess.