// 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 "PyWrapperDelegate.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodePyWrapperDelegate() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPythonCallableForDelegate(); PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPythonCallableForDelegate_NoRegister(); PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPythonResourceOwner_NoRegister(); UPackage* Z_Construct_UPackage__Script_PythonScriptPlugin(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UPythonCallableForDelegate *********************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UPythonCallableForDelegate; UClass* UPythonCallableForDelegate::GetPrivateStaticClass() { using TClass = UPythonCallableForDelegate; if (!Z_Registration_Info_UClass_UPythonCallableForDelegate.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("PythonCallableForDelegate"), Z_Registration_Info_UClass_UPythonCallableForDelegate.InnerSingleton, StaticRegisterNativesUPythonCallableForDelegate, 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_UPythonCallableForDelegate.InnerSingleton; } UClass* Z_Construct_UClass_UPythonCallableForDelegate_NoRegister() { return UPythonCallableForDelegate::GetPrivateStaticClass(); } struct Z_Construct_UClass_UPythonCallableForDelegate_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * UObject proxy base used to wrap a callable Python object so that it can be used with an Unreal delegate\n * @note This can't go inside the WITH_PYTHON block due to UHT parsing limitations (it doesn't understand that macro)\n */" }, { "IncludePath", "PyWrapperDelegate.h" }, { "ModuleRelativePath", "Private/PyWrapperDelegate.h" }, { "ToolTip", "UObject proxy base used to wrap a callable Python object so that it can be used with an Unreal delegate\n@note This can't go inside the WITH_PYTHON block due to UHT parsing limitations (it doesn't understand that macro)" }, }; #endif // WITH_METADATA // ********** Begin Class UPythonCallableForDelegate constinit property declarations *************** // ********** End Class UPythonCallableForDelegate constinit property declarations ***************** static UObject* (*const DependentSingletons[])(); static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[]; static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UPythonCallableForDelegate_Statics UObject* (*const Z_Construct_UClass_UPythonCallableForDelegate_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UObject, (UObject* (*)())Z_Construct_UPackage__Script_PythonScriptPlugin, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPythonCallableForDelegate_Statics::DependentSingletons) < 16); const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UPythonCallableForDelegate_Statics::InterfaceParams[] = { { Z_Construct_UClass_UPythonResourceOwner_NoRegister, (int32)VTABLE_OFFSET(UPythonCallableForDelegate, IPythonResourceOwner), false }, // 2495480729 }; const UECodeGen_Private::FClassParams Z_Construct_UClass_UPythonCallableForDelegate_Statics::ClassParams = { &UPythonCallableForDelegate::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, InterfaceParams, UE_ARRAY_COUNT(DependentSingletons), 0, 0, UE_ARRAY_COUNT(InterfaceParams), 0x040000A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPythonCallableForDelegate_Statics::Class_MetaDataParams), Z_Construct_UClass_UPythonCallableForDelegate_Statics::Class_MetaDataParams) }; void UPythonCallableForDelegate::StaticRegisterNativesUPythonCallableForDelegate() { } UClass* Z_Construct_UClass_UPythonCallableForDelegate() { if (!Z_Registration_Info_UClass_UPythonCallableForDelegate.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPythonCallableForDelegate.OuterSingleton, Z_Construct_UClass_UPythonCallableForDelegate_Statics::ClassParams); } return Z_Registration_Info_UClass_UPythonCallableForDelegate.OuterSingleton; } UPythonCallableForDelegate::UPythonCallableForDelegate(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPythonCallableForDelegate); UPythonCallableForDelegate::~UPythonCallableForDelegate() {} // ********** End Class UPythonCallableForDelegate ************************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyWrapperDelegate_h__Script_PythonScriptPlugin_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UPythonCallableForDelegate, UPythonCallableForDelegate::StaticClass, TEXT("UPythonCallableForDelegate"), &Z_Registration_Info_UClass_UPythonCallableForDelegate, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPythonCallableForDelegate), 1501215186U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyWrapperDelegate_h__Script_PythonScriptPlugin_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyWrapperDelegate_h__Script_PythonScriptPlugin_2140950918{ TEXT("/Script/PythonScriptPlugin"), Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyWrapperDelegate_h__Script_PythonScriptPlugin_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyWrapperDelegate_h__Script_PythonScriptPlugin_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS