When should I use GetTransientPackage() in NewObjct()

If I what to create an uobject in beginplay function of an actor, what’s the difference between “this” and “GetTransientPackage()” of the first parameter?

What will GetTransientPackage() even be?