Need to be able to create an instance of a BP class from a BP

Yep, so you can only spawn Actors (UObjects who are sub classes of AActor). This also makes them appear in the world. In this case, I want to create a data-only based object(directly from a UObject), that I manage and one that includes the functionality along with the data. I also don’t need it to appear in the world.

Tommy.