Any meaningful difference between DestroyObject and Destroy?
I’ve used both without any apparent difference and I can’t find any explanation in the docs.
Thanks,
Manny
Any meaningful difference between DestroyObject and Destroy?
I’ve used both without any apparent difference and I can’t find any explanation in the docs.
Thanks,
Manny
DestroyObject is deprecated, that’s the reason it’s undocumented. It will probably be removed in future versions. Instead use Destroy (safe), or DestroyImmediate.