LEAP Documentation 40220
Documentation for the LEAP project
ProjectXGameModeTutorial.h
Go to the documentation of this file.
1// Copyright Blue Isle Studios Inc 2018. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "ProjectXGameMode.h"
7#include "ProjectXGameModeTutorial.generated.h"
8
9UCLASS()
11{
12 GENERATED_BODY()
13
14public:
15 virtual UClass* GetDefaultPawnClassForController_Implementation(AController* Player) override;
16 virtual void RestartPlayer(AController* NewPlayer) override;
17 virtual void InitializeHUDForPlayer_Implementation(APlayerController* NewPlayer) override;
18};
Definition: ProjectXGameMode.h:115
Definition: ProjectXGameModeTutorial.h:11