aboutsummaryrefslogtreecommitdiff
path: root/Plugins/SimpleUGC/Source/SimpleUGC/Private/SimpleUGC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/SimpleUGC/Source/SimpleUGC/Private/SimpleUGC.cpp')
-rw-r--r--Plugins/SimpleUGC/Source/SimpleUGC/Private/SimpleUGC.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Plugins/SimpleUGC/Source/SimpleUGC/Private/SimpleUGC.cpp b/Plugins/SimpleUGC/Source/SimpleUGC/Private/SimpleUGC.cpp
new file mode 100644
index 0000000..67ee730
--- /dev/null
+++ b/Plugins/SimpleUGC/Source/SimpleUGC/Private/SimpleUGC.cpp
@@ -0,0 +1,8 @@
+// Copyright Epic Games, Inc. All Rights Reserved.
+
+#include "SimpleUGC.h"
+
+#define LOCTEXT_NAMESPACE "FSimpleUGCModule"
+#undef LOCTEXT_NAMESPACE
+
+IMPLEMENT_MODULE(FSimpleUGCModule, SimpleUGC)