// 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/Beam/ParticleModuleBeamTarget.h" #include "Distributions/DistributionFloat.h" #include "Distributions/DistributionVector.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 EmptyLinkFunctionForGeneratedCodeParticleModuleBeamTarget() {} // ********** Begin Cross Module References ******************************************************** ENGINE_API UClass* Z_Construct_UClass_UParticleModuleBeamBase(); ENGINE_API UClass* Z_Construct_UClass_UParticleModuleBeamTarget(); ENGINE_API UClass* Z_Construct_UClass_UParticleModuleBeamTarget_NoRegister(); ENGINE_API UEnum* Z_Construct_UEnum_Engine_Beam2SourceTargetMethod(); ENGINE_API UEnum* Z_Construct_UEnum_Engine_Beam2SourceTargetTangentMethod(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FRawDistributionFloat(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FRawDistributionVector(); UPackage* Z_Construct_UPackage__Script_Engine(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UParticleModuleBeamTarget ************************************************ FClassRegistrationInfo Z_Registration_Info_UClass_UParticleModuleBeamTarget; UClass* UParticleModuleBeamTarget::GetPrivateStaticClass() { using TClass = UParticleModuleBeamTarget; if (!Z_Registration_Info_UClass_UParticleModuleBeamTarget.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("ParticleModuleBeamTarget"), Z_Registration_Info_UClass_UParticleModuleBeamTarget.InnerSingleton, StaticRegisterNativesUParticleModuleBeamTarget, 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_UParticleModuleBeamTarget.InnerSingleton; } UClass* Z_Construct_UClass_UParticleModuleBeamTarget_NoRegister() { return UParticleModuleBeamTarget::GetPrivateStaticClass(); } struct Z_Construct_UClass_UParticleModuleBeamTarget_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "DisplayName", "Target" }, { "HideCategories", "Object Object Object" }, { "IncludePath", "Particles/Beam/ParticleModuleBeamTarget.h" }, { "ModuleRelativePath", "Classes/Particles/Beam/ParticleModuleBeamTarget.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetMethod_MetaData[] = { { "Category", "Target" }, { "Comment", "/** The method flag. */" }, { "ModuleRelativePath", "Classes/Particles/Beam/ParticleModuleBeamTarget.h" }, { "ToolTip", "The method flag." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetName_MetaData[] = { { "Category", "Target" }, { "Comment", "/** The target point sources of each beam, when using the end point method. */" }, { "ModuleRelativePath", "Classes/Particles/Beam/ParticleModuleBeamTarget.h" }, { "ToolTip", "The target point sources of each beam, when using the end point method." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Target_MetaData[] = { { "Category", "Target" }, { "Comment", "/** Default target-point information to use if the beam method is endpoint. */" }, { "ModuleRelativePath", "Classes/Particles/Beam/ParticleModuleBeamTarget.h" }, { "ToolTip", "Default target-point information to use if the beam method is endpoint." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bTargetAbsolute_MetaData[] = { { "Category", "Target" }, { "Comment", "/** Whether to treat the as an absolute position in world space. */" }, { "ModuleRelativePath", "Classes/Particles/Beam/ParticleModuleBeamTarget.h" }, { "ToolTip", "Whether to treat the as an absolute position in world space." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLockTarget_MetaData[] = { { "Category", "Target" }, { "Comment", "/** Whether to lock the Target to the life of the particle. */" }, { "ModuleRelativePath", "Classes/Particles/Beam/ParticleModuleBeamTarget.h" }, { "ToolTip", "Whether to lock the Target to the life of the particle." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetTangentMethod_MetaData[] = { { "Category", "Target" }, { "Comment", "/** The method to use for the Target tangent. */" }, { "ModuleRelativePath", "Classes/Particles/Beam/ParticleModuleBeamTarget.h" }, { "ToolTip", "The method to use for the Target tangent." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetTangent_MetaData[] = { { "Category", "Target" }, { "Comment", "/** The tangent for the Target point for each beam. */" }, { "ModuleRelativePath", "Classes/Particles/Beam/ParticleModuleBeamTarget.h" }, { "ToolTip", "The tangent for the Target point for each beam." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLockTargetTangent_MetaData[] = { { "Category", "Target" }, { "Comment", "/** Whether to lock the Target to the life of the particle. */" }, { "ModuleRelativePath", "Classes/Particles/Beam/ParticleModuleBeamTarget.h" }, { "ToolTip", "Whether to lock the Target to the life of the particle." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetStrength_MetaData[] = { { "Category", "Target" }, { "Comment", "/** The strength of the tangent from the Target point for each beam. */" }, { "ModuleRelativePath", "Classes/Particles/Beam/ParticleModuleBeamTarget.h" }, { "ToolTip", "The strength of the tangent from the Target point for each beam." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLockTargetStength_MetaData[] = { { "Category", "Target" }, { "Comment", "/** Whether to lock the Target to the life of the particle. */" }, { "ModuleRelativePath", "Classes/Particles/Beam/ParticleModuleBeamTarget.h" }, { "ToolTip", "Whether to lock the Target to the life of the particle." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LockRadius_MetaData[] = { { "Category", "Target" }, { "Comment", "/** Default target-point information to use if the beam method is endpoint. */" }, { "ModuleRelativePath", "Classes/Particles/Beam/ParticleModuleBeamTarget.h" }, { "ToolTip", "Default target-point information to use if the beam method is endpoint." }, }; #endif // WITH_METADATA // ********** Begin Class UParticleModuleBeamTarget constinit property declarations **************** static const UECodeGen_Private::FBytePropertyParams NewProp_TargetMethod; static const UECodeGen_Private::FNamePropertyParams NewProp_TargetName; static const UECodeGen_Private::FStructPropertyParams NewProp_Target; static void NewProp_bTargetAbsolute_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bTargetAbsolute; static void NewProp_bLockTarget_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bLockTarget; static const UECodeGen_Private::FBytePropertyParams NewProp_TargetTangentMethod; static const UECodeGen_Private::FStructPropertyParams NewProp_TargetTangent; static void NewProp_bLockTargetTangent_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bLockTargetTangent; static const UECodeGen_Private::FStructPropertyParams NewProp_TargetStrength; static void NewProp_bLockTargetStength_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bLockTargetStength; static const UECodeGen_Private::FFloatPropertyParams NewProp_LockRadius; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UParticleModuleBeamTarget constinit property declarations ****************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UParticleModuleBeamTarget_Statics // ********** Begin Class UParticleModuleBeamTarget Property Definitions *************************** const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_TargetMethod = { "TargetMethod", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleModuleBeamTarget, TargetMethod), Z_Construct_UEnum_Engine_Beam2SourceTargetMethod, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetMethod_MetaData), NewProp_TargetMethod_MetaData) }; // 4240940300 const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_TargetName = { "TargetName", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleModuleBeamTarget, TargetName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetName_MetaData), NewProp_TargetName_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_Target = { "Target", nullptr, (EPropertyFlags)0x0010008000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleModuleBeamTarget, Target), Z_Construct_UScriptStruct_FRawDistributionVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Target_MetaData), NewProp_Target_MetaData) }; // 2459468536 void Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_bTargetAbsolute_SetBit(void* Obj) { ((UParticleModuleBeamTarget*)Obj)->bTargetAbsolute = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_bTargetAbsolute = { "bTargetAbsolute", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UParticleModuleBeamTarget), &Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_bTargetAbsolute_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bTargetAbsolute_MetaData), NewProp_bTargetAbsolute_MetaData) }; void Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_bLockTarget_SetBit(void* Obj) { ((UParticleModuleBeamTarget*)Obj)->bLockTarget = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_bLockTarget = { "bLockTarget", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UParticleModuleBeamTarget), &Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_bLockTarget_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLockTarget_MetaData), NewProp_bLockTarget_MetaData) }; const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_TargetTangentMethod = { "TargetTangentMethod", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleModuleBeamTarget, TargetTangentMethod), Z_Construct_UEnum_Engine_Beam2SourceTargetTangentMethod, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetTangentMethod_MetaData), NewProp_TargetTangentMethod_MetaData) }; // 977348391 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_TargetTangent = { "TargetTangent", nullptr, (EPropertyFlags)0x0010008000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleModuleBeamTarget, TargetTangent), Z_Construct_UScriptStruct_FRawDistributionVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetTangent_MetaData), NewProp_TargetTangent_MetaData) }; // 2459468536 void Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_bLockTargetTangent_SetBit(void* Obj) { ((UParticleModuleBeamTarget*)Obj)->bLockTargetTangent = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_bLockTargetTangent = { "bLockTargetTangent", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UParticleModuleBeamTarget), &Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_bLockTargetTangent_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLockTargetTangent_MetaData), NewProp_bLockTargetTangent_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_TargetStrength = { "TargetStrength", nullptr, (EPropertyFlags)0x0010008000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleModuleBeamTarget, TargetStrength), Z_Construct_UScriptStruct_FRawDistributionFloat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetStrength_MetaData), NewProp_TargetStrength_MetaData) }; // 336113398 void Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_bLockTargetStength_SetBit(void* Obj) { ((UParticleModuleBeamTarget*)Obj)->bLockTargetStength = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_bLockTargetStength = { "bLockTargetStength", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UParticleModuleBeamTarget), &Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_bLockTargetStength_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLockTargetStength_MetaData), NewProp_bLockTargetStength_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_LockRadius = { "LockRadius", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleModuleBeamTarget, LockRadius), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LockRadius_MetaData), NewProp_LockRadius_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UParticleModuleBeamTarget_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_TargetMethod, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_TargetName, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_Target, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_bTargetAbsolute, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_bLockTarget, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_TargetTangentMethod, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_TargetTangent, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_bLockTargetTangent, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_TargetStrength, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_bLockTargetStength, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleBeamTarget_Statics::NewProp_LockRadius, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleBeamTarget_Statics::PropPointers) < 2048); // ********** End Class UParticleModuleBeamTarget Property Definitions ***************************** UObject* (*const Z_Construct_UClass_UParticleModuleBeamTarget_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UParticleModuleBeamBase, (UObject* (*)())Z_Construct_UPackage__Script_Engine, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleBeamTarget_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UParticleModuleBeamTarget_Statics::ClassParams = { &UParticleModuleBeamTarget::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UParticleModuleBeamTarget_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleBeamTarget_Statics::PropPointers), 0, 0x008810A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleBeamTarget_Statics::Class_MetaDataParams), Z_Construct_UClass_UParticleModuleBeamTarget_Statics::Class_MetaDataParams) }; void UParticleModuleBeamTarget::StaticRegisterNativesUParticleModuleBeamTarget() { } UClass* Z_Construct_UClass_UParticleModuleBeamTarget() { if (!Z_Registration_Info_UClass_UParticleModuleBeamTarget.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UParticleModuleBeamTarget.OuterSingleton, Z_Construct_UClass_UParticleModuleBeamTarget_Statics::ClassParams); } return Z_Registration_Info_UClass_UParticleModuleBeamTarget.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UParticleModuleBeamTarget); UParticleModuleBeamTarget::~UParticleModuleBeamTarget() {} // ********** End Class UParticleModuleBeamTarget ************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Beam_ParticleModuleBeamTarget_h__Script_Engine_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UParticleModuleBeamTarget, UParticleModuleBeamTarget::StaticClass, TEXT("UParticleModuleBeamTarget"), &Z_Registration_Info_UClass_UParticleModuleBeamTarget, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UParticleModuleBeamTarget), 2493211863U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Beam_ParticleModuleBeamTarget_h__Script_Engine_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Beam_ParticleModuleBeamTarget_h__Script_Engine_1597954323{ TEXT("/Script/Engine"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Beam_ParticleModuleBeamTarget_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Beam_ParticleModuleBeamTarget_h__Script_Engine_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS