11 lines
285 B
C++
11 lines
285 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "MetaHumanCharacterPaletteLog.h"
|
|
|
|
#include "Modules/ModuleInterface.h"
|
|
#include "Modules/ModuleManager.h"
|
|
|
|
DEFINE_LOG_CATEGORY(LogMetaHumanCharacterPalette);
|
|
|
|
IMPLEMENT_MODULE(FDefaultModuleImpl, MetaHumanCharacterPalette);
|