Return BullCowCount only runs with (); and it shouldn't

So in
BullCowCount FBullCowGame::SubmitGuess(FString)
the return should be
return BullCowCount; (as in the video)
but it doesn’t run. Only runs when I put ();
why?

1 Like

because you’ve made a typo :slight_smile: See how your object is with single L letter but you’re returning the one with double L.

2 Likes

Haha, Oh God! Thanks

Privacy & Terms