TPersistentObjectPtr

Hi!

Will TPersistentObjectPtr work similar to an UPROPERTY pointer or what is its function? Will it prevent the object from being collected by the garbage collector?

I think it’s smart pointer which is aware if object it’s pointing to still exists, where normal pointer somewhere but not null

Isn’t that the role of TWeakObjectPtr with the IsValid method?