Hi,
I currently have a blueprint class which I want spawned from C++, however I do not want to invoke any attached events, such as BeginPlay, etc… Is such a thing possible? I have found no “direct” way of doing this. Would it be possible to create a temporary blueprint which inherits from the blueprint I want spawned from the c++ end? Is there a better way of doing this?
Thank you.