Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,278 @@
// 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 "Particles/ParticleLODLevel.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeParticleLODLevel() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
ENGINE_API UClass* Z_Construct_UClass_UParticleLODLevel();
ENGINE_API UClass* Z_Construct_UClass_UParticleLODLevel_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UParticleModule_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UParticleModuleEventGenerator_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UParticleModuleEventReceiverBase_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UParticleModuleOrbit_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UParticleModuleRequired_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UParticleModuleSpawn_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UParticleModuleSpawnBase_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UParticleModuleTypeDataBase_NoRegister();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UParticleLODLevel ********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UParticleLODLevel;
UClass* UParticleLODLevel::GetPrivateStaticClass()
{
using TClass = UParticleLODLevel;
if (!Z_Registration_Info_UClass_UParticleLODLevel.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ParticleLODLevel"),
Z_Registration_Info_UClass_UParticleLODLevel.InnerSingleton,
StaticRegisterNativesUParticleLODLevel,
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_UParticleLODLevel.InnerSingleton;
}
UClass* Z_Construct_UClass_UParticleLODLevel_NoRegister()
{
return UParticleLODLevel::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UParticleLODLevel_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object" },
{ "IncludePath", "Particles/ParticleLODLevel.h" },
{ "ModuleRelativePath", "Classes/Particles/ParticleLODLevel.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Level_MetaData[] = {
{ "Comment", "/** The index value of the LOD level\x09\x09\x09\x09\x09\x09\x09\x09\x09\x09\x09\x09*/" },
{ "ModuleRelativePath", "Classes/Particles/ParticleLODLevel.h" },
{ "ToolTip", "The index value of the LOD level" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnabled_MetaData[] = {
{ "Comment", "/** True if the LOD level is enabled, meaning it should be updated and rendered.\x09*/" },
{ "ModuleRelativePath", "Classes/Particles/ParticleLODLevel.h" },
{ "ToolTip", "True if the LOD level is enabled, meaning it should be updated and rendered." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RequiredModule_MetaData[] = {
{ "Comment", "/** The required module for this LOD level\x09\x09\x09\x09\x09\x09\x09\x09\x09\x09\x09*/" },
{ "EditInline", "true" },
{ "ModuleRelativePath", "Classes/Particles/ParticleLODLevel.h" },
{ "ToolTip", "The required module for this LOD level" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Modules_Inner_MetaData[] = {
{ "Comment", "/** An array of particle modules that contain the adjusted data for the LOD level\x09*/" },
{ "EditInline", "true" },
{ "ModuleRelativePath", "Classes/Particles/ParticleLODLevel.h" },
{ "ToolTip", "An array of particle modules that contain the adjusted data for the LOD level" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Modules_MetaData[] = {
{ "Comment", "/** An array of particle modules that contain the adjusted data for the LOD level\x09*/" },
{ "EditInline", "true" },
{ "ModuleRelativePath", "Classes/Particles/ParticleLODLevel.h" },
{ "ToolTip", "An array of particle modules that contain the adjusted data for the LOD level" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TypeDataModule_MetaData[] = {
{ "Comment", "// Module<SINGULAR> used for emitter type \"extension\".\n" },
{ "ModuleRelativePath", "Classes/Particles/ParticleLODLevel.h" },
{ "ToolTip", "Module<SINGULAR> used for emitter type \"extension\"." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SpawnModule_MetaData[] = {
{ "Comment", "/** The SpawnRate/Burst module - required by all emitters. */" },
{ "ModuleRelativePath", "Classes/Particles/ParticleLODLevel.h" },
{ "ToolTip", "The SpawnRate/Burst module - required by all emitters." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EventGenerator_MetaData[] = {
{ "Comment", "/** The optional EventGenerator module. */" },
{ "ModuleRelativePath", "Classes/Particles/ParticleLODLevel.h" },
{ "ToolTip", "The optional EventGenerator module." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SpawningModules_MetaData[] = {
{ "Comment", "/** SpawningModules - These are called to determine how many particles to spawn.\x09*/" },
{ "ModuleRelativePath", "Classes/Particles/ParticleLODLevel.h" },
{ "ToolTip", "SpawningModules - These are called to determine how many particles to spawn." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SpawnModules_MetaData[] = {
{ "Comment", "/** SpawnModules - These are called when particles are spawned.\x09\x09\x09\x09\x09\x09*/" },
{ "ModuleRelativePath", "Classes/Particles/ParticleLODLevel.h" },
{ "ToolTip", "SpawnModules - These are called when particles are spawned." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UpdateModules_MetaData[] = {
{ "Comment", "/** UpdateModules - These are called when particles are updated.\x09\x09\x09\x09\x09*/" },
{ "ModuleRelativePath", "Classes/Particles/ParticleLODLevel.h" },
{ "ToolTip", "UpdateModules - These are called when particles are updated." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OrbitModules_MetaData[] = {
{ "Comment", "/** OrbitModules \n\x09 *\x09These are used to do offsets of the sprite from the particle location.\n\x09 */" },
{ "ModuleRelativePath", "Classes/Particles/ParticleLODLevel.h" },
{ "ToolTip", "OrbitModules\n These are used to do offsets of the sprite from the particle location." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EventReceiverModules_MetaData[] = {
{ "Comment", "/** Event receiver modules only! */" },
{ "ModuleRelativePath", "Classes/Particles/ParticleLODLevel.h" },
{ "ToolTip", "Event receiver modules only!" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConvertedModules_MetaData[] = {
{ "ModuleRelativePath", "Classes/Particles/ParticleLODLevel.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PeakActiveParticles_MetaData[] = {
{ "ModuleRelativePath", "Classes/Particles/ParticleLODLevel.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UParticleLODLevel constinit property declarations ************************
static const UECodeGen_Private::FIntPropertyParams NewProp_Level;
static void NewProp_bEnabled_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnabled;
static const UECodeGen_Private::FObjectPropertyParams NewProp_RequiredModule;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Modules_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Modules;
static const UECodeGen_Private::FObjectPropertyParams NewProp_TypeDataModule;
static const UECodeGen_Private::FObjectPropertyParams NewProp_SpawnModule;
static const UECodeGen_Private::FObjectPropertyParams NewProp_EventGenerator;
static const UECodeGen_Private::FObjectPropertyParams NewProp_SpawningModules_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_SpawningModules;
static const UECodeGen_Private::FObjectPropertyParams NewProp_SpawnModules_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_SpawnModules;
static const UECodeGen_Private::FObjectPropertyParams NewProp_UpdateModules_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_UpdateModules;
static const UECodeGen_Private::FObjectPropertyParams NewProp_OrbitModules_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_OrbitModules;
static const UECodeGen_Private::FObjectPropertyParams NewProp_EventReceiverModules_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_EventReceiverModules;
static void NewProp_ConvertedModules_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ConvertedModules;
static const UECodeGen_Private::FIntPropertyParams NewProp_PeakActiveParticles;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UParticleLODLevel constinit property declarations **************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UParticleLODLevel>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UParticleLODLevel_Statics
// ********** Begin Class UParticleLODLevel Property Definitions ***********************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_Level = { "Level", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleLODLevel, Level), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Level_MetaData), NewProp_Level_MetaData) };
void Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_bEnabled_SetBit(void* Obj)
{
((UParticleLODLevel*)Obj)->bEnabled = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_bEnabled = { "bEnabled", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UParticleLODLevel), &Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_bEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnabled_MetaData), NewProp_bEnabled_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_RequiredModule = { "RequiredModule", nullptr, (EPropertyFlags)0x0116000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleLODLevel, RequiredModule), Z_Construct_UClass_UParticleModuleRequired_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RequiredModule_MetaData), NewProp_RequiredModule_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_Modules_Inner = { "Modules", nullptr, (EPropertyFlags)0x0106000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UParticleModule_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Modules_Inner_MetaData), NewProp_Modules_Inner_MetaData) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_Modules = { "Modules", nullptr, (EPropertyFlags)0x0114008000000008, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleLODLevel, Modules), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Modules_MetaData), NewProp_Modules_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_TypeDataModule = { "TypeDataModule", nullptr, (EPropertyFlags)0x0114000000000008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleLODLevel, TypeDataModule), Z_Construct_UClass_UParticleModuleTypeDataBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TypeDataModule_MetaData), NewProp_TypeDataModule_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_SpawnModule = { "SpawnModule", nullptr, (EPropertyFlags)0x0114000000000008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleLODLevel, SpawnModule), Z_Construct_UClass_UParticleModuleSpawn_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SpawnModule_MetaData), NewProp_SpawnModule_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_EventGenerator = { "EventGenerator", nullptr, (EPropertyFlags)0x0114000000000008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleLODLevel, EventGenerator), Z_Construct_UClass_UParticleModuleEventGenerator_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EventGenerator_MetaData), NewProp_EventGenerator_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_SpawningModules_Inner = { "SpawningModules", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UParticleModuleSpawnBase_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_SpawningModules = { "SpawningModules", nullptr, (EPropertyFlags)0x0114000000202000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleLODLevel, SpawningModules), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SpawningModules_MetaData), NewProp_SpawningModules_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_SpawnModules_Inner = { "SpawnModules", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UParticleModule_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_SpawnModules = { "SpawnModules", nullptr, (EPropertyFlags)0x0114000000202000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleLODLevel, SpawnModules), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SpawnModules_MetaData), NewProp_SpawnModules_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_UpdateModules_Inner = { "UpdateModules", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UParticleModule_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_UpdateModules = { "UpdateModules", nullptr, (EPropertyFlags)0x0114000000202000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleLODLevel, UpdateModules), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UpdateModules_MetaData), NewProp_UpdateModules_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_OrbitModules_Inner = { "OrbitModules", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UParticleModuleOrbit_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_OrbitModules = { "OrbitModules", nullptr, (EPropertyFlags)0x0114000000202000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleLODLevel, OrbitModules), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OrbitModules_MetaData), NewProp_OrbitModules_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_EventReceiverModules_Inner = { "EventReceiverModules", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UParticleModuleEventReceiverBase_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_EventReceiverModules = { "EventReceiverModules", nullptr, (EPropertyFlags)0x0114000000202000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleLODLevel, EventReceiverModules), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EventReceiverModules_MetaData), NewProp_EventReceiverModules_MetaData) };
void Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_ConvertedModules_SetBit(void* Obj)
{
((UParticleLODLevel*)Obj)->ConvertedModules = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_ConvertedModules = { "ConvertedModules", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UParticleLODLevel), &Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_ConvertedModules_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConvertedModules_MetaData), NewProp_ConvertedModules_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_PeakActiveParticles = { "PeakActiveParticles", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleLODLevel, PeakActiveParticles), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PeakActiveParticles_MetaData), NewProp_PeakActiveParticles_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UParticleLODLevel_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_Level,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_bEnabled,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_RequiredModule,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_Modules_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_Modules,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_TypeDataModule,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_SpawnModule,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_EventGenerator,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_SpawningModules_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_SpawningModules,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_SpawnModules_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_SpawnModules,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_UpdateModules_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_UpdateModules,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_OrbitModules_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_OrbitModules,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_EventReceiverModules_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_EventReceiverModules,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_ConvertedModules,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleLODLevel_Statics::NewProp_PeakActiveParticles,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleLODLevel_Statics::PropPointers) < 2048);
// ********** End Class UParticleLODLevel Property Definitions *************************************
UObject* (*const Z_Construct_UClass_UParticleLODLevel_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleLODLevel_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UParticleLODLevel_Statics::ClassParams = {
&UParticleLODLevel::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UParticleLODLevel_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UParticleLODLevel_Statics::PropPointers),
0,
0x008830A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleLODLevel_Statics::Class_MetaDataParams), Z_Construct_UClass_UParticleLODLevel_Statics::Class_MetaDataParams)
};
void UParticleLODLevel::StaticRegisterNativesUParticleLODLevel()
{
}
UClass* Z_Construct_UClass_UParticleLODLevel()
{
if (!Z_Registration_Info_UClass_UParticleLODLevel.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UParticleLODLevel.OuterSingleton, Z_Construct_UClass_UParticleLODLevel_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UParticleLODLevel.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UParticleLODLevel);
UParticleLODLevel::~UParticleLODLevel() {}
// ********** End Class UParticleLODLevel **********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_ParticleLODLevel_h__Script_Engine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UParticleLODLevel, UParticleLODLevel::StaticClass, TEXT("UParticleLODLevel"), &Z_Registration_Info_UClass_UParticleLODLevel, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UParticleLODLevel), 1383887046U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_ParticleLODLevel_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_ParticleLODLevel_h__Script_Engine_3712909059{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_ParticleLODLevel_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_ParticleLODLevel_h__Script_Engine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS