// 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 "DataInterface/NiagaraDataInterfaceDataTable.h" #include "NiagaraCommon.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeNiagaraDataInterfaceDataTable() {} // ********** Begin Cross Module References ******************************************************** ENGINE_API UClass* Z_Construct_UClass_UDataTable_NoRegister(); NIAGARA_API UClass* Z_Construct_UClass_UNiagaraDataInterface(); NIAGARA_API UClass* Z_Construct_UClass_UNiagaraDataInterfaceDataTable(); NIAGARA_API UClass* Z_Construct_UClass_UNiagaraDataInterfaceDataTable_NoRegister(); NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraUserParameterBinding(); UPackage* Z_Construct_UPackage__Script_Niagara(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UNiagaraDataInterfaceDataTable ******************************************* FClassRegistrationInfo Z_Registration_Info_UClass_UNiagaraDataInterfaceDataTable; UClass* UNiagaraDataInterfaceDataTable::GetPrivateStaticClass() { using TClass = UNiagaraDataInterfaceDataTable; if (!Z_Registration_Info_UClass_UNiagaraDataInterfaceDataTable.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("NiagaraDataInterfaceDataTable"), Z_Registration_Info_UClass_UNiagaraDataInterfaceDataTable.InnerSingleton, StaticRegisterNativesUNiagaraDataInterfaceDataTable, 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_UNiagaraDataInterfaceDataTable.InnerSingleton; } UClass* Z_Construct_UClass_UNiagaraDataInterfaceDataTable_NoRegister() { return UNiagaraDataInterfaceDataTable::GetPrivateStaticClass(); } struct Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\nData interface that allows you to read rows from data tables.\nYou can read data either using a list of filtered row names, directly by index.\n*/" }, { "DevelopmentStatus", "Experimental" }, { "DisplayName", "Data Table" }, { "IncludePath", "DataInterface/NiagaraDataInterfaceDataTable.h" }, { "ModuleRelativePath", "Internal/DataInterface/NiagaraDataInterfaceDataTable.h" }, { "ToolTip", "Data interface that allows you to read rows from data tables.\nYou can read data either using a list of filtered row names, directly by index." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DataTable_MetaData[] = { { "Category", "DataTable" }, { "Comment", "/** Default DataTable to use can be overriden using the parameter binding. */" }, { "ModuleRelativePath", "Internal/DataInterface/NiagaraDataInterfaceDataTable.h" }, { "ToolTip", "Default DataTable to use can be overriden using the parameter binding." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FilteredRowNames_MetaData[] = { { "Category", "DataTable" }, { "Comment", "/** List of Row Names to read from the DataTable. */" }, { "ModuleRelativePath", "Internal/DataInterface/NiagaraDataInterfaceDataTable.h" }, { "ToolTip", "List of Row Names to read from the DataTable." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ObjectParameterBinding_MetaData[] = { { "Category", "DataTable" }, { "Comment", "/** Parameter binding that can be used to override the default table. */" }, { "ModuleRelativePath", "Internal/DataInterface/NiagaraDataInterfaceDataTable.h" }, { "ToolTip", "Parameter binding that can be used to override the default table." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCreateFilteredTable_MetaData[] = { { "ModuleRelativePath", "Internal/DataInterface/NiagaraDataInterfaceDataTable.h" }, }; #endif // WITH_METADATA // ********** Begin Class UNiagaraDataInterfaceDataTable constinit property declarations *********** static const UECodeGen_Private::FObjectPropertyParams NewProp_DataTable; static const UECodeGen_Private::FNamePropertyParams NewProp_FilteredRowNames_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_FilteredRowNames; static const UECodeGen_Private::FStructPropertyParams NewProp_ObjectParameterBinding; static void NewProp_bCreateFilteredTable_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bCreateFilteredTable; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UNiagaraDataInterfaceDataTable constinit property declarations ************* static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics // ********** Begin Class UNiagaraDataInterfaceDataTable Property Definitions ********************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::NewProp_DataTable = { "DataTable", nullptr, (EPropertyFlags)0x0144000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraDataInterfaceDataTable, DataTable), Z_Construct_UClass_UDataTable_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DataTable_MetaData), NewProp_DataTable_MetaData) }; const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::NewProp_FilteredRowNames_Inner = { "FilteredRowNames", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::NewProp_FilteredRowNames = { "FilteredRowNames", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraDataInterfaceDataTable, FilteredRowNames), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FilteredRowNames_MetaData), NewProp_FilteredRowNames_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::NewProp_ObjectParameterBinding = { "ObjectParameterBinding", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraDataInterfaceDataTable, ObjectParameterBinding), Z_Construct_UScriptStruct_FNiagaraUserParameterBinding, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ObjectParameterBinding_MetaData), NewProp_ObjectParameterBinding_MetaData) }; // 184253120 void Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::NewProp_bCreateFilteredTable_SetBit(void* Obj) { ((UNiagaraDataInterfaceDataTable*)Obj)->bCreateFilteredTable = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::NewProp_bCreateFilteredTable = { "bCreateFilteredTable", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UNiagaraDataInterfaceDataTable), &Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::NewProp_bCreateFilteredTable_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCreateFilteredTable_MetaData), NewProp_bCreateFilteredTable_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::NewProp_DataTable, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::NewProp_FilteredRowNames_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::NewProp_FilteredRowNames, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::NewProp_ObjectParameterBinding, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::NewProp_bCreateFilteredTable, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::PropPointers) < 2048); // ********** End Class UNiagaraDataInterfaceDataTable Property Definitions ************************ UObject* (*const Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UNiagaraDataInterface, (UObject* (*)())Z_Construct_UPackage__Script_Niagara, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::ClassParams = { &UNiagaraDataInterfaceDataTable::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::PropPointers), 0, 0x000830A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::Class_MetaDataParams), Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::Class_MetaDataParams) }; void UNiagaraDataInterfaceDataTable::StaticRegisterNativesUNiagaraDataInterfaceDataTable() { } UClass* Z_Construct_UClass_UNiagaraDataInterfaceDataTable() { if (!Z_Registration_Info_UClass_UNiagaraDataInterfaceDataTable.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNiagaraDataInterfaceDataTable.OuterSingleton, Z_Construct_UClass_UNiagaraDataInterfaceDataTable_Statics::ClassParams); } return Z_Registration_Info_UClass_UNiagaraDataInterfaceDataTable.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNiagaraDataInterfaceDataTable); UNiagaraDataInterfaceDataTable::~UNiagaraDataInterfaceDataTable() {} // ********** End Class UNiagaraDataInterfaceDataTable ********************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_DataInterface_NiagaraDataInterfaceDataTable_h__Script_Niagara_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UNiagaraDataInterfaceDataTable, UNiagaraDataInterfaceDataTable::StaticClass, TEXT("UNiagaraDataInterfaceDataTable"), &Z_Registration_Info_UClass_UNiagaraDataInterfaceDataTable, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNiagaraDataInterfaceDataTable), 2297648117U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_DataInterface_NiagaraDataInterfaceDataTable_h__Script_Niagara_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_DataInterface_NiagaraDataInterfaceDataTable_h__Script_Niagara_1706502920{ TEXT("/Script/Niagara"), Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_DataInterface_NiagaraDataInterfaceDataTable_h__Script_Niagara_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_DataInterface_NiagaraDataInterfaceDataTable_h__Script_Niagara_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS