// 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 "RigVMModel/Nodes/RigVMAggregateNode.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeRigVMAggregateNode() {} // ********** Begin Cross Module References ******************************************************** RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMAggregateNode(); RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMAggregateNode_NoRegister(); RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMCollapseNode(); UPackage* Z_Construct_UPackage__Script_RigVMDeveloper(); // ********** End Cross Module References ********************************************************** // ********** Begin Class URigVMAggregateNode ****************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_URigVMAggregateNode; UClass* URigVMAggregateNode::GetPrivateStaticClass() { using TClass = URigVMAggregateNode; if (!Z_Registration_Info_UClass_URigVMAggregateNode.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("RigVMAggregateNode"), Z_Registration_Info_UClass_URigVMAggregateNode.InnerSingleton, StaticRegisterNativesURigVMAggregateNode, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_URigVMAggregateNode.InnerSingleton; } UClass* Z_Construct_UClass_URigVMAggregateNode_NoRegister() { return URigVMAggregateNode::GetPrivateStaticClass(); } struct Z_Construct_UClass_URigVMAggregateNode_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "BlueprintType", "true" }, { "Comment", "/**\n * The Aggregate Node contains a subgraph of nodes with aggregate pins (2in+1out or 1out+2in) connected\n * to each other. For example, a unit node IntAdd which adds 2 integers and provides Result=A+B could have\n * A, B and Result as aggregates in order to add additional input pins to construct an Aggregate Node that computes\n * Result=A+B+C.\n */" }, { "IncludePath", "RigVMModel/Nodes/RigVMAggregateNode.h" }, { "ModuleRelativePath", "Public/RigVMModel/Nodes/RigVMAggregateNode.h" }, { "ToolTip", "The Aggregate Node contains a subgraph of nodes with aggregate pins (2in+1out or 1out+2in) connected\nto each other. For example, a unit node IntAdd which adds 2 integers and provides Result=A+B could have\nA, B and Result as aggregates in order to add additional input pins to construct an Aggregate Node that computes\nResult=A+B+C." }, }; #endif // WITH_METADATA // ********** Begin Class URigVMAggregateNode constinit property declarations ********************** // ********** End Class URigVMAggregateNode constinit property declarations ************************ static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_URigVMAggregateNode_Statics UObject* (*const Z_Construct_UClass_URigVMAggregateNode_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_URigVMCollapseNode, (UObject* (*)())Z_Construct_UPackage__Script_RigVMDeveloper, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMAggregateNode_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_URigVMAggregateNode_Statics::ClassParams = { &URigVMAggregateNode::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x000800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMAggregateNode_Statics::Class_MetaDataParams), Z_Construct_UClass_URigVMAggregateNode_Statics::Class_MetaDataParams) }; void URigVMAggregateNode::StaticRegisterNativesURigVMAggregateNode() { } UClass* Z_Construct_UClass_URigVMAggregateNode() { if (!Z_Registration_Info_UClass_URigVMAggregateNode.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_URigVMAggregateNode.OuterSingleton, Z_Construct_UClass_URigVMAggregateNode_Statics::ClassParams); } return Z_Registration_Info_UClass_URigVMAggregateNode.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, URigVMAggregateNode); URigVMAggregateNode::~URigVMAggregateNode() {} // ********** End Class URigVMAggregateNode ******************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMAggregateNode_h__Script_RigVMDeveloper_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_URigVMAggregateNode, URigVMAggregateNode::StaticClass, TEXT("URigVMAggregateNode"), &Z_Registration_Info_UClass_URigVMAggregateNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(URigVMAggregateNode), 396845029U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMAggregateNode_h__Script_RigVMDeveloper_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMAggregateNode_h__Script_RigVMDeveloper_3906776395{ TEXT("/Script/RigVMDeveloper"), Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMAggregateNode_h__Script_RigVMDeveloper_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMAggregateNode_h__Script_RigVMDeveloper_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS