19 lines
350 B
C++
19 lines
350 B
C++
#include "DTFluxUtilitiesModule.h"
|
|
|
|
#define LOCTEXT_NAMESPACE "FDTFluxUtilitiesModule"
|
|
|
|
DTFLUXUTILITIES_API DEFINE_LOG_CATEGORY(logDTFluxUtilities)
|
|
|
|
void FDTFluxUtilitiesModule::StartupModule()
|
|
{
|
|
|
|
}
|
|
|
|
void FDTFluxUtilitiesModule::ShutdownModule()
|
|
{
|
|
|
|
}
|
|
|
|
#undef LOCTEXT_NAMESPACE
|
|
|
|
IMPLEMENT_MODULE(FDTFluxUtilitiesModule, DTFluxUtilities) |