Class forward declaration not working with UFUNCTION

Yep, that fixed it. An incorrect class.

So, in summary you have to have a functioning class (that successfully compiles) for it to work with UFUNCTION, forward declaration by itself doesn’t work.

Thank you for your help, Kyle!