I would say YES.
But you need to be careful.
Understand how UPROPERTY allows pointers to be seen by it, and understand that objects are only truly destroyed when a GC pass happens.
Until then, the objects are only marked as garbage.
I would say YES.
But you need to be careful.
Understand how UPROPERTY allows pointers to be seen by it, and understand that objects are only truly destroyed when a GC pass happens.
Until then, the objects are only marked as garbage.