The error is literally telling you what the problem is: you’re missing a ‘;’ before the UCLASS macro. You need to add one to the end of the line that has the delegate macro.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.