Yea, get rid of the namespace stuff. Your original problem is probably from the mixing of the class name AReviseGameMode
and AReviseGameModeBase
Make sure you use the same name you used when declaring the class in the header.
In this case AReviseGameMode
, NOT AReviseGameModeBase
.
HTH