Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/Engine/UHT/ParticleModuleLocation_Seeded.gen.cpp

140 lines
8.2 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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/Location/ParticleModuleLocation_Seeded.h"
#include "Particles/ParticleModule.h"
#include "Particles/ParticleSystem.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeParticleModuleLocation_Seeded() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UParticleModuleLocation();
ENGINE_API UClass* Z_Construct_UClass_UParticleModuleLocation_Seeded();
ENGINE_API UClass* Z_Construct_UClass_UParticleModuleLocation_Seeded_NoRegister();
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FParticleRandomSeedInfo();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UParticleModuleLocation_Seeded *******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UParticleModuleLocation_Seeded;
UClass* UParticleModuleLocation_Seeded::GetPrivateStaticClass()
{
using TClass = UParticleModuleLocation_Seeded;
if (!Z_Registration_Info_UClass_UParticleModuleLocation_Seeded.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ParticleModuleLocation_Seeded"),
Z_Registration_Info_UClass_UParticleModuleLocation_Seeded.InnerSingleton,
StaticRegisterNativesUParticleModuleLocation_Seeded,
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_UParticleModuleLocation_Seeded.InnerSingleton;
}
UClass* Z_Construct_UClass_UParticleModuleLocation_Seeded_NoRegister()
{
return UParticleModuleLocation_Seeded::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UParticleModuleLocation_Seeded_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "DisplayName", "Initial Location (Seed)" },
{ "HideCategories", "Object Object Object Object" },
{ "IncludePath", "Particles/Location/ParticleModuleLocation_Seeded.h" },
{ "ModuleRelativePath", "Classes/Particles/Location/ParticleModuleLocation_Seeded.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RandomSeedInfo_MetaData[] = {
{ "Category", "RandomSeed" },
{ "Comment", "/** The random seed(s) to use for looking up values in StartLocation */" },
{ "ModuleRelativePath", "Classes/Particles/Location/ParticleModuleLocation_Seeded.h" },
{ "ToolTip", "The random seed(s) to use for looking up values in StartLocation" },
};
#endif // WITH_METADATA
// ********** Begin Class UParticleModuleLocation_Seeded constinit property declarations ***********
static const UECodeGen_Private::FStructPropertyParams NewProp_RandomSeedInfo;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UParticleModuleLocation_Seeded constinit property declarations *************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UParticleModuleLocation_Seeded>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UParticleModuleLocation_Seeded_Statics
// ********** Begin Class UParticleModuleLocation_Seeded Property Definitions **********************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UParticleModuleLocation_Seeded_Statics::NewProp_RandomSeedInfo = { "RandomSeedInfo", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleModuleLocation_Seeded, RandomSeedInfo), Z_Construct_UScriptStruct_FParticleRandomSeedInfo, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RandomSeedInfo_MetaData), NewProp_RandomSeedInfo_MetaData) }; // 3577734262
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UParticleModuleLocation_Seeded_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleLocation_Seeded_Statics::NewProp_RandomSeedInfo,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleLocation_Seeded_Statics::PropPointers) < 2048);
// ********** End Class UParticleModuleLocation_Seeded Property Definitions ************************
UObject* (*const Z_Construct_UClass_UParticleModuleLocation_Seeded_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UParticleModuleLocation,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleLocation_Seeded_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UParticleModuleLocation_Seeded_Statics::ClassParams = {
&UParticleModuleLocation_Seeded::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UParticleModuleLocation_Seeded_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleLocation_Seeded_Statics::PropPointers),
0,
0x008810A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleLocation_Seeded_Statics::Class_MetaDataParams), Z_Construct_UClass_UParticleModuleLocation_Seeded_Statics::Class_MetaDataParams)
};
void UParticleModuleLocation_Seeded::StaticRegisterNativesUParticleModuleLocation_Seeded()
{
}
UClass* Z_Construct_UClass_UParticleModuleLocation_Seeded()
{
if (!Z_Registration_Info_UClass_UParticleModuleLocation_Seeded.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UParticleModuleLocation_Seeded.OuterSingleton, Z_Construct_UClass_UParticleModuleLocation_Seeded_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UParticleModuleLocation_Seeded.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UParticleModuleLocation_Seeded);
UParticleModuleLocation_Seeded::~UParticleModuleLocation_Seeded() {}
// ********** End Class UParticleModuleLocation_Seeded *********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Location_ParticleModuleLocation_Seeded_h__Script_Engine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UParticleModuleLocation_Seeded, UParticleModuleLocation_Seeded::StaticClass, TEXT("UParticleModuleLocation_Seeded"), &Z_Registration_Info_UClass_UParticleModuleLocation_Seeded, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UParticleModuleLocation_Seeded), 609556230U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Location_ParticleModuleLocation_Seeded_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Location_ParticleModuleLocation_Seeded_h__Script_Engine_681411678{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Location_ParticleModuleLocation_Seeded_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Location_ParticleModuleLocation_Seeded_h__Script_Engine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS