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 !
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 !