A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
VaRestEditor.h
Go to the documentation of this file.
1// Copyright 2014-2019 Vladimir Alyamkin. All Rights Reserved.
2
3#pragma once
4
5#include "Modules/ModuleInterface.h"
6
8{
9
10public:
12 virtual void StartupModule() override;
13 virtual void ShutdownModule() override;
14};
virtual void StartupModule() override
virtual void ShutdownModule() override