What causes Destroy() to return false? (Fail)

TheJamsh I think I was because I started with a totally new class that would have had BeginPlay() included along with the super call.

Edit: And I learned early on about the importance of calling super when you override, so I kind of doubt I would have made that mistake.

Edit 2: I think I may have actually neglected to call super lol.