You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-114839 #rb phillip.kavan #rnx #preflight 609152aa90631e000199463e #preflight 60919af859592e0001f41c7d [CL 16198818 by ben hoffman in ue5-main branch]
10 lines
162 B
C++
10 lines
162 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
class FSubobjectEditorModule : public IModuleInterface
|
|
{
|
|
|
|
}; |