#jira UETOOL-4463
#preflight 622fa2d4ce577e3ab2d5d0cf
#rb simon.therriault

[CL 19379132 by George Rolfe in ue5-main branch]
This commit is contained in:
George Rolfe
2022-03-14 17:37:36 -04:00
parent edd1a36785
commit b14533c5bd
108 changed files with 10556 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
// Copyright Epic Games, Inc. All Rights Reserved.
#include "WebAPIBlueprintGraphModule.h"
#define LOCTEXT_NAMESPACE "WebAPIBlueprintGraph"
void FWebAPIBlueprintGraphModule::StartupModule()
{
}
void FWebAPIBlueprintGraphModule::ShutdownModule()
{
}
#undef LOCTEXT_NAMESPACE
IMPLEMENT_MODULE(FWebAPIBlueprintGraphModule, WebAPIBlueprintGraph)