// 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 "Stateless/Modules/NiagaraStatelessModule_RotateAroundPoint.h" #include "Stateless/NiagaraStatelessDistribution.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeNiagaraStatelessModule_RotateAroundPoint() {} // ********** Begin Cross Module References ******************************************************** NIAGARA_API UClass* Z_Construct_UClass_UNiagaraStatelessModule(); NIAGARA_API UClass* Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint(); NIAGARA_API UClass* Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_NoRegister(); NIAGARA_API UEnum* Z_Construct_UEnum_Niagara_ENiagaraCoordinateSpace(); NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraDistributionRangeFloat(); NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraDistributionRangeVector3(); UPackage* Z_Construct_UPackage__Script_Niagara(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UNiagaraStatelessModule_RotateAroundPoint ******************************** FClassRegistrationInfo Z_Registration_Info_UClass_UNiagaraStatelessModule_RotateAroundPoint; UClass* UNiagaraStatelessModule_RotateAroundPoint::GetPrivateStaticClass() { using TClass = UNiagaraStatelessModule_RotateAroundPoint; if (!Z_Registration_Info_UClass_UNiagaraStatelessModule_RotateAroundPoint.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("NiagaraStatelessModule_RotateAroundPoint"), Z_Registration_Info_UClass_UNiagaraStatelessModule_RotateAroundPoint.InnerSingleton, StaticRegisterNativesUNiagaraStatelessModule_RotateAroundPoint, 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_UNiagaraStatelessModule_RotateAroundPoint.InnerSingleton; } UClass* Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_NoRegister() { return UNiagaraStatelessModule_RotateAroundPoint::GetPrivateStaticClass(); } struct Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "DisplayName", "Rotate Around Point" }, { "IncludePath", "Stateless/Modules/NiagaraStatelessModule_RotateAroundPoint.h" }, { "ModuleRelativePath", "Internal/Stateless/Modules/NiagaraStatelessModule_RotateAroundPoint.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Rate_MetaData[] = { { "Category", "Parameters" }, { "DisableBindingDistribution", "" }, { "ModuleRelativePath", "Internal/Stateless/Modules/NiagaraStatelessModule_RotateAroundPoint.h" }, { "Units", "deg/s" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Radius_MetaData[] = { { "Category", "Parameters" }, { "DisableBindingDistribution", "" }, { "ModuleRelativePath", "Internal/Stateless/Modules/NiagaraStatelessModule_RotateAroundPoint.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InitialPhase_MetaData[] = { { "Category", "Parameters" }, { "DisableBindingDistribution", "" }, { "ModuleRelativePath", "Internal/Stateless/Modules/NiagaraStatelessModule_RotateAroundPoint.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CenterCoordinateSpace_MetaData[] = { { "Category", "Parameters" }, { "ModuleRelativePath", "Internal/Stateless/Modules/NiagaraStatelessModule_RotateAroundPoint.h" }, { "SegmentedDisplay", "" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Center_MetaData[] = { { "Category", "Parameters" }, { "DisableUniformDistribution", "" }, { "ModuleRelativePath", "Internal/Stateless/Modules/NiagaraStatelessModule_RotateAroundPoint.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RotationCoordinateSpace_MetaData[] = { { "Category", "Parameters" }, { "ModuleRelativePath", "Internal/Stateless/Modules/NiagaraStatelessModule_RotateAroundPoint.h" }, { "SegmentedDisplay", "" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RotationAxis_MetaData[] = { { "Category", "Parameters" }, { "DisableUniformDistribution", "" }, { "ModuleRelativePath", "Internal/Stateless/Modules/NiagaraStatelessModule_RotateAroundPoint.h" }, }; #endif // WITH_METADATA // ********** Begin Class UNiagaraStatelessModule_RotateAroundPoint constinit property declarations static const UECodeGen_Private::FStructPropertyParams NewProp_Rate; static const UECodeGen_Private::FStructPropertyParams NewProp_Radius; static const UECodeGen_Private::FStructPropertyParams NewProp_InitialPhase; static const UECodeGen_Private::FUInt32PropertyParams NewProp_CenterCoordinateSpace_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_CenterCoordinateSpace; static const UECodeGen_Private::FStructPropertyParams NewProp_Center; static const UECodeGen_Private::FUInt32PropertyParams NewProp_RotationCoordinateSpace_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_RotationCoordinateSpace; static const UECodeGen_Private::FStructPropertyParams NewProp_RotationAxis; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UNiagaraStatelessModule_RotateAroundPoint constinit property declarations ** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics // ********** Begin Class UNiagaraStatelessModule_RotateAroundPoint Property Definitions *********** const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::NewProp_Rate = { "Rate", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraStatelessModule_RotateAroundPoint, Rate), Z_Construct_UScriptStruct_FNiagaraDistributionRangeFloat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Rate_MetaData), NewProp_Rate_MetaData) }; // 3587591662 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::NewProp_Radius = { "Radius", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraStatelessModule_RotateAroundPoint, Radius), Z_Construct_UScriptStruct_FNiagaraDistributionRangeFloat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Radius_MetaData), NewProp_Radius_MetaData) }; // 3587591662 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::NewProp_InitialPhase = { "InitialPhase", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraStatelessModule_RotateAroundPoint, InitialPhase), Z_Construct_UScriptStruct_FNiagaraDistributionRangeFloat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InitialPhase_MetaData), NewProp_InitialPhase_MetaData) }; // 3587591662 const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::NewProp_CenterCoordinateSpace_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::NewProp_CenterCoordinateSpace = { "CenterCoordinateSpace", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraStatelessModule_RotateAroundPoint, CenterCoordinateSpace), Z_Construct_UEnum_Niagara_ENiagaraCoordinateSpace, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CenterCoordinateSpace_MetaData), NewProp_CenterCoordinateSpace_MetaData) }; // 636400229 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::NewProp_Center = { "Center", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraStatelessModule_RotateAroundPoint, Center), Z_Construct_UScriptStruct_FNiagaraDistributionRangeVector3, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Center_MetaData), NewProp_Center_MetaData) }; // 196786643 const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::NewProp_RotationCoordinateSpace_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::NewProp_RotationCoordinateSpace = { "RotationCoordinateSpace", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraStatelessModule_RotateAroundPoint, RotationCoordinateSpace), Z_Construct_UEnum_Niagara_ENiagaraCoordinateSpace, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RotationCoordinateSpace_MetaData), NewProp_RotationCoordinateSpace_MetaData) }; // 636400229 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::NewProp_RotationAxis = { "RotationAxis", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraStatelessModule_RotateAroundPoint, RotationAxis), Z_Construct_UScriptStruct_FNiagaraDistributionRangeVector3, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RotationAxis_MetaData), NewProp_RotationAxis_MetaData) }; // 196786643 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::NewProp_Rate, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::NewProp_Radius, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::NewProp_InitialPhase, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::NewProp_CenterCoordinateSpace_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::NewProp_CenterCoordinateSpace, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::NewProp_Center, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::NewProp_RotationCoordinateSpace_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::NewProp_RotationCoordinateSpace, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::NewProp_RotationAxis, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::PropPointers) < 2048); // ********** End Class UNiagaraStatelessModule_RotateAroundPoint Property Definitions ************* UObject* (*const Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UNiagaraStatelessModule, (UObject* (*)())Z_Construct_UPackage__Script_Niagara, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::ClassParams = { &UNiagaraStatelessModule_RotateAroundPoint::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::PropPointers), 0, 0x000810A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::Class_MetaDataParams), Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::Class_MetaDataParams) }; void UNiagaraStatelessModule_RotateAroundPoint::StaticRegisterNativesUNiagaraStatelessModule_RotateAroundPoint() { } UClass* Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint() { if (!Z_Registration_Info_UClass_UNiagaraStatelessModule_RotateAroundPoint.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNiagaraStatelessModule_RotateAroundPoint.OuterSingleton, Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics::ClassParams); } return Z_Registration_Info_UClass_UNiagaraStatelessModule_RotateAroundPoint.OuterSingleton; } UNiagaraStatelessModule_RotateAroundPoint::UNiagaraStatelessModule_RotateAroundPoint() {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNiagaraStatelessModule_RotateAroundPoint); UNiagaraStatelessModule_RotateAroundPoint::~UNiagaraStatelessModule_RotateAroundPoint() {} // ********** End Class UNiagaraStatelessModule_RotateAroundPoint ********************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_RotateAroundPoint_h__Script_Niagara_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint, UNiagaraStatelessModule_RotateAroundPoint::StaticClass, TEXT("UNiagaraStatelessModule_RotateAroundPoint"), &Z_Registration_Info_UClass_UNiagaraStatelessModule_RotateAroundPoint, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNiagaraStatelessModule_RotateAroundPoint), 185143388U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_RotateAroundPoint_h__Script_Niagara_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_RotateAroundPoint_h__Script_Niagara_4285021676{ TEXT("/Script/Niagara"), Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_RotateAroundPoint_h__Script_Niagara_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_RotateAroundPoint_h__Script_Niagara_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS