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,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 EmptyLinkFunctionForGeneratedCodeBridge_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_Bridge;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_Bridge()
{
if (!Z_Registration_Info_UPackage__Script_Bridge.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/Bridge",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0x8380F671,
0x348C9DFA,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_Bridge.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_Bridge.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_Bridge(Z_Construct_UPackage__Script_Bridge, TEXT("/Script/Bridge"), Z_Registration_Info_UPackage__Script_Bridge, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x8380F671, 0x348C9DFA));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,88 @@
// 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 "UI/BrowserBinding.h"
#ifdef BRIDGE_BrowserBinding_generated_h
#error "BrowserBinding.generated.h already included, missing '#pragma once' in BrowserBinding.h"
#endif
#define BRIDGE_BrowserBinding_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
struct FWebJSFunction;
// ********** Begin Class UBrowserBinding **********************************************************
#define FID_Engine_Plugins_Bridge_Source_Bridge_Private_UI_BrowserBinding_h_25_RPC_WRAPPERS \
DECLARE_FUNCTION(execOpenMegascansPluginSettings); \
DECLARE_FUNCTION(execRestartNodeProcess); \
DECLARE_FUNCTION(execStartNodeProcess); \
DECLARE_FUNCTION(execLogout); \
DECLARE_FUNCTION(execGetProjectPath); \
DECLARE_FUNCTION(execExportDataToMSPlugin); \
DECLARE_FUNCTION(execOpenExternalUrl); \
DECLARE_FUNCTION(execShowLoginDialog); \
DECLARE_FUNCTION(execDragStarted); \
DECLARE_FUNCTION(execShowDialog); \
DECLARE_FUNCTION(execSendFailure); \
DECLARE_FUNCTION(execSendSuccess); \
DECLARE_FUNCTION(execGetAuthToken); \
DECLARE_FUNCTION(execSaveAuthToken); \
DECLARE_FUNCTION(execOnBulkExportMetahumansCallback); \
DECLARE_FUNCTION(execOnExitCallback); \
DECLARE_FUNCTION(execOnDropDiscardedCallback); \
DECLARE_FUNCTION(execOnDroppedCallback); \
DECLARE_FUNCTION(execDialogFailCallback); \
DECLARE_FUNCTION(execDialogSuccessCallback);
struct Z_Construct_UClass_UBrowserBinding_Statics;
BRIDGE_API UClass* Z_Construct_UClass_UBrowserBinding_NoRegister();
#define FID_Engine_Plugins_Bridge_Source_Bridge_Private_UI_BrowserBinding_h_25_INCLASS \
private: \
static void StaticRegisterNativesUBrowserBinding(); \
friend struct ::Z_Construct_UClass_UBrowserBinding_Statics; \
static UClass* GetPrivateStaticClass(); \
friend BRIDGE_API UClass* ::Z_Construct_UClass_UBrowserBinding_NoRegister(); \
public: \
DECLARE_CLASS2(UBrowserBinding, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/Bridge"), Z_Construct_UClass_UBrowserBinding_NoRegister) \
DECLARE_SERIALIZER(UBrowserBinding)
#define FID_Engine_Plugins_Bridge_Source_Bridge_Private_UI_BrowserBinding_h_25_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UBrowserBinding(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UBrowserBinding) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UBrowserBinding); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UBrowserBinding); \
/** Deleted move- and copy-constructors, should never be used */ \
UBrowserBinding(UBrowserBinding&&) = delete; \
UBrowserBinding(const UBrowserBinding&) = delete; \
NO_API virtual ~UBrowserBinding();
#define FID_Engine_Plugins_Bridge_Source_Bridge_Private_UI_BrowserBinding_h_22_PROLOG
#define FID_Engine_Plugins_Bridge_Source_Bridge_Private_UI_BrowserBinding_h_25_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Bridge_Source_Bridge_Private_UI_BrowserBinding_h_25_RPC_WRAPPERS \
FID_Engine_Plugins_Bridge_Source_Bridge_Private_UI_BrowserBinding_h_25_INCLASS \
FID_Engine_Plugins_Bridge_Source_Bridge_Private_UI_BrowserBinding_h_25_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UBrowserBinding;
// ********** End Class UBrowserBinding ************************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Bridge_Source_Bridge_Private_UI_BrowserBinding_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,108 @@
// 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 "NodeCommManager.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeNodeCommManager() {}
// ********** Begin Cross Module References ********************************************************
BRIDGE_API UScriptStruct* Z_Construct_UScriptStruct_FBifrostNodeInfo();
UPackage* Z_Construct_UPackage__Script_Bridge();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FBifrostNodeInfo **************************************************
struct Z_Construct_UScriptStruct_FBifrostNodeInfo_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FBifrostNodeInfo); }
static inline consteval int16 GetStructAlignment() { return alignof(FBifrostNodeInfo); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "//Dummy data structure, all json data to be converted to ustructs\n" },
{ "ModuleRelativePath", "Private/NodeCommManager.h" },
{ "ToolTip", "Dummy data structure, all json data to be converted to ustructs" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = {
{ "Category", "NodeData" },
{ "ModuleRelativePath", "Private/NodeCommManager.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Value_MetaData[] = {
{ "Category", "NodeData" },
{ "ModuleRelativePath", "Private/NodeCommManager.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FBifrostNodeInfo constinit property declarations ******************
static const UECodeGen_Private::FStrPropertyParams NewProp_Name;
static const UECodeGen_Private::FStrPropertyParams NewProp_Value;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FBifrostNodeInfo constinit property declarations ********************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FBifrostNodeInfo>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FBifrostNodeInfo_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FBifrostNodeInfo;
class UScriptStruct* FBifrostNodeInfo::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FBifrostNodeInfo.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FBifrostNodeInfo.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FBifrostNodeInfo, (UObject*)Z_Construct_UPackage__Script_Bridge(), TEXT("BifrostNodeInfo"));
}
return Z_Registration_Info_UScriptStruct_FBifrostNodeInfo.OuterSingleton;
}
// ********** Begin ScriptStruct FBifrostNodeInfo Property Definitions *****************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FBifrostNodeInfo_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBifrostNodeInfo, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FBifrostNodeInfo_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBifrostNodeInfo, Value), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Value_MetaData), NewProp_Value_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FBifrostNodeInfo_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBifrostNodeInfo_Statics::NewProp_Name,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBifrostNodeInfo_Statics::NewProp_Value,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBifrostNodeInfo_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FBifrostNodeInfo Property Definitions *******************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FBifrostNodeInfo_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_Bridge,
nullptr,
&NewStructOps,
"BifrostNodeInfo",
Z_Construct_UScriptStruct_FBifrostNodeInfo_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBifrostNodeInfo_Statics::PropPointers),
sizeof(FBifrostNodeInfo),
alignof(FBifrostNodeInfo),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBifrostNodeInfo_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FBifrostNodeInfo_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FBifrostNodeInfo()
{
if (!Z_Registration_Info_UScriptStruct_FBifrostNodeInfo.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FBifrostNodeInfo.InnerSingleton, Z_Construct_UScriptStruct_FBifrostNodeInfo_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FBifrostNodeInfo.InnerSingleton);
}
// ********** End ScriptStruct FBifrostNodeInfo ****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodeCommManager_h__Script_Bridge_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FBifrostNodeInfo::StaticStruct, Z_Construct_UScriptStruct_FBifrostNodeInfo_Statics::NewStructOps, TEXT("BifrostNodeInfo"),&Z_Registration_Info_UScriptStruct_FBifrostNodeInfo, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FBifrostNodeInfo), 699499765U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodeCommManager_h__Script_Bridge_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodeCommManager_h__Script_Bridge_3053903275{
TEXT("/Script/Bridge"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodeCommManager_h__Script_Bridge_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodeCommManager_h__Script_Bridge_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 "NodeCommManager.h"
#ifdef BRIDGE_NodeCommManager_generated_h
#error "NodeCommManager.generated.h already included, missing '#pragma once' in NodeCommManager.h"
#endif
#define BRIDGE_NodeCommManager_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FBifrostNodeInfo **************************************************
struct Z_Construct_UScriptStruct_FBifrostNodeInfo_Statics;
#define FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodeCommManager_h_21_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FBifrostNodeInfo_Statics; \
BRIDGE_API static class UScriptStruct* StaticStruct();
struct FBifrostNodeInfo;
// ********** End ScriptStruct FBifrostNodeInfo ****************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodeCommManager_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,234 @@
// 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 "NodePort.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeNodePort() {}
// ********** Begin Cross Module References ********************************************************
BRIDGE_API UClass* Z_Construct_UClass_UNodePort();
BRIDGE_API UClass* Z_Construct_UClass_UNodePort_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
UPackage* Z_Construct_UPackage__Script_Bridge();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UNodePort Function GetNodePort *******************************************
struct Z_Construct_UFunction_UNodePort_GetNodePort_Statics
{
struct NodePort_eventGetNodePort_Parms
{
FString ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/NodePort.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetNodePort constinit property declarations ***************************
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetNodePort constinit property declarations *****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetNodePort Property Definitions **************************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UNodePort_GetNodePort_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NodePort_eventGetNodePort_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNodePort_GetNodePort_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNodePort_GetNodePort_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNodePort_GetNodePort_Statics::PropPointers) < 2048);
// ********** End Function GetNodePort Property Definitions ****************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNodePort_GetNodePort_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNodePort, nullptr, "GetNodePort", Z_Construct_UFunction_UNodePort_GetNodePort_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNodePort_GetNodePort_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNodePort_GetNodePort_Statics::NodePort_eventGetNodePort_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNodePort_GetNodePort_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNodePort_GetNodePort_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNodePort_GetNodePort_Statics::NodePort_eventGetNodePort_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNodePort_GetNodePort()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNodePort_GetNodePort_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNodePort::execGetNodePort)
{
P_FINISH;
P_NATIVE_BEGIN;
*(FString*)Z_Param__Result=P_THIS->GetNodePort();
P_NATIVE_END;
}
// ********** End Class UNodePort Function GetNodePort *********************************************
// ********** Begin Class UNodePort Function IsNodeRunning *****************************************
struct Z_Construct_UFunction_UNodePort_IsNodeRunning_Statics
{
struct NodePort_eventIsNodeRunning_Parms
{
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/NodePort.h" },
};
#endif // WITH_METADATA
// ********** Begin Function IsNodeRunning constinit property declarations *************************
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function IsNodeRunning constinit property declarations ***************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function IsNodeRunning Property Definitions ************************************
void Z_Construct_UFunction_UNodePort_IsNodeRunning_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((NodePort_eventIsNodeRunning_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UNodePort_IsNodeRunning_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(NodePort_eventIsNodeRunning_Parms), &Z_Construct_UFunction_UNodePort_IsNodeRunning_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNodePort_IsNodeRunning_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNodePort_IsNodeRunning_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNodePort_IsNodeRunning_Statics::PropPointers) < 2048);
// ********** End Function IsNodeRunning Property Definitions **************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNodePort_IsNodeRunning_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNodePort, nullptr, "IsNodeRunning", Z_Construct_UFunction_UNodePort_IsNodeRunning_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNodePort_IsNodeRunning_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNodePort_IsNodeRunning_Statics::NodePort_eventIsNodeRunning_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNodePort_IsNodeRunning_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNodePort_IsNodeRunning_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNodePort_IsNodeRunning_Statics::NodePort_eventIsNodeRunning_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNodePort_IsNodeRunning()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNodePort_IsNodeRunning_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNodePort::execIsNodeRunning)
{
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->IsNodeRunning();
P_NATIVE_END;
}
// ********** End Class UNodePort Function IsNodeRunning *******************************************
// ********** Begin Class UNodePort ****************************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UNodePort;
UClass* UNodePort::GetPrivateStaticClass()
{
using TClass = UNodePort;
if (!Z_Registration_Info_UClass_UNodePort.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("NodePort"),
Z_Registration_Info_UClass_UNodePort.InnerSingleton,
StaticRegisterNativesUNodePort,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UNodePort.InnerSingleton;
}
UClass* Z_Construct_UClass_UNodePort_NoRegister()
{
return UNodePort::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UNodePort_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "NodePort.h" },
{ "ModuleRelativePath", "Private/NodePort.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UNodePort constinit property declarations ********************************
// ********** End Class UNodePort constinit property declarations **********************************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("GetNodePort"), .Pointer = &UNodePort::execGetNodePort },
{ .NameUTF8 = UTF8TEXT("IsNodeRunning"), .Pointer = &UNodePort::execIsNodeRunning },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UNodePort_GetNodePort, "GetNodePort" }, // 2558828927
{ &Z_Construct_UFunction_UNodePort_IsNodeRunning, "IsNodeRunning" }, // 3142797104
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UNodePort>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UNodePort_Statics
UObject* (*const Z_Construct_UClass_UNodePort_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_Bridge,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNodePort_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNodePort_Statics::ClassParams = {
&UNodePort::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNodePort_Statics::Class_MetaDataParams), Z_Construct_UClass_UNodePort_Statics::Class_MetaDataParams)
};
void UNodePort::StaticRegisterNativesUNodePort()
{
UClass* Class = UNodePort::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UNodePort_Statics::Funcs));
}
UClass* Z_Construct_UClass_UNodePort()
{
if (!Z_Registration_Info_UClass_UNodePort.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNodePort.OuterSingleton, Z_Construct_UClass_UNodePort_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UNodePort.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNodePort);
UNodePort::~UNodePort() {}
// ********** End Class UNodePort ******************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodePort_h__Script_Bridge_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UNodePort, UNodePort::StaticClass, TEXT("UNodePort"), &Z_Registration_Info_UClass_UNodePort, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNodePort), 1670259286U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodePort_h__Script_Bridge_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodePort_h__Script_Bridge_2693050457{
TEXT("/Script/Bridge"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodePort_h__Script_Bridge_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodePort_h__Script_Bridge_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,69 @@
// 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 "NodePort.h"
#ifdef BRIDGE_NodePort_generated_h
#error "NodePort.generated.h already included, missing '#pragma once' in NodePort.h"
#endif
#define BRIDGE_NodePort_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UNodePort ****************************************************************
#define FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodePort_h_11_RPC_WRAPPERS \
DECLARE_FUNCTION(execIsNodeRunning); \
DECLARE_FUNCTION(execGetNodePort);
struct Z_Construct_UClass_UNodePort_Statics;
BRIDGE_API UClass* Z_Construct_UClass_UNodePort_NoRegister();
#define FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodePort_h_11_INCLASS \
private: \
static void StaticRegisterNativesUNodePort(); \
friend struct ::Z_Construct_UClass_UNodePort_Statics; \
static UClass* GetPrivateStaticClass(); \
friend BRIDGE_API UClass* ::Z_Construct_UClass_UNodePort_NoRegister(); \
public: \
DECLARE_CLASS2(UNodePort, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/Bridge"), Z_Construct_UClass_UNodePort_NoRegister) \
DECLARE_SERIALIZER(UNodePort)
#define FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodePort_h_11_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UNodePort(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UNodePort) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UNodePort); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNodePort); \
/** Deleted move- and copy-constructors, should never be used */ \
UNodePort(UNodePort&&) = delete; \
UNodePort(const UNodePort&) = delete; \
NO_API virtual ~UNodePort();
#define FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodePort_h_7_PROLOG
#define FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodePort_h_11_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodePort_h_11_RPC_WRAPPERS \
FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodePort_h_11_INCLASS \
FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodePort_h_11_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UNodePort;
// ********** End Class UNodePort ******************************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Bridge_Source_Bridge_Private_NodePort_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,3 @@
D:\UE_5_7_1\Engine\Plugins\Bridge\Source\Bridge\Private\NodeCommManager.h
D:\UE_5_7_1\Engine\Plugins\Bridge\Source\Bridge\Private\NodePort.h
D:\UE_5_7_1\Engine\Plugins\Bridge\Source\Bridge\Private\UI\BrowserBinding.h