Files
UnrealEngineUWP/Engine/Plugins/Web/WebAPI/Source/WebAPILiquidJS/Public/IWebAPILiquidJSModule.h
George Rolfe 76bbfb8259 WebAPI initial submission redux
#rb simon.therriault
#jira UETOOL-4463
#preflight 623fc3e58073508cfc1fbc78

[CL 19527360 by George Rolfe in ue5-main branch]
2022-03-28 10:54:41 -04:00

12 lines
201 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "Modules/ModuleInterface.h"
class IWebAPILiquidJSModuleInterface
: public IModuleInterface
{
};