// 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 "PyWrapperEnum.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodePyWrapperEnum() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UEnum(); PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPythonGeneratedEnum(); PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPythonGeneratedEnum_NoRegister(); PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPythonResourceOwner_NoRegister(); UPackage* Z_Construct_UPackage__Script_PythonScriptPlugin(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UPythonGeneratedEnum ***************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UPythonGeneratedEnum; UClass* UPythonGeneratedEnum::GetPrivateStaticClass() { using TClass = UPythonGeneratedEnum; if (!Z_Registration_Info_UClass_UPythonGeneratedEnum.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("PythonGeneratedEnum"), Z_Registration_Info_UClass_UPythonGeneratedEnum.InnerSingleton, StaticRegisterNativesUPythonGeneratedEnum, 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_UPythonGeneratedEnum.InnerSingleton; } UClass* Z_Construct_UClass_UPythonGeneratedEnum_NoRegister() { return UPythonGeneratedEnum::GetPrivateStaticClass(); } struct Z_Construct_UClass_UPythonGeneratedEnum_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/** An Unreal enum that was generated from a Python type */" }, { "IncludePath", "PyWrapperEnum.h" }, { "ModuleRelativePath", "Private/PyWrapperEnum.h" }, { "ToolTip", "An Unreal enum that was generated from a Python type" }, }; #endif // WITH_METADATA // ********** Begin Class UPythonGeneratedEnum constinit property declarations ********************* // ********** End Class UPythonGeneratedEnum 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_UPythonGeneratedEnum_Statics UObject* (*const Z_Construct_UClass_UPythonGeneratedEnum_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UEnum, (UObject* (*)())Z_Construct_UPackage__Script_PythonScriptPlugin, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPythonGeneratedEnum_Statics::DependentSingletons) < 16); const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UPythonGeneratedEnum_Statics::InterfaceParams[] = { { Z_Construct_UClass_UPythonResourceOwner_NoRegister, (int32)VTABLE_OFFSET(UPythonGeneratedEnum, IPythonResourceOwner), false }, // 2495480729 }; const UECodeGen_Private::FClassParams Z_Construct_UClass_UPythonGeneratedEnum_Statics::ClassParams = { &UPythonGeneratedEnum::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, InterfaceParams, UE_ARRAY_COUNT(DependentSingletons), 0, 0, UE_ARRAY_COUNT(InterfaceParams), 0x000000A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPythonGeneratedEnum_Statics::Class_MetaDataParams), Z_Construct_UClass_UPythonGeneratedEnum_Statics::Class_MetaDataParams) }; void UPythonGeneratedEnum::StaticRegisterNativesUPythonGeneratedEnum() { } UClass* Z_Construct_UClass_UPythonGeneratedEnum() { if (!Z_Registration_Info_UClass_UPythonGeneratedEnum.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPythonGeneratedEnum.OuterSingleton, Z_Construct_UClass_UPythonGeneratedEnum_Statics::ClassParams); } return Z_Registration_Info_UClass_UPythonGeneratedEnum.OuterSingleton; } UPythonGeneratedEnum::UPythonGeneratedEnum(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPythonGeneratedEnum); UPythonGeneratedEnum::~UPythonGeneratedEnum() {} // ********** End Class UPythonGeneratedEnum ******************************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyWrapperEnum_h__Script_PythonScriptPlugin_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UPythonGeneratedEnum, UPythonGeneratedEnum::StaticClass, TEXT("UPythonGeneratedEnum"), &Z_Registration_Info_UClass_UPythonGeneratedEnum, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPythonGeneratedEnum), 3806457101U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyWrapperEnum_h__Script_PythonScriptPlugin_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyWrapperEnum_h__Script_PythonScriptPlugin_1207170869{ TEXT("/Script/PythonScriptPlugin"), Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyWrapperEnum_h__Script_PythonScriptPlugin_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyWrapperEnum_h__Script_PythonScriptPlugin_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS