Does an owner of UPROPERTY member need to be also declared with UPROPERTY for garbage collector to work properly?

It does need a continuous chain from root to leaf, however UPROPERTY is not the only way to chain. You can also use AddReferencedObjects to manually chain objects.

1 Like