UFUNCTION cause my build to fail

Hey,

You’re not supposed to put a semi-colon after the UFUNCTION macro.

UFUNCTION()
void MoveForward(float Val);
 
UFUNCTION()
void MoveRight(float Val);

Thanks.