Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,85 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "CapturedCefBuffer.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeCapturedCefBuffer() {}
// ********** Begin Cross Module References ********************************************************
UPackage* Z_Construct_UPackage__Script_WebBrowser();
WEBBROWSER_API UScriptStruct* Z_Construct_UScriptStruct_FCapturedCefBuffer();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FCapturedCefBuffer ************************************************
struct Z_Construct_UScriptStruct_FCapturedCefBuffer_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FCapturedCefBuffer); }
static inline consteval int16 GetStructAlignment() { return alignof(FCapturedCefBuffer); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/CapturedCefBuffer.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FCapturedCefBuffer constinit property declarations ****************
// ********** End ScriptStruct FCapturedCefBuffer constinit property declarations ******************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FCapturedCefBuffer>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FCapturedCefBuffer_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FCapturedCefBuffer;
class UScriptStruct* FCapturedCefBuffer::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FCapturedCefBuffer.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FCapturedCefBuffer.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FCapturedCefBuffer, (UObject*)Z_Construct_UPackage__Script_WebBrowser(), TEXT("CapturedCefBuffer"));
}
return Z_Registration_Info_UScriptStruct_FCapturedCefBuffer.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FCapturedCefBuffer_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_WebBrowser,
nullptr,
&NewStructOps,
"CapturedCefBuffer",
nullptr,
0,
sizeof(FCapturedCefBuffer),
alignof(FCapturedCefBuffer),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCapturedCefBuffer_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FCapturedCefBuffer_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FCapturedCefBuffer()
{
if (!Z_Registration_Info_UScriptStruct_FCapturedCefBuffer.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FCapturedCefBuffer.InnerSingleton, Z_Construct_UScriptStruct_FCapturedCefBuffer_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FCapturedCefBuffer.InnerSingleton);
}
// ********** End ScriptStruct FCapturedCefBuffer **************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_WebBrowser_Private_CapturedCefBuffer_h__Script_WebBrowser_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FCapturedCefBuffer::StaticStruct, Z_Construct_UScriptStruct_FCapturedCefBuffer_Statics::NewStructOps, TEXT("CapturedCefBuffer"),&Z_Registration_Info_UScriptStruct_FCapturedCefBuffer, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FCapturedCefBuffer), 1067778598U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_WebBrowser_Private_CapturedCefBuffer_h__Script_WebBrowser_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_WebBrowser_Private_CapturedCefBuffer_h__Script_WebBrowser_1630045664{
TEXT("/Script/WebBrowser"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_WebBrowser_Private_CapturedCefBuffer_h__Script_WebBrowser_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_WebBrowser_Private_CapturedCefBuffer_h__Script_WebBrowser_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,32 @@
// 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 "CapturedCefBuffer.h"
#ifdef WEBBROWSER_CapturedCefBuffer_generated_h
#error "CapturedCefBuffer.generated.h already included, missing '#pragma once' in CapturedCefBuffer.h"
#endif
#define WEBBROWSER_CapturedCefBuffer_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FCapturedCefBuffer ************************************************
struct Z_Construct_UScriptStruct_FCapturedCefBuffer_Statics;
#define FID_Engine_Source_Runtime_WebBrowser_Private_CapturedCefBuffer_h_25_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FCapturedCefBuffer_Statics; \
WEBBROWSER_API static class UScriptStruct* StaticStruct();
struct FCapturedCefBuffer;
// ********** End ScriptStruct FCapturedCefBuffer **************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_WebBrowser_Private_CapturedCefBuffer_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,2 @@
D:\UE_5_7_1\Engine\Source\Runtime\WebBrowser\Public\WebJSFunction.h
D:\UE_5_7_1\Engine\Source\Runtime\WebBrowser\Private\CapturedCefBuffer.h

View File

@@ -0,0 +1,29 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeWebBrowser_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_WebBrowser;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_WebBrowser()
{
if (!Z_Registration_Info_UPackage__Script_WebBrowser.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/WebBrowser",
nullptr,
0,
PKG_CompiledIn | 0x00000000,
0xA8DF2528,
0xBBA98446,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_WebBrowser.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_WebBrowser.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_WebBrowser(Z_Construct_UPackage__Script_WebBrowser, TEXT("/Script/WebBrowser"), Z_Registration_Info_UPackage__Script_WebBrowser, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xA8DF2528, 0xBBA98446));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,199 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "WebJSFunction.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeWebJSFunction() {}
// ********** Begin Cross Module References ********************************************************
UPackage* Z_Construct_UPackage__Script_WebBrowser();
WEBBROWSER_API UScriptStruct* Z_Construct_UScriptStruct_FWebJSCallbackBase();
WEBBROWSER_API UScriptStruct* Z_Construct_UScriptStruct_FWebJSFunction();
WEBBROWSER_API UScriptStruct* Z_Construct_UScriptStruct_FWebJSResponse();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FWebJSCallbackBase ************************************************
struct Z_Construct_UScriptStruct_FWebJSCallbackBase_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FWebJSCallbackBase); }
static inline consteval int16 GetStructAlignment() { return alignof(FWebJSCallbackBase); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/** Base class for JS callback objects. */" },
{ "ModuleRelativePath", "Public/WebJSFunction.h" },
{ "ToolTip", "Base class for JS callback objects." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FWebJSCallbackBase constinit property declarations ****************
// ********** End ScriptStruct FWebJSCallbackBase constinit property declarations ******************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FWebJSCallbackBase>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FWebJSCallbackBase_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FWebJSCallbackBase;
class UScriptStruct* FWebJSCallbackBase::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FWebJSCallbackBase.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FWebJSCallbackBase.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FWebJSCallbackBase, (UObject*)Z_Construct_UPackage__Script_WebBrowser(), TEXT("WebJSCallbackBase"));
}
return Z_Registration_Info_UScriptStruct_FWebJSCallbackBase.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FWebJSCallbackBase_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_WebBrowser,
nullptr,
&NewStructOps,
"WebJSCallbackBase",
nullptr,
0,
sizeof(FWebJSCallbackBase),
alignof(FWebJSCallbackBase),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FWebJSCallbackBase_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FWebJSCallbackBase_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FWebJSCallbackBase()
{
if (!Z_Registration_Info_UScriptStruct_FWebJSCallbackBase.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FWebJSCallbackBase.InnerSingleton, Z_Construct_UScriptStruct_FWebJSCallbackBase_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FWebJSCallbackBase.InnerSingleton);
}
// ********** End ScriptStruct FWebJSCallbackBase **************************************************
// ********** Begin ScriptStruct FWebJSFunction ****************************************************
struct Z_Construct_UScriptStruct_FWebJSFunction_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FWebJSFunction); }
static inline consteval int16 GetStructAlignment() { return alignof(FWebJSFunction); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/**\n * Representation of a remote JS function.\n * FWebJSFunction objects represent a JS function and allow calling them from native code.\n * FWebJSFunction objects can also be added to delegates and events using the Bind/AddLambda method.\n */" },
{ "ModuleRelativePath", "Public/WebJSFunction.h" },
{ "ToolTip", "Representation of a remote JS function.\nFWebJSFunction objects represent a JS function and allow calling them from native code.\nFWebJSFunction objects can also be added to delegates and events using the Bind/AddLambda method." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FWebJSFunction constinit property declarations ********************
// ********** End ScriptStruct FWebJSFunction constinit property declarations **********************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FWebJSFunction>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FWebJSFunction_Statics
static_assert(std::is_polymorphic<FWebJSFunction>() == std::is_polymorphic<FWebJSCallbackBase>(), "USTRUCT FWebJSFunction cannot be polymorphic unless super FWebJSCallbackBase is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FWebJSFunction;
class UScriptStruct* FWebJSFunction::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FWebJSFunction.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FWebJSFunction.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FWebJSFunction, (UObject*)Z_Construct_UPackage__Script_WebBrowser(), TEXT("WebJSFunction"));
}
return Z_Registration_Info_UScriptStruct_FWebJSFunction.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FWebJSFunction_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_WebBrowser,
Z_Construct_UScriptStruct_FWebJSCallbackBase,
&NewStructOps,
"WebJSFunction",
nullptr,
0,
sizeof(FWebJSFunction),
alignof(FWebJSFunction),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FWebJSFunction_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FWebJSFunction_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FWebJSFunction()
{
if (!Z_Registration_Info_UScriptStruct_FWebJSFunction.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FWebJSFunction.InnerSingleton, Z_Construct_UScriptStruct_FWebJSFunction_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FWebJSFunction.InnerSingleton);
}
// ********** End ScriptStruct FWebJSFunction ******************************************************
// ********** Begin ScriptStruct FWebJSResponse ****************************************************
struct Z_Construct_UScriptStruct_FWebJSResponse_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FWebJSResponse); }
static inline consteval int16 GetStructAlignment() { return alignof(FWebJSResponse); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/** \n * Representation of a remote JS async response object.\n * UFUNCTIONs taking a FWebJSResponse will get it passed in automatically when called from a web browser.\n * Pass a result or error back by invoking Success or Failure on the object.\n * UFunctions accepting a FWebJSResponse should have a void return type, as any value returned from the function will be ignored.\n * Calling the response methods does not have to happen before returning from the function, which means you can use this to implement asynchronous functionality.\n *\n * Note that the remote object will become invalid as soon as a result has been delivered, so you can only call either Success or Failure once.\n */" },
{ "ModuleRelativePath", "Public/WebJSFunction.h" },
{ "ToolTip", "Representation of a remote JS async response object.\nUFUNCTIONs taking a FWebJSResponse will get it passed in automatically when called from a web browser.\nPass a result or error back by invoking Success or Failure on the object.\nUFunctions accepting a FWebJSResponse should have a void return type, as any value returned from the function will be ignored.\nCalling the response methods does not have to happen before returning from the function, which means you can use this to implement asynchronous functionality.\n\nNote that the remote object will become invalid as soon as a result has been delivered, so you can only call either Success or Failure once." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FWebJSResponse constinit property declarations ********************
// ********** End ScriptStruct FWebJSResponse constinit property declarations **********************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FWebJSResponse>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FWebJSResponse_Statics
static_assert(std::is_polymorphic<FWebJSResponse>() == std::is_polymorphic<FWebJSCallbackBase>(), "USTRUCT FWebJSResponse cannot be polymorphic unless super FWebJSCallbackBase is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FWebJSResponse;
class UScriptStruct* FWebJSResponse::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FWebJSResponse.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FWebJSResponse.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FWebJSResponse, (UObject*)Z_Construct_UPackage__Script_WebBrowser(), TEXT("WebJSResponse"));
}
return Z_Registration_Info_UScriptStruct_FWebJSResponse.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FWebJSResponse_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_WebBrowser,
Z_Construct_UScriptStruct_FWebJSCallbackBase,
&NewStructOps,
"WebJSResponse",
nullptr,
0,
sizeof(FWebJSResponse),
alignof(FWebJSResponse),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FWebJSResponse_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FWebJSResponse_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FWebJSResponse()
{
if (!Z_Registration_Info_UScriptStruct_FWebJSResponse.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FWebJSResponse.InnerSingleton, Z_Construct_UScriptStruct_FWebJSResponse_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FWebJSResponse.InnerSingleton);
}
// ********** End ScriptStruct FWebJSResponse ******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_WebBrowser_Public_WebJSFunction_h__Script_WebBrowser_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FWebJSCallbackBase::StaticStruct, Z_Construct_UScriptStruct_FWebJSCallbackBase_Statics::NewStructOps, TEXT("WebJSCallbackBase"),&Z_Registration_Info_UScriptStruct_FWebJSCallbackBase, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FWebJSCallbackBase), 2112586041U) },
{ FWebJSFunction::StaticStruct, Z_Construct_UScriptStruct_FWebJSFunction_Statics::NewStructOps, TEXT("WebJSFunction"),&Z_Registration_Info_UScriptStruct_FWebJSFunction, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FWebJSFunction), 2035212389U) },
{ FWebJSResponse::StaticStruct, Z_Construct_UScriptStruct_FWebJSResponse_Statics::NewStructOps, TEXT("WebJSResponse"),&Z_Registration_Info_UScriptStruct_FWebJSResponse, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FWebJSResponse), 4087383846U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_WebBrowser_Public_WebJSFunction_h__Script_WebBrowser_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_WebBrowser_Public_WebJSFunction_h__Script_WebBrowser_2924520918{
TEXT("/Script/WebBrowser"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_WebBrowser_Public_WebJSFunction_h__Script_WebBrowser_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_WebBrowser_Public_WebJSFunction_h__Script_WebBrowser_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,54 @@
// 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