here is the following code from the .h file
protected:
virtual void BeginPlay() override;
UFUNCTION(BlueprintImplementableEvent)
void StartGame();
private:
here is the following code from the .h file
protected:
virtual void BeginPlay() override;
UFUNCTION(BlueprintImplementableEvent)
void StartGame();
private:
Turned off live coding and then recompiled
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.