Get default object for blueprint class

UBlueprints and blueprint nodes are editor only objects. Any build that does not include editor code (Shipping will not) will have no concept of these, which will cause a compile error when you attempt to build in that configuration. Blueprint generated classes can be used, however. (i.e MyBlueprint_C"), as these exist outside of the editor framework.