Basically, if in unity prefab is a “sample object”(that acts like object instance) that needs to be duplicated, in UE4 blueprint is treated as separate object class and reference to blueprint essentially just marks instance of which class you’d like to construct. Interesting.