Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/PythonScriptPlugin/UHT/PyWrapperObject.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

128 lines
6.6 KiB
C++

// 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 "PyWrapperObject.h"
#include "UObject/Package.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodePyWrapperObject() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UClass();
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPythonGeneratedClass();
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPythonGeneratedClass_NoRegister();
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPythonResourceOwner_NoRegister();
UPackage* Z_Construct_UPackage__Script_PythonScriptPlugin();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UPythonGeneratedClass ****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UPythonGeneratedClass;
UClass* UPythonGeneratedClass::GetPrivateStaticClass()
{
using TClass = UPythonGeneratedClass;
if (!Z_Registration_Info_UClass_UPythonGeneratedClass.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("PythonGeneratedClass"),
Z_Registration_Info_UClass_UPythonGeneratedClass.InnerSingleton,
StaticRegisterNativesUPythonGeneratedClass,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UPythonGeneratedClass.InnerSingleton;
}
UClass* Z_Construct_UClass_UPythonGeneratedClass_NoRegister()
{
return UPythonGeneratedClass::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UPythonGeneratedClass_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** An Unreal class that was generated from a Python type */" },
{ "IncludePath", "PyWrapperObject.h" },
{ "ModuleRelativePath", "Private/PyWrapperObject.h" },
{ "ToolTip", "An Unreal class that was generated from a Python type" },
};
#endif // WITH_METADATA
// ********** Begin Class UPythonGeneratedClass constinit property declarations ********************
// ********** End Class UPythonGeneratedClass constinit property declarations **********************
static UObject* (*const DependentSingletons[])();
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UPythonGeneratedClass>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UPythonGeneratedClass_Statics
UObject* (*const Z_Construct_UClass_UPythonGeneratedClass_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UClass,
(UObject* (*)())Z_Construct_UPackage__Script_PythonScriptPlugin,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPythonGeneratedClass_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UPythonGeneratedClass_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_UPythonResourceOwner_NoRegister, (int32)VTABLE_OFFSET(UPythonGeneratedClass, IPythonResourceOwner), false }, // 2495480729
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPythonGeneratedClass_Statics::ClassParams = {
&UPythonGeneratedClass::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
UE_ARRAY_COUNT(InterfaceParams),
0x000000A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPythonGeneratedClass_Statics::Class_MetaDataParams), Z_Construct_UClass_UPythonGeneratedClass_Statics::Class_MetaDataParams)
};
void UPythonGeneratedClass::StaticRegisterNativesUPythonGeneratedClass()
{
}
UClass* Z_Construct_UClass_UPythonGeneratedClass()
{
if (!Z_Registration_Info_UClass_UPythonGeneratedClass.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPythonGeneratedClass.OuterSingleton, Z_Construct_UClass_UPythonGeneratedClass_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UPythonGeneratedClass.OuterSingleton;
}
UPythonGeneratedClass::UPythonGeneratedClass(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPythonGeneratedClass);
UPythonGeneratedClass::~UPythonGeneratedClass() {}
// ********** End Class UPythonGeneratedClass ******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyWrapperObject_h__Script_PythonScriptPlugin_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UPythonGeneratedClass, UPythonGeneratedClass::StaticClass, TEXT("UPythonGeneratedClass"), &Z_Registration_Info_UClass_UPythonGeneratedClass, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPythonGeneratedClass), 3052653556U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyWrapperObject_h__Script_PythonScriptPlugin_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyWrapperObject_h__Script_PythonScriptPlugin_2419842693{
TEXT("/Script/PythonScriptPlugin"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyWrapperObject_h__Script_PythonScriptPlugin_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PyWrapperObject_h__Script_PythonScriptPlugin_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS