I am making a UObject pooling system. When an Object is “destroyed” in this system, it is recycled: Its parameters are reset to their default values so that the object may be resused.
I also want to nullify any references to the recycled object, Is that possible?