aboutsummaryrefslogtreecommitdiff
path: root/Source/UGCExample/UGCExample.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/UGCExample/UGCExample.cpp')
-rw-r--r--Source/UGCExample/UGCExample.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/UGCExample/UGCExample.cpp b/Source/UGCExample/UGCExample.cpp
new file mode 100644
index 0000000..e2148da
--- /dev/null
+++ b/Source/UGCExample/UGCExample.cpp
@@ -0,0 +1,6 @@
+// Copyright Epic Games, Inc. All Rights Reserved.
+
+#include "UGCExample.h"
+#include "Modules/ModuleManager.h"
+
+IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, UGCExample, "UGCExample" );