Files
UnrealEngineUWP/Engine/Source/Developer/DeveloperToolSettings/Private/DeveloperToolSettingsModule.cpp
Phillip Kavan 11c00323ea Remove exposed parts of the Blueprint nativization feature (deprecated), and decouple it from the editor/cooking phase.
#jira UE-103261
#rb Michael.Noland

[CL 14882147 by Phillip Kavan in ue5-main branch]
2020-12-08 16:28:03 -04:00

8 lines
194 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "DeveloperToolSettingsDelegates.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_MODULE(FDefaultModuleImpl, DeveloperToolSettings);