UPROPERTY is set to null by GC

Hello there,

I have hit the same problem with AttributeSet on my side, and the solution been to use the specifier transient

 UPROPERTY(transient)
MyAttributeSet* AttributeSet;

Let me know if that work, Have a nice day !

2 Likes