A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
VRExpansionPlugin.h
Go to the documentation of this file.
1// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "Modules/ModuleManager.h"
6
7
9{
10public:
11
13 virtual void StartupModule() override;
14 virtual void ShutdownModule() override;
15
16 void RegisterSettings();
17
18 void UnregisterSettings();
19};
virtual void ShutdownModule() override
virtual void StartupModule() override