55 lines
2.4 KiB
C
55 lines
2.4 KiB
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
/*===========================================================================
|
|
Generated code exported from UnrealHeaderTool.
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
|
===========================================================================*/
|
|
|
|
// IWYU pragma: private, include "WebJSFunction.h"
|
|
|
|
#ifdef WEBBROWSER_WebJSFunction_generated_h
|
|
#error "WebJSFunction.generated.h already included, missing '#pragma once' in WebJSFunction.h"
|
|
#endif
|
|
#define WEBBROWSER_WebJSFunction_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin ScriptStruct FWebJSCallbackBase ************************************************
|
|
struct Z_Construct_UScriptStruct_FWebJSCallbackBase_Statics;
|
|
#define FID_Engine_Source_Runtime_WebBrowser_Public_WebJSFunction_h_136_GENERATED_BODY \
|
|
friend struct ::Z_Construct_UScriptStruct_FWebJSCallbackBase_Statics; \
|
|
WEBBROWSER_API static class UScriptStruct* StaticStruct();
|
|
|
|
|
|
struct FWebJSCallbackBase;
|
|
// ********** End ScriptStruct FWebJSCallbackBase **************************************************
|
|
|
|
// ********** Begin ScriptStruct FWebJSFunction ****************************************************
|
|
struct Z_Construct_UScriptStruct_FWebJSFunction_Statics;
|
|
#define FID_Engine_Source_Runtime_WebBrowser_Public_WebJSFunction_h_170_GENERATED_BODY \
|
|
friend struct ::Z_Construct_UScriptStruct_FWebJSFunction_Statics; \
|
|
WEBBROWSER_API static class UScriptStruct* StaticStruct(); \
|
|
typedef FWebJSCallbackBase Super;
|
|
|
|
|
|
struct FWebJSFunction;
|
|
// ********** End ScriptStruct FWebJSFunction ******************************************************
|
|
|
|
// ********** Begin ScriptStruct FWebJSResponse ****************************************************
|
|
struct Z_Construct_UScriptStruct_FWebJSResponse_Statics;
|
|
#define FID_Engine_Source_Runtime_WebBrowser_Public_WebJSFunction_h_200_GENERATED_BODY \
|
|
friend struct ::Z_Construct_UScriptStruct_FWebJSResponse_Statics; \
|
|
WEBBROWSER_API static class UScriptStruct* StaticStruct(); \
|
|
typedef FWebJSCallbackBase Super;
|
|
|
|
|
|
struct FWebJSResponse;
|
|
// ********** End ScriptStruct FWebJSResponse ******************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_WebBrowser_Public_WebJSFunction_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|