I tried it though, and when I wanted to make a new instance of an item(AItemBase* item = NewObject<AItemBase>()) I got an error, so I don’t think you can use NewObject with an actor.
Are there any alternatives, or should I go about it in a different way?