You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb none #preflight skip #ROBOMERGE-AUTHOR: jason.stasik #ROBOMERGE-SOURCE: CL 19798556 via CL 19798564 via CL 19798565 #ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v939-19570697) [CL 19809766 by jason stasik in ue5-main branch]
13 lines
249 B
C++
13 lines
249 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "Modules/ModuleInterface.h"
|
|
#include "Logging/LogMacros.h"
|
|
|
|
DECLARE_LOG_CATEGORY_EXTERN(LogEditorConfig, Log, All);
|
|
|
|
class FEditorConfigModule : public IModuleInterface
|
|
{
|
|
};
|