what is the difference between Uclass * class and uclass *inclass

The other c++ example uses one that just say class and this say in class someone explain the difference.

There is no difference, they just decided to call the parameter InClass. You could rename it to [FONT=Courier New]UClass* Blah and it would still do the same.

thanks, I’m trying to put my skills to the test here working stuff out.