Files
UnrealEngineUWP/Engine/Source/Developer/WidgetCarousel/Private/WidgetCarouselModule.cpp

16 lines
259 B
C++
Raw Normal View History

// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#include "WidgetCarouselPrivatePCH.h"
void FWidgetCarouselModule::StartupModule()
{
}
void FWidgetCarouselModule::ShutdownModule()
{
}
IMPLEMENT_MODULE(FWidgetCarouselModule, WidgetCarousel);