140 lines
9.0 KiB
C++
140 lines
9.0 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 "Particles/Location/ParticleModuleLocationPrimitiveSphere_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 EmptyLinkFunctionForGeneratedCodeParticleModuleLocationPrimitiveSphere_Seeded() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UParticleModuleLocationPrimitiveSphere();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UParticleModuleLocationPrimitiveSphere_Seeded();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UParticleModuleLocationPrimitiveSphere_Seeded_NoRegister();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FParticleRandomSeedInfo();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UParticleModuleLocationPrimitiveSphere_Seeded ****************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UParticleModuleLocationPrimitiveSphere_Seeded;
|
||
|
|
UClass* UParticleModuleLocationPrimitiveSphere_Seeded::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UParticleModuleLocationPrimitiveSphere_Seeded;
|
||
|
|
if (!Z_Registration_Info_UClass_UParticleModuleLocationPrimitiveSphere_Seeded.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("ParticleModuleLocationPrimitiveSphere_Seeded"),
|
||
|
|
Z_Registration_Info_UClass_UParticleModuleLocationPrimitiveSphere_Seeded.InnerSingleton,
|
||
|
|
StaticRegisterNativesUParticleModuleLocationPrimitiveSphere_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_UParticleModuleLocationPrimitiveSphere_Seeded.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UParticleModuleLocationPrimitiveSphere_Seeded_NoRegister()
|
||
|
|
{
|
||
|
|
return UParticleModuleLocationPrimitiveSphere_Seeded::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UParticleModuleLocationPrimitiveSphere_Seeded_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "DisplayName", "Sphere (Seed)" },
|
||
|
|
{ "HideCategories", "Object Object Object Object Object" },
|
||
|
|
{ "IncludePath", "Particles/Location/ParticleModuleLocationPrimitiveSphere_Seeded.h" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Particles/Location/ParticleModuleLocationPrimitiveSphere_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/ParticleModuleLocationPrimitiveSphere_Seeded.h" },
|
||
|
|
{ "ToolTip", "The random seed(s) to use for looking up values in StartLocation" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UParticleModuleLocationPrimitiveSphere_Seeded constinit property declarations
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RandomSeedInfo;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UParticleModuleLocationPrimitiveSphere_Seeded constinit property declarations
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UParticleModuleLocationPrimitiveSphere_Seeded>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UParticleModuleLocationPrimitiveSphere_Seeded_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UParticleModuleLocationPrimitiveSphere_Seeded Property Definitions *******
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UParticleModuleLocationPrimitiveSphere_Seeded_Statics::NewProp_RandomSeedInfo = { "RandomSeedInfo", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleModuleLocationPrimitiveSphere_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_UParticleModuleLocationPrimitiveSphere_Seeded_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleLocationPrimitiveSphere_Seeded_Statics::NewProp_RandomSeedInfo,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleLocationPrimitiveSphere_Seeded_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UParticleModuleLocationPrimitiveSphere_Seeded Property Definitions *********
|
||
|
|
UObject* (*const Z_Construct_UClass_UParticleModuleLocationPrimitiveSphere_Seeded_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UParticleModuleLocationPrimitiveSphere,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleLocationPrimitiveSphere_Seeded_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UParticleModuleLocationPrimitiveSphere_Seeded_Statics::ClassParams = {
|
||
|
|
&UParticleModuleLocationPrimitiveSphere_Seeded::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UParticleModuleLocationPrimitiveSphere_Seeded_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleLocationPrimitiveSphere_Seeded_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x008810A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleLocationPrimitiveSphere_Seeded_Statics::Class_MetaDataParams), Z_Construct_UClass_UParticleModuleLocationPrimitiveSphere_Seeded_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UParticleModuleLocationPrimitiveSphere_Seeded::StaticRegisterNativesUParticleModuleLocationPrimitiveSphere_Seeded()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UParticleModuleLocationPrimitiveSphere_Seeded()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UParticleModuleLocationPrimitiveSphere_Seeded.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UParticleModuleLocationPrimitiveSphere_Seeded.OuterSingleton, Z_Construct_UClass_UParticleModuleLocationPrimitiveSphere_Seeded_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UParticleModuleLocationPrimitiveSphere_Seeded.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UParticleModuleLocationPrimitiveSphere_Seeded);
|
||
|
|
UParticleModuleLocationPrimitiveSphere_Seeded::~UParticleModuleLocationPrimitiveSphere_Seeded() {}
|
||
|
|
// ********** End Class UParticleModuleLocationPrimitiveSphere_Seeded ******************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Location_ParticleModuleLocationPrimitiveSphere_Seeded_h__Script_Engine_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UParticleModuleLocationPrimitiveSphere_Seeded, UParticleModuleLocationPrimitiveSphere_Seeded::StaticClass, TEXT("UParticleModuleLocationPrimitiveSphere_Seeded"), &Z_Registration_Info_UClass_UParticleModuleLocationPrimitiveSphere_Seeded, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UParticleModuleLocationPrimitiveSphere_Seeded), 595882543U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Location_ParticleModuleLocationPrimitiveSphere_Seeded_h__Script_Engine_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Location_ParticleModuleLocationPrimitiveSphere_Seeded_h__Script_Engine_187816137{
|
||
|
|
TEXT("/Script/Engine"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Location_ParticleModuleLocationPrimitiveSphere_Seeded_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Location_ParticleModuleLocationPrimitiveSphere_Seeded_h__Script_Engine_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|