Before the class declaration starts you can put UCLASS() which I assume is needed if you want to use it as UPROPERTY() (and for saving and restoring). UClass is different from UCLASS(). It is an actual class not a macro.
Before the class declaration starts you can put UCLASS() which I assume is needed if you want to use it as UPROPERTY() (and for saving and restoring). UClass is different from UCLASS(). It is an actual class not a macro.