// 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/VectorField/ParticleModuleVectorFieldRotation.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 EmptyLinkFunctionForGeneratedCodeParticleModuleVectorFieldRotation() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector(); ENGINE_API UClass* Z_Construct_UClass_UParticleModuleVectorFieldBase(); ENGINE_API UClass* Z_Construct_UClass_UParticleModuleVectorFieldRotation(); ENGINE_API UClass* Z_Construct_UClass_UParticleModuleVectorFieldRotation_NoRegister(); UPackage* Z_Construct_UPackage__Script_Engine(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UParticleModuleVectorFieldRotation *************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UParticleModuleVectorFieldRotation; UClass* UParticleModuleVectorFieldRotation::GetPrivateStaticClass() { using TClass = UParticleModuleVectorFieldRotation; if (!Z_Registration_Info_UClass_UParticleModuleVectorFieldRotation.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("ParticleModuleVectorFieldRotation"), Z_Registration_Info_UClass_UParticleModuleVectorFieldRotation.InnerSingleton, StaticRegisterNativesUParticleModuleVectorFieldRotation, 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_UParticleModuleVectorFieldRotation.InnerSingleton; } UClass* Z_Construct_UClass_UParticleModuleVectorFieldRotation_NoRegister() { return UParticleModuleVectorFieldRotation::GetPrivateStaticClass(); } struct Z_Construct_UClass_UParticleModuleVectorFieldRotation_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "DisplayName", "VF Init Rotation" }, { "HideCategories", "Object Object Object" }, { "IncludePath", "Particles/VectorField/ParticleModuleVectorFieldRotation.h" }, { "ModuleRelativePath", "Classes/Particles/VectorField/ParticleModuleVectorFieldRotation.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MinInitialRotation_MetaData[] = { { "Category", "VectorField" }, { "Comment", "/** Minimum initial rotation applied to the local vector field. */" }, { "ModuleRelativePath", "Classes/Particles/VectorField/ParticleModuleVectorFieldRotation.h" }, { "ToolTip", "Minimum initial rotation applied to the local vector field." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaxInitialRotation_MetaData[] = { { "Category", "VectorField" }, { "Comment", "/** Maximum initial rotation applied to the local vector field. */" }, { "ModuleRelativePath", "Classes/Particles/VectorField/ParticleModuleVectorFieldRotation.h" }, { "ToolTip", "Maximum initial rotation applied to the local vector field." }, }; #endif // WITH_METADATA // ********** Begin Class UParticleModuleVectorFieldRotation constinit property declarations ******* static const UECodeGen_Private::FStructPropertyParams NewProp_MinInitialRotation; static const UECodeGen_Private::FStructPropertyParams NewProp_MaxInitialRotation; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UParticleModuleVectorFieldRotation constinit property declarations ********* static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UParticleModuleVectorFieldRotation_Statics // ********** Begin Class UParticleModuleVectorFieldRotation Property Definitions ****************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UParticleModuleVectorFieldRotation_Statics::NewProp_MinInitialRotation = { "MinInitialRotation", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleModuleVectorFieldRotation, MinInitialRotation), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MinInitialRotation_MetaData), NewProp_MinInitialRotation_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UParticleModuleVectorFieldRotation_Statics::NewProp_MaxInitialRotation = { "MaxInitialRotation", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleModuleVectorFieldRotation, MaxInitialRotation), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaxInitialRotation_MetaData), NewProp_MaxInitialRotation_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UParticleModuleVectorFieldRotation_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleVectorFieldRotation_Statics::NewProp_MinInitialRotation, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleVectorFieldRotation_Statics::NewProp_MaxInitialRotation, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleVectorFieldRotation_Statics::PropPointers) < 2048); // ********** End Class UParticleModuleVectorFieldRotation Property Definitions ******************** UObject* (*const Z_Construct_UClass_UParticleModuleVectorFieldRotation_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UParticleModuleVectorFieldBase, (UObject* (*)())Z_Construct_UPackage__Script_Engine, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleVectorFieldRotation_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UParticleModuleVectorFieldRotation_Statics::ClassParams = { &UParticleModuleVectorFieldRotation::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UParticleModuleVectorFieldRotation_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleVectorFieldRotation_Statics::PropPointers), 0, 0x000010A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleVectorFieldRotation_Statics::Class_MetaDataParams), Z_Construct_UClass_UParticleModuleVectorFieldRotation_Statics::Class_MetaDataParams) }; void UParticleModuleVectorFieldRotation::StaticRegisterNativesUParticleModuleVectorFieldRotation() { } UClass* Z_Construct_UClass_UParticleModuleVectorFieldRotation() { if (!Z_Registration_Info_UClass_UParticleModuleVectorFieldRotation.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UParticleModuleVectorFieldRotation.OuterSingleton, Z_Construct_UClass_UParticleModuleVectorFieldRotation_Statics::ClassParams); } return Z_Registration_Info_UClass_UParticleModuleVectorFieldRotation.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UParticleModuleVectorFieldRotation); UParticleModuleVectorFieldRotation::~UParticleModuleVectorFieldRotation() {} // ********** End Class UParticleModuleVectorFieldRotation ***************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_VectorField_ParticleModuleVectorFieldRotation_h__Script_Engine_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UParticleModuleVectorFieldRotation, UParticleModuleVectorFieldRotation::StaticClass, TEXT("UParticleModuleVectorFieldRotation"), &Z_Registration_Info_UClass_UParticleModuleVectorFieldRotation, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UParticleModuleVectorFieldRotation), 377268923U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_VectorField_ParticleModuleVectorFieldRotation_h__Script_Engine_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_VectorField_ParticleModuleVectorFieldRotation_h__Script_Engine_935579275{ TEXT("/Script/Engine"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_VectorField_ParticleModuleVectorFieldRotation_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_VectorField_ParticleModuleVectorFieldRotation_h__Script_Engine_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS