versluis.com
How to make an object die after a set amount of time in Unreal Engine
With spawned objects like bullets and projectiles, there’s a danger of creating a memory leak in our projects. This can happen when things are instantiated and added to the game world, but ar…