Hi, a quick question regarding the use of TSubclassOf<>. I have created a WBP named WBP_SessionListItem, and assigned the class by picking the class type in the BP. However, in code, the ClassType kept returning Null as if i have never picked anything in BP. But, when switched to using FClassFinder<> in the constructor, everything worked, why is this the case?? Why can’t I use the BP to pick my classtype??
