A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
OpenXRExpansionEditor.h
Go to the documentation of this file.
1// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "Runtime/Core/Public/Modules/ModuleInterface.h"
6
8{
9public:
10
11 virtual void StartupModule() override;
12 virtual void ShutdownModule() override;
13};
virtual void StartupModule() override
virtual void ShutdownModule() override