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.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Source/UGCExample/UGCExample.h (limited to 'Source/UGCExample/UGCExample.h') diff --git a/Source/UGCExample/UGCExample.h b/Source/UGCExample/UGCExample.h new file mode 100644 index 0000000..677c8e2 --- /dev/null +++ b/Source/UGCExample/UGCExample.h @@ -0,0 +1,6 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "CoreMinimal.h" + -- cgit v1.2.3