// 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 "AIGraph.h" #include "Serialization/ArchiveUObjectFromStructuredArchive.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeAIGraph() {} // ********** Begin Cross Module References ******************************************************** AIGRAPH_API UClass* Z_Construct_UClass_UAIGraph(); AIGRAPH_API UClass* Z_Construct_UClass_UAIGraph_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UEdGraph(); UPackage* Z_Construct_UPackage__Script_AIGraph(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UAIGraph ***************************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UAIGraph; UClass* UAIGraph::GetPrivateStaticClass() { using TClass = UAIGraph; if (!Z_Registration_Info_UClass_UAIGraph.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("AIGraph"), Z_Registration_Info_UClass_UAIGraph.InnerSingleton, StaticRegisterNativesUAIGraph, 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_UAIGraph.InnerSingleton; } UClass* Z_Construct_UClass_UAIGraph_NoRegister() { return UAIGraph::GetPrivateStaticClass(); } struct Z_Construct_UClass_UAIGraph_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "AIGraph.h" }, { "ModuleRelativePath", "Classes/AIGraph.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GraphVersion_MetaData[] = { { "ModuleRelativePath", "Classes/AIGraph.h" }, }; #endif // WITH_METADATA // ********** Begin Class UAIGraph constinit property declarations ********************************* static const UECodeGen_Private::FIntPropertyParams NewProp_GraphVersion; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UAIGraph constinit property declarations *********************************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UAIGraph_Statics // ********** Begin Class UAIGraph Property Definitions ******************************************** const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UAIGraph_Statics::NewProp_GraphVersion = { "GraphVersion", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAIGraph, GraphVersion), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GraphVersion_MetaData), NewProp_GraphVersion_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAIGraph_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAIGraph_Statics::NewProp_GraphVersion, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAIGraph_Statics::PropPointers) < 2048); // ********** End Class UAIGraph Property Definitions ********************************************** UObject* (*const Z_Construct_UClass_UAIGraph_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UEdGraph, (UObject* (*)())Z_Construct_UPackage__Script_AIGraph, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAIGraph_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UAIGraph_Statics::ClassParams = { &UAIGraph::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UAIGraph_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UAIGraph_Statics::PropPointers), 0, 0x000800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAIGraph_Statics::Class_MetaDataParams), Z_Construct_UClass_UAIGraph_Statics::Class_MetaDataParams) }; void UAIGraph::StaticRegisterNativesUAIGraph() { } UClass* Z_Construct_UClass_UAIGraph() { if (!Z_Registration_Info_UClass_UAIGraph.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAIGraph.OuterSingleton, Z_Construct_UClass_UAIGraph_Statics::ClassParams); } return Z_Registration_Info_UClass_UAIGraph.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAIGraph); UAIGraph::~UAIGraph() {} IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(UAIGraph) // ********** End Class UAIGraph ******************************************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_AIGraph_Classes_AIGraph_h__Script_AIGraph_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UAIGraph, UAIGraph::StaticClass, TEXT("UAIGraph"), &Z_Registration_Info_UClass_UAIGraph, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAIGraph), 141148764U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_AIGraph_Classes_AIGraph_h__Script_AIGraph_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_AIGraph_Classes_AIGraph_h__Script_AIGraph_3866743157{ TEXT("/Script/AIGraph"), Z_CompiledInDeferFile_FID_Engine_Source_Editor_AIGraph_Classes_AIGraph_h__Script_AIGraph_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_AIGraph_Classes_AIGraph_h__Script_AIGraph_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS