Editor Crash on load when referencing a blueprint owned by another

Hey TJ,

Oh yea sorry about that! I ended up changing my design paradigm and moved many of our parent classes into code to correct this issue. My basic solution was to have all blueprints concerned with interaction to inherit from a code base class. These code classes would then be referenced by the blueprints, effectively encapsulating the blueprint functionality.