Is there a way to nullify all pointers to a UObject?

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?

bump