Space Plunder
Loading...
Searching...
No Matches
QuestExampleGameMode.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6// #include "Components/QuestGameStateComponent.h"
7#include "GameFramework/GameModeBase.h"
8#include "GameMode/OnlineGameMode.h"
10#include "QuestExampleGameMode.generated.h"
11
12UCLASS()
13class QUESTSYSTEMEXAMPLECONTENT_API AQuestExampleGameMode : public AOnlineGameMode
14{
15 GENERATED_BODY()
16
17public:
19
20protected:
21
22 virtual void BeginPlay() override;
23
24};
25
26
27
UCLASS(Blueprintable, BlueprintType, ClassGroup=(BucciGames), meta=(BlueprintSpawnableComponent)) class CHATSYSTEM_API UChatSystemComponent
Definition ChatSystemComponent.h:13
Definition OnlineGameMode.h:21
Definition QuestExampleGameMode.h:14