Space Plunder
Loading...
Searching...
No Matches
QuestSystemExampleContent.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "CoreMinimal.h"
4
#include "Modules/ModuleManager.h"
5
6
class
FQuestSystemExampleContentModule
:
public
IModuleInterface
7
{
8
public
:
9
virtual
void
StartupModule
()
override
;
10
virtual
void
ShutdownModule
()
override
;
11
};
FQuestSystemExampleContentModule
Definition
QuestSystemExampleContent.h:7
FQuestSystemExampleContentModule::ShutdownModule
virtual void ShutdownModule() override
Definition
QuestSystemExampleContent.cpp:10
FQuestSystemExampleContentModule::StartupModule
virtual void StartupModule() override
Definition
QuestSystemExampleContent.cpp:5
SpaceAdventure
Plugins
QuestSystem
Source
QuestSystemExampleContent
Public
QuestSystemExampleContent.h
Generated by
1.10.0