At runtime, create instance of BP inherited from a C++ AActor class.

Thanks for the reply… I ended up going a different route. I created a delegate that pushed data from C++ up to blueprint. A delegate that could be subscribed to by blueprint…

But, I still want to figure out the proper way to do this…

Do you know of any examples? Tutorials on how to do this using the methods you described?