// 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 "Dataflow/DataflowSubGraph.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeDataflowSubGraph() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid(); DATAFLOWENGINE_API UClass* Z_Construct_UClass_UDataflowSubGraph(); DATAFLOWENGINE_API UClass* Z_Construct_UClass_UDataflowSubGraph_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UEdGraph(); UPackage* Z_Construct_UPackage__Script_DataflowEngine(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UDataflowSubGraph ******************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowSubGraph; UClass* UDataflowSubGraph::GetPrivateStaticClass() { using TClass = UDataflowSubGraph; if (!Z_Registration_Info_UClass_UDataflowSubGraph.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("DataflowSubGraph"), Z_Registration_Info_UClass_UDataflowSubGraph.InnerSingleton, StaticRegisterNativesUDataflowSubGraph, 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_UDataflowSubGraph.InnerSingleton; } UClass* Z_Construct_UClass_UDataflowSubGraph_NoRegister() { return UDataflowSubGraph::GetPrivateStaticClass(); } struct Z_Construct_UClass_UDataflowSubGraph_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "Dataflow/DataflowSubGraph.h" }, { "ModuleRelativePath", "Public/Dataflow/DataflowSubGraph.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SubGraphGuid_MetaData[] = { { "Comment", "/**\n\x09* Guid that uniquely identify this SubGraph\n\x09* this allow to identify the SubGraph across renames for example \n\x09*/" }, { "ModuleRelativePath", "Public/Dataflow/DataflowSubGraph.h" }, { "ToolTip", "Guid that uniquely identify this SubGraph\nthis allow to identify the SubGraph across renames for example" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsForEach_MetaData[] = { { "ModuleRelativePath", "Public/Dataflow/DataflowSubGraph.h" }, }; #endif // WITH_METADATA // ********** Begin Class UDataflowSubGraph constinit property declarations ************************ static const UECodeGen_Private::FStructPropertyParams NewProp_SubGraphGuid; static void NewProp_bIsForEach_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsForEach; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UDataflowSubGraph constinit property declarations ************************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UDataflowSubGraph_Statics // ********** Begin Class UDataflowSubGraph Property Definitions *********************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UDataflowSubGraph_Statics::NewProp_SubGraphGuid = { "SubGraphGuid", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowSubGraph, SubGraphGuid), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SubGraphGuid_MetaData), NewProp_SubGraphGuid_MetaData) }; void Z_Construct_UClass_UDataflowSubGraph_Statics::NewProp_bIsForEach_SetBit(void* Obj) { ((UDataflowSubGraph*)Obj)->bIsForEach = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDataflowSubGraph_Statics::NewProp_bIsForEach = { "bIsForEach", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDataflowSubGraph), &Z_Construct_UClass_UDataflowSubGraph_Statics::NewProp_bIsForEach_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsForEach_MetaData), NewProp_bIsForEach_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDataflowSubGraph_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowSubGraph_Statics::NewProp_SubGraphGuid, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowSubGraph_Statics::NewProp_bIsForEach, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowSubGraph_Statics::PropPointers) < 2048); // ********** End Class UDataflowSubGraph Property Definitions ************************************* UObject* (*const Z_Construct_UClass_UDataflowSubGraph_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UEdGraph, (UObject* (*)())Z_Construct_UPackage__Script_DataflowEngine, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowSubGraph_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowSubGraph_Statics::ClassParams = { &UDataflowSubGraph::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UDataflowSubGraph_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowSubGraph_Statics::PropPointers), 0, 0x000800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowSubGraph_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowSubGraph_Statics::Class_MetaDataParams) }; void UDataflowSubGraph::StaticRegisterNativesUDataflowSubGraph() { } UClass* Z_Construct_UClass_UDataflowSubGraph() { if (!Z_Registration_Info_UClass_UDataflowSubGraph.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowSubGraph.OuterSingleton, Z_Construct_UClass_UDataflowSubGraph_Statics::ClassParams); } return Z_Registration_Info_UClass_UDataflowSubGraph.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowSubGraph); UDataflowSubGraph::~UDataflowSubGraph() {} // ********** End Class UDataflowSubGraph ********************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowSubGraph_h__Script_DataflowEngine_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UDataflowSubGraph, UDataflowSubGraph::StaticClass, TEXT("UDataflowSubGraph"), &Z_Registration_Info_UClass_UDataflowSubGraph, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowSubGraph), 2796284773U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowSubGraph_h__Script_DataflowEngine_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowSubGraph_h__Script_DataflowEngine_3390741243{ TEXT("/Script/DataflowEngine"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowSubGraph_h__Script_DataflowEngine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowSubGraph_h__Script_DataflowEngine_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS