the Constructor Concept in Blueprints

In C++ and BP, the concepts of “constructor” and “desctructor” are represented by 2 functions, called automatically at construction/destruction. That’s all.