(I’m using OnStartGame instead of InitGame)
it’s telling me
member function “UBullCowCartridge::OnStartGame” may not be redeclared outside its classC/C++(392)
but it’s in header file:
public:
virtual void BeginPlay() override;
virtual void OnInput(const FString& Input) override;
void OnStartGame();