Get custom BP from C++

ok it seems to work :slight_smile:
what are the 3rd and 4th parameter for?

(this, SomeClass, NAME_None, 0) these 4 paramters doesn’t work, because there is no matching function call,it works with the first 2 or 3.(this,class) / (this,class,NAME_None)

btw: Are object created with NewObject “garbage collected”?