// 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/RigVMSelectNode.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeRigVMSelectNode() {} // ********** Begin Cross Module References ******************************************************** RIGVMDEVELOPER_API UClass* Z_Construct_UClass_UDEPRECATED_RigVMSelectNode(); RIGVMDEVELOPER_API UClass* Z_Construct_UClass_UDEPRECATED_RigVMSelectNode_NoRegister(); RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMTemplateNode(); UPackage* Z_Construct_UPackage__Script_RigVMDeveloper(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UDEPRECATED_RigVMSelectNode ********************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UDEPRECATED_RigVMSelectNode; UClass* UDEPRECATED_RigVMSelectNode::GetPrivateStaticClass() { using TClass = UDEPRECATED_RigVMSelectNode; if (!Z_Registration_Info_UClass_UDEPRECATED_RigVMSelectNode.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("RigVMSelectNode"), Z_Registration_Info_UClass_UDEPRECATED_RigVMSelectNode.InnerSingleton, StaticRegisterNativesUDEPRECATED_RigVMSelectNode, 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_UDEPRECATED_RigVMSelectNode.InnerSingleton; } UClass* Z_Construct_UClass_UDEPRECATED_RigVMSelectNode_NoRegister() { return UDEPRECATED_RigVMSelectNode::GetPrivateStaticClass(); } struct Z_Construct_UClass_UDEPRECATED_RigVMSelectNode_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "BlueprintType", "true" }, { "Comment", "/**\n * A select node is used to select between multiple values\n */" }, { "IncludePath", "RigVMModel/Nodes/RigVMSelectNode.h" }, { "ModuleRelativePath", "Public/RigVMModel/Nodes/RigVMSelectNode.h" }, { "ToolTip", "A select node is used to select between multiple values" }, }; #endif // WITH_METADATA // ********** Begin Class UDEPRECATED_RigVMSelectNode constinit property declarations ************** // ********** End Class UDEPRECATED_RigVMSelectNode constinit property declarations **************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UDEPRECATED_RigVMSelectNode_Statics UObject* (*const Z_Construct_UClass_UDEPRECATED_RigVMSelectNode_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_URigVMTemplateNode, (UObject* (*)())Z_Construct_UPackage__Script_RigVMDeveloper, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDEPRECATED_RigVMSelectNode_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UDEPRECATED_RigVMSelectNode_Statics::ClassParams = { &UDEPRECATED_RigVMSelectNode::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x020802A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDEPRECATED_RigVMSelectNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UDEPRECATED_RigVMSelectNode_Statics::Class_MetaDataParams) }; void UDEPRECATED_RigVMSelectNode::StaticRegisterNativesUDEPRECATED_RigVMSelectNode() { } UClass* Z_Construct_UClass_UDEPRECATED_RigVMSelectNode() { if (!Z_Registration_Info_UClass_UDEPRECATED_RigVMSelectNode.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDEPRECATED_RigVMSelectNode.OuterSingleton, Z_Construct_UClass_UDEPRECATED_RigVMSelectNode_Statics::ClassParams); } return Z_Registration_Info_UClass_UDEPRECATED_RigVMSelectNode.OuterSingleton; } UDEPRECATED_RigVMSelectNode::UDEPRECATED_RigVMSelectNode() {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDEPRECATED_RigVMSelectNode); UDEPRECATED_RigVMSelectNode::~UDEPRECATED_RigVMSelectNode() {} // ********** End Class UDEPRECATED_RigVMSelectNode ************************************************ // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMSelectNode_h__Script_RigVMDeveloper_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UDEPRECATED_RigVMSelectNode, UDEPRECATED_RigVMSelectNode::StaticClass, TEXT("UDEPRECATED_RigVMSelectNode"), &Z_Registration_Info_UClass_UDEPRECATED_RigVMSelectNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDEPRECATED_RigVMSelectNode), 1855124996U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMSelectNode_h__Script_RigVMDeveloper_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMSelectNode_h__Script_RigVMDeveloper_7493590{ TEXT("/Script/RigVMDeveloper"), Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMSelectNode_h__Script_RigVMDeveloper_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMSelectNode_h__Script_RigVMDeveloper_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS