// 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/ParticleModuleLocationDirect.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 EmptyLinkFunctionForGeneratedCodeParticleModuleLocationDirect() {} // ********** Begin Cross Module References ******************************************************** ENGINE_API UClass* Z_Construct_UClass_UParticleModuleLocationBase(); ENGINE_API UClass* Z_Construct_UClass_UParticleModuleLocationDirect(); ENGINE_API UClass* Z_Construct_UClass_UParticleModuleLocationDirect_NoRegister(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FRawDistributionVector(); UPackage* Z_Construct_UPackage__Script_Engine(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UParticleModuleLocationDirect ******************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UParticleModuleLocationDirect; UClass* UParticleModuleLocationDirect::GetPrivateStaticClass() { using TClass = UParticleModuleLocationDirect; if (!Z_Registration_Info_UClass_UParticleModuleLocationDirect.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("ParticleModuleLocationDirect"), Z_Registration_Info_UClass_UParticleModuleLocationDirect.InnerSingleton, StaticRegisterNativesUParticleModuleLocationDirect, 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_UParticleModuleLocationDirect.InnerSingleton; } UClass* Z_Construct_UClass_UParticleModuleLocationDirect_NoRegister() { return UParticleModuleLocationDirect::GetPrivateStaticClass(); } struct Z_Construct_UClass_UParticleModuleLocationDirect_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "DisplayName", "Direct Location" }, { "HideCategories", "Object Object Object" }, { "IncludePath", "Particles/Location/ParticleModuleLocationDirect.h" }, { "ModuleRelativePath", "Classes/Particles/Location/ParticleModuleLocationDirect.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Location_MetaData[] = { { "Category", "Location" }, { "Comment", "/** \n\x09 *\x09The location of the particle at a give time. Retrieved using the particle RelativeTime. \n\x09 *\x09IMPORTANT: the particle location is set to this value, thereby over-writing any previous module impacts.\n\x09 */" }, { "ModuleRelativePath", "Classes/Particles/Location/ParticleModuleLocationDirect.h" }, { "ToolTip", "The location of the particle at a give time. Retrieved using the particle RelativeTime.\nIMPORTANT: the particle location is set to this value, thereby over-writing any previous module impacts." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LocationOffset_MetaData[] = { { "Category", "Location" }, { "Comment", "/**\n\x09 *\x09""An offset to apply to the position retrieved from the Location calculation. \n\x09 *\x09The offset is retrieved using the EmitterTime. \n\x09 *\x09The offset will remain constant over the life of the particle.\n\x09 */" }, { "ModuleRelativePath", "Classes/Particles/Location/ParticleModuleLocationDirect.h" }, { "ToolTip", "An offset to apply to the position retrieved from the Location calculation.\nThe offset is retrieved using the EmitterTime.\nThe offset will remain constant over the life of the particle." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ScaleFactor_MetaData[] = { { "Category", "Location" }, { "Comment", "/**\n\x09 *\x09Scales the velocity of the object at a given point in the time-line.\n\x09 */" }, { "ModuleRelativePath", "Classes/Particles/Location/ParticleModuleLocationDirect.h" }, { "ToolTip", "Scales the velocity of the object at a given point in the time-line." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Direction_MetaData[] = { { "Category", "Location" }, { "Comment", "/** Currently unused. */" }, { "ModuleRelativePath", "Classes/Particles/Location/ParticleModuleLocationDirect.h" }, { "ToolTip", "Currently unused." }, }; #endif // WITH_METADATA // ********** Begin Class UParticleModuleLocationDirect constinit property declarations ************ static const UECodeGen_Private::FStructPropertyParams NewProp_Location; static const UECodeGen_Private::FStructPropertyParams NewProp_LocationOffset; static const UECodeGen_Private::FStructPropertyParams NewProp_ScaleFactor; static const UECodeGen_Private::FStructPropertyParams NewProp_Direction; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UParticleModuleLocationDirect constinit property declarations ************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UParticleModuleLocationDirect_Statics // ********** Begin Class UParticleModuleLocationDirect Property Definitions *********************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UParticleModuleLocationDirect_Statics::NewProp_Location = { "Location", nullptr, (EPropertyFlags)0x0010008000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleModuleLocationDirect, Location), Z_Construct_UScriptStruct_FRawDistributionVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Location_MetaData), NewProp_Location_MetaData) }; // 2459468536 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UParticleModuleLocationDirect_Statics::NewProp_LocationOffset = { "LocationOffset", nullptr, (EPropertyFlags)0x0010008000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleModuleLocationDirect, LocationOffset), Z_Construct_UScriptStruct_FRawDistributionVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LocationOffset_MetaData), NewProp_LocationOffset_MetaData) }; // 2459468536 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UParticleModuleLocationDirect_Statics::NewProp_ScaleFactor = { "ScaleFactor", nullptr, (EPropertyFlags)0x0010008000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleModuleLocationDirect, ScaleFactor), Z_Construct_UScriptStruct_FRawDistributionVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ScaleFactor_MetaData), NewProp_ScaleFactor_MetaData) }; // 2459468536 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UParticleModuleLocationDirect_Statics::NewProp_Direction = { "Direction", nullptr, (EPropertyFlags)0x0010008000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleModuleLocationDirect, Direction), Z_Construct_UScriptStruct_FRawDistributionVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Direction_MetaData), NewProp_Direction_MetaData) }; // 2459468536 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UParticleModuleLocationDirect_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleLocationDirect_Statics::NewProp_Location, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleLocationDirect_Statics::NewProp_LocationOffset, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleLocationDirect_Statics::NewProp_ScaleFactor, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleLocationDirect_Statics::NewProp_Direction, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleLocationDirect_Statics::PropPointers) < 2048); // ********** End Class UParticleModuleLocationDirect Property Definitions ************************* UObject* (*const Z_Construct_UClass_UParticleModuleLocationDirect_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UParticleModuleLocationBase, (UObject* (*)())Z_Construct_UPackage__Script_Engine, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleLocationDirect_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UParticleModuleLocationDirect_Statics::ClassParams = { &UParticleModuleLocationDirect::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UParticleModuleLocationDirect_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleLocationDirect_Statics::PropPointers), 0, 0x008810A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleLocationDirect_Statics::Class_MetaDataParams), Z_Construct_UClass_UParticleModuleLocationDirect_Statics::Class_MetaDataParams) }; void UParticleModuleLocationDirect::StaticRegisterNativesUParticleModuleLocationDirect() { } UClass* Z_Construct_UClass_UParticleModuleLocationDirect() { if (!Z_Registration_Info_UClass_UParticleModuleLocationDirect.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UParticleModuleLocationDirect.OuterSingleton, Z_Construct_UClass_UParticleModuleLocationDirect_Statics::ClassParams); } return Z_Registration_Info_UClass_UParticleModuleLocationDirect.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UParticleModuleLocationDirect); UParticleModuleLocationDirect::~UParticleModuleLocationDirect() {} // ********** End Class UParticleModuleLocationDirect ********************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Location_ParticleModuleLocationDirect_h__Script_Engine_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UParticleModuleLocationDirect, UParticleModuleLocationDirect::StaticClass, TEXT("UParticleModuleLocationDirect"), &Z_Registration_Info_UClass_UParticleModuleLocationDirect, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UParticleModuleLocationDirect), 3621206368U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Location_ParticleModuleLocationDirect_h__Script_Engine_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Location_ParticleModuleLocationDirect_h__Script_Engine_1320705695{ TEXT("/Script/Engine"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Location_ParticleModuleLocationDirect_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Location_ParticleModuleLocationDirect_h__Script_Engine_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS