Im getting linking error when i try to compile the KillEmAll game mode

So im getting a weird error and i have no idea why here is the error, it first occurred after i created the KillEmAll Game mode and i have no idea how to fix it

OMG! I FIXED IT!
so i did a bit of research online, and none of it mattered because basically all i had to do was fix a typo
false alarm, problem solved

for anyone else out there though i didn’t spell the class name before the function declaration in the .cpp file, so basically what i did was

AGameModeBasePawnKilled()

when what i should have done was

AGameModeBase::PawnKilled()

Other Unreal students might see this if you were to post it in the Unreal Forum instead of Unity’s

oh oops, i thought i put it in the unreal section

1 Like

is there a way to change that?

I have just moved your thread to the correct subforum for you. :slight_smile:

thx

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms