279 lines
18 KiB
C++
279 lines
18 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 "NiagaraComponentPool.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeNiagaraComponentPool() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
||
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraComponent_NoRegister();
|
||
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraComponentPool();
|
||
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraComponentPool_NoRegister();
|
||
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraSystem_NoRegister();
|
||
|
|
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNCPool();
|
||
|
|
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNCPoolElement();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_Niagara();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNCPoolElement ****************************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FNCPoolElement_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FNCPoolElement); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FNCPoolElement); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/NiagaraComponentPool.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Component_MetaData[] = {
|
||
|
|
{ "EditInline", "true" },
|
||
|
|
{ "ModuleRelativePath", "Public/NiagaraComponentPool.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNCPoolElement constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Component;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FNCPoolElement constinit property declarations **********************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNCPoolElement>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FNCPoolElement_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNCPoolElement;
|
||
|
|
class UScriptStruct* FNCPoolElement::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FNCPoolElement.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FNCPoolElement.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNCPoolElement, (UObject*)Z_Construct_UPackage__Script_Niagara(), TEXT("NCPoolElement"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FNCPoolElement.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNCPoolElement Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FNCPoolElement_Statics::NewProp_Component = { "Component", nullptr, (EPropertyFlags)0x0114000000082008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNCPoolElement, Component), Z_Construct_UClass_UNiagaraComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Component_MetaData), NewProp_Component_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNCPoolElement_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNCPoolElement_Statics::NewProp_Component,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNCPoolElement_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FNCPoolElement Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNCPoolElement_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"NCPoolElement",
|
||
|
|
Z_Construct_UScriptStruct_FNCPoolElement_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNCPoolElement_Statics::PropPointers),
|
||
|
|
sizeof(FNCPoolElement),
|
||
|
|
alignof(FNCPoolElement),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000005),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNCPoolElement_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNCPoolElement_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FNCPoolElement()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FNCPoolElement.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNCPoolElement.InnerSingleton, Z_Construct_UScriptStruct_FNCPoolElement_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNCPoolElement.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FNCPoolElement ******************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNCPool ***********************************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FNCPool_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FNCPool); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FNCPool); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/NiagaraComponentPool.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FreeElements_MetaData[] = {
|
||
|
|
{ "Comment", "//Collection of all currently allocated, free items ready to be grabbed for use.\n//TODO: Change this to a FIFO queue to get better usage. May need to make this whole class behave similar to TCircularQueue.\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/NiagaraComponentPool.h" },
|
||
|
|
{ "ToolTip", "Collection of all currently allocated, free items ready to be grabbed for use.\nTODO: Change this to a FIFO queue to get better usage. May need to make this whole class behave similar to TCircularQueue." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNCPool constinit property declarations ***************************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_FreeElements_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_FreeElements;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FNCPool constinit property declarations *****************************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNCPool>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FNCPool_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNCPool;
|
||
|
|
class UScriptStruct* FNCPool::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FNCPool.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FNCPool.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNCPool, (UObject*)Z_Construct_UPackage__Script_Niagara(), TEXT("NCPool"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FNCPool.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FNCPool Property Definitions **************************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNCPool_Statics::NewProp_FreeElements_Inner = { "FreeElements", nullptr, (EPropertyFlags)0x0000008000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FNCPoolElement, METADATA_PARAMS(0, nullptr) }; // 135775630
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FNCPool_Statics::NewProp_FreeElements = { "FreeElements", nullptr, (EPropertyFlags)0x0010008000002000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNCPool, FreeElements), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FreeElements_MetaData), NewProp_FreeElements_MetaData) }; // 135775630
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNCPool_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNCPool_Statics::NewProp_FreeElements_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNCPool_Statics::NewProp_FreeElements,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNCPool_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FNCPool Property Definitions ****************************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNCPool_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"NCPool",
|
||
|
|
Z_Construct_UScriptStruct_FNCPool_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNCPool_Statics::PropPointers),
|
||
|
|
sizeof(FNCPool),
|
||
|
|
alignof(FNCPool),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000005),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNCPool_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNCPool_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FNCPool()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FNCPool.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNCPool.InnerSingleton, Z_Construct_UScriptStruct_FNCPool_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNCPool.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FNCPool *************************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraComponentPool ****************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UNiagaraComponentPool;
|
||
|
|
UClass* UNiagaraComponentPool::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UNiagaraComponentPool;
|
||
|
|
if (!Z_Registration_Info_UClass_UNiagaraComponentPool.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("NiagaraComponentPool"),
|
||
|
|
Z_Registration_Info_UClass_UNiagaraComponentPool.InnerSingleton,
|
||
|
|
StaticRegisterNativesUNiagaraComponentPool,
|
||
|
|
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_UNiagaraComponentPool.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UNiagaraComponentPool_NoRegister()
|
||
|
|
{
|
||
|
|
return UNiagaraComponentPool::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UNiagaraComponentPool_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "IncludePath", "NiagaraComponentPool.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/NiagaraComponentPool.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WorldParticleSystemPools_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/NiagaraComponentPool.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraComponentPool constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_WorldParticleSystemPools_ValueProp;
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_WorldParticleSystemPools_Key_KeyProp;
|
||
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_WorldParticleSystemPools;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UNiagaraComponentPool constinit property declarations **********************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UNiagaraComponentPool>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UNiagaraComponentPool_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraComponentPool Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraComponentPool_Statics::NewProp_WorldParticleSystemPools_ValueProp = { "WorldParticleSystemPools", nullptr, (EPropertyFlags)0x0000008000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FNCPool, METADATA_PARAMS(0, nullptr) }; // 1903849533
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UNiagaraComponentPool_Statics::NewProp_WorldParticleSystemPools_Key_KeyProp = { "WorldParticleSystemPools_Key", nullptr, (EPropertyFlags)0x0004008000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UNiagaraSystem_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UNiagaraComponentPool_Statics::NewProp_WorldParticleSystemPools = { "WorldParticleSystemPools", nullptr, (EPropertyFlags)0x0040008000000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraComponentPool, WorldParticleSystemPools), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WorldParticleSystemPools_MetaData), NewProp_WorldParticleSystemPools_MetaData) }; // 1903849533
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UNiagaraComponentPool_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponentPool_Statics::NewProp_WorldParticleSystemPools_ValueProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponentPool_Statics::NewProp_WorldParticleSystemPools_Key_KeyProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraComponentPool_Statics::NewProp_WorldParticleSystemPools,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraComponentPool_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UNiagaraComponentPool Property Definitions *********************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UNiagaraComponentPool_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraComponentPool_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNiagaraComponentPool_Statics::ClassParams = {
|
||
|
|
&UNiagaraComponentPool::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UNiagaraComponentPool_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraComponentPool_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x008800A8u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraComponentPool_Statics::Class_MetaDataParams), Z_Construct_UClass_UNiagaraComponentPool_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UNiagaraComponentPool::StaticRegisterNativesUNiagaraComponentPool()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UNiagaraComponentPool()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UNiagaraComponentPool.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNiagaraComponentPool.OuterSingleton, Z_Construct_UClass_UNiagaraComponentPool_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UNiagaraComponentPool.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNiagaraComponentPool);
|
||
|
|
// ********** End Class UNiagaraComponentPool ******************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraComponentPool_h__Script_Niagara_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FNCPoolElement::StaticStruct, Z_Construct_UScriptStruct_FNCPoolElement_Statics::NewStructOps, TEXT("NCPoolElement"),&Z_Registration_Info_UScriptStruct_FNCPoolElement, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNCPoolElement), 135775630U) },
|
||
|
|
{ FNCPool::StaticStruct, Z_Construct_UScriptStruct_FNCPool_Statics::NewStructOps, TEXT("NCPool"),&Z_Registration_Info_UScriptStruct_FNCPool, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNCPool), 1903849533U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UNiagaraComponentPool, UNiagaraComponentPool::StaticClass, TEXT("UNiagaraComponentPool"), &Z_Registration_Info_UClass_UNiagaraComponentPool, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNiagaraComponentPool), 3371826392U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraComponentPool_h__Script_Niagara_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraComponentPool_h__Script_Niagara_3040854145{
|
||
|
|
TEXT("/Script/Niagara"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraComponentPool_h__Script_Niagara_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraComponentPool_h__Script_Niagara_Statics::ClassInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraComponentPool_h__Script_Niagara_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraComponentPool_h__Script_Niagara_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|