// 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/RigVMRerouteNode.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeRigVMRerouteNode() {} // ********** Begin Cross Module References ******************************************************** RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMNode(); RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMRerouteNode(); RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMRerouteNode_NoRegister(); UPackage* Z_Construct_UPackage__Script_RigVMDeveloper(); // ********** End Cross Module References ********************************************************** // ********** Begin Class URigVMRerouteNode ******************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_URigVMRerouteNode; UClass* URigVMRerouteNode::GetPrivateStaticClass() { using TClass = URigVMRerouteNode; if (!Z_Registration_Info_UClass_URigVMRerouteNode.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("RigVMRerouteNode"), Z_Registration_Info_UClass_URigVMRerouteNode.InnerSingleton, StaticRegisterNativesURigVMRerouteNode, 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_URigVMRerouteNode.InnerSingleton; } UClass* Z_Construct_UClass_URigVMRerouteNode_NoRegister() { return URigVMRerouteNode::GetPrivateStaticClass(); } struct Z_Construct_UClass_URigVMRerouteNode_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "BlueprintType", "true" }, { "Comment", "/**\n * A reroute node is used to visually improve the \n * data flow within a Graph. Reroutes are purely \n * cosmetic and have no impact on the resulting\n * VM whatsoever. Reroutes can furthermore be\n * displayed as full nodes or as small circles.\n */" }, { "IncludePath", "RigVMModel/Nodes/RigVMRerouteNode.h" }, { "ModuleRelativePath", "Public/RigVMModel/Nodes/RigVMRerouteNode.h" }, { "ToolTip", "A reroute node is used to visually improve the\ndata flow within a Graph. Reroutes are purely\ncosmetic and have no impact on the resulting\nVM whatsoever. Reroutes can furthermore be\ndisplayed as full nodes or as small circles." }, }; #endif // WITH_METADATA // ********** Begin Class URigVMRerouteNode constinit property declarations ************************ // ********** End Class URigVMRerouteNode constinit property declarations ************************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_URigVMRerouteNode_Statics UObject* (*const Z_Construct_UClass_URigVMRerouteNode_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_URigVMNode, (UObject* (*)())Z_Construct_UPackage__Script_RigVMDeveloper, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMRerouteNode_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_URigVMRerouteNode_Statics::ClassParams = { &URigVMRerouteNode::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x000800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMRerouteNode_Statics::Class_MetaDataParams), Z_Construct_UClass_URigVMRerouteNode_Statics::Class_MetaDataParams) }; void URigVMRerouteNode::StaticRegisterNativesURigVMRerouteNode() { } UClass* Z_Construct_UClass_URigVMRerouteNode() { if (!Z_Registration_Info_UClass_URigVMRerouteNode.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_URigVMRerouteNode.OuterSingleton, Z_Construct_UClass_URigVMRerouteNode_Statics::ClassParams); } return Z_Registration_Info_UClass_URigVMRerouteNode.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, URigVMRerouteNode); URigVMRerouteNode::~URigVMRerouteNode() {} // ********** End Class URigVMRerouteNode ********************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMRerouteNode_h__Script_RigVMDeveloper_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_URigVMRerouteNode, URigVMRerouteNode::StaticClass, TEXT("URigVMRerouteNode"), &Z_Registration_Info_UClass_URigVMRerouteNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(URigVMRerouteNode), 2737860216U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMRerouteNode_h__Script_RigVMDeveloper_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMRerouteNode_h__Script_RigVMDeveloper_2537592723{ TEXT("/Script/RigVMDeveloper"), Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMRerouteNode_h__Script_RigVMDeveloper_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMRerouteNode_h__Script_RigVMDeveloper_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS