What is TSubClassOf and how can i use it?

TSubclassOf<> is essentialy wrapper for



UClass*


You use it as pointer to class, but not to instanced object. It will only point to class default object.