Hi Developers 
I wan´t to delete my last spawnd actor when pressed ctrl + Z…Today I spawn it out with a simple ui buttons and add it to a actor array 
Hi Developers 
I wan´t to delete my last spawnd actor when pressed ctrl + Z…Today I spawn it out with a simple ui buttons and add it to a actor array 
Get Last index in the array and destroy that actor. Or keep a list of what index the last spawned actor was, and destroy that actor and remove it from the array.