You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb rex.hill,eric.knapik #preflight 6259d6ca201cdc3ec501a4b3 #ROBOMERGE-AUTHOR: jason.stasik #ROBOMERGE-SOURCE: CL 19794091 via CL 19798053 via CL 19798283 via CL 19798394 #ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v939-19570697) [CL 19809723 by jason stasik in ue5-main branch]
9 lines
212 B
C++
9 lines
212 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "EditorConfigModule.h"
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
DEFINE_LOG_CATEGORY(LogEditorConfig);
|
|
|
|
IMPLEMENT_MODULE(FEditorConfigModule, EditorConfig);
|