In my game I have a actor and 2 Objects. When my actor is touching the first object it gets deleted and the second object should spawn at the exact same Position of the first Object(current position of the actor).
How can I spawn the second Object at the same position where my actor is?