I did the challenge almost completely similar but in the Cancel pressed function where you only put Teardown(); I put it under "this->Teardown(); My thought proccess was that this would refer to the ingame menu similar to how we used menu->teardown(); in the game instance cpp.
What is the flaw in my thinking here? Am I not completely understanding how “this” works?