From d5310c3455f9849243b7b950deb4e910aa1f24dd Mon Sep 17 00:00:00 2001 From: ivey Date: Mon, 15 Jun 2020 15:54:16 -0400 Subject: Initial commit of the UGCExample Project --- Source/UGCExample/UGCExample.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Source/UGCExample/UGCExample.cpp (limited to 'Source/UGCExample/UGCExample.cpp') 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" ); -- cgit v1.2.3