// 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/RigVMFunctionInterfaceNode.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeRigVMFunctionInterfaceNode() {} // ********** Begin Cross Module References ******************************************************** RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMFunctionInterfaceNode(); RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMFunctionInterfaceNode_NoRegister(); RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMTemplateNode(); UPackage* Z_Construct_UPackage__Script_RigVMDeveloper(); // ********** End Cross Module References ********************************************************** // ********** Begin Class URigVMFunctionInterfaceNode ********************************************** FClassRegistrationInfo Z_Registration_Info_UClass_URigVMFunctionInterfaceNode; UClass* URigVMFunctionInterfaceNode::GetPrivateStaticClass() { using TClass = URigVMFunctionInterfaceNode; if (!Z_Registration_Info_UClass_URigVMFunctionInterfaceNode.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("RigVMFunctionInterfaceNode"), Z_Registration_Info_UClass_URigVMFunctionInterfaceNode.InnerSingleton, StaticRegisterNativesURigVMFunctionInterfaceNode, 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_URigVMFunctionInterfaceNode.InnerSingleton; } UClass* Z_Construct_UClass_URigVMFunctionInterfaceNode_NoRegister() { return URigVMFunctionInterfaceNode::GetPrivateStaticClass(); } struct Z_Construct_UClass_URigVMFunctionInterfaceNode_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "BlueprintType", "true" }, { "Comment", "/**\n * The Function Interface node is is used as the base class for\n * both the entry and return nodes.\n */" }, { "IncludePath", "RigVMModel/Nodes/RigVMFunctionInterfaceNode.h" }, { "ModuleRelativePath", "Public/RigVMModel/Nodes/RigVMFunctionInterfaceNode.h" }, { "ToolTip", "The Function Interface node is is used as the base class for\nboth the entry and return nodes." }, }; #endif // WITH_METADATA // ********** Begin Class URigVMFunctionInterfaceNode constinit property declarations ************** // ********** End Class URigVMFunctionInterfaceNode constinit property declarations **************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_URigVMFunctionInterfaceNode_Statics UObject* (*const Z_Construct_UClass_URigVMFunctionInterfaceNode_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_URigVMTemplateNode, (UObject* (*)())Z_Construct_UPackage__Script_RigVMDeveloper, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMFunctionInterfaceNode_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_URigVMFunctionInterfaceNode_Statics::ClassParams = { &URigVMFunctionInterfaceNode::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x000800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMFunctionInterfaceNode_Statics::Class_MetaDataParams), Z_Construct_UClass_URigVMFunctionInterfaceNode_Statics::Class_MetaDataParams) }; void URigVMFunctionInterfaceNode::StaticRegisterNativesURigVMFunctionInterfaceNode() { } UClass* Z_Construct_UClass_URigVMFunctionInterfaceNode() { if (!Z_Registration_Info_UClass_URigVMFunctionInterfaceNode.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_URigVMFunctionInterfaceNode.OuterSingleton, Z_Construct_UClass_URigVMFunctionInterfaceNode_Statics::ClassParams); } return Z_Registration_Info_UClass_URigVMFunctionInterfaceNode.OuterSingleton; } URigVMFunctionInterfaceNode::URigVMFunctionInterfaceNode() {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, URigVMFunctionInterfaceNode); URigVMFunctionInterfaceNode::~URigVMFunctionInterfaceNode() {} // ********** End Class URigVMFunctionInterfaceNode ************************************************ // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMFunctionInterfaceNode_h__Script_RigVMDeveloper_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_URigVMFunctionInterfaceNode, URigVMFunctionInterfaceNode::StaticClass, TEXT("URigVMFunctionInterfaceNode"), &Z_Registration_Info_UClass_URigVMFunctionInterfaceNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(URigVMFunctionInterfaceNode), 1728254935U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMFunctionInterfaceNode_h__Script_RigVMDeveloper_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMFunctionInterfaceNode_h__Script_RigVMDeveloper_36387249{ TEXT("/Script/RigVMDeveloper"), Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMFunctionInterfaceNode_h__Script_RigVMDeveloper_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMFunctionInterfaceNode_h__Script_RigVMDeveloper_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS