// 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 "Generators/SoundModulationLFO.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeSoundModulationLFO() {} // ********** Begin Cross Module References ******************************************************** AUDIOMODULATION_API UClass* Z_Construct_UClass_USoundModulationGenerator(); AUDIOMODULATION_API UClass* Z_Construct_UClass_USoundModulationGeneratorLFO(); AUDIOMODULATION_API UClass* Z_Construct_UClass_USoundModulationGeneratorLFO_NoRegister(); AUDIOMODULATION_API UEnum* Z_Construct_UEnum_AudioModulation_ESoundModulationLFOShape(); AUDIOMODULATION_API UScriptStruct* Z_Construct_UScriptStruct_FSoundModulationLFOParams(); UPackage* Z_Construct_UPackage__Script_AudioModulation(); // ********** End Cross Module References ********************************************************** // ********** Begin Enum ESoundModulationLFOShape ************************************************** static FEnumRegistrationInfo Z_Registration_Info_UEnum_ESoundModulationLFOShape; static UEnum* ESoundModulationLFOShape_StaticEnum() { if (!Z_Registration_Info_UEnum_ESoundModulationLFOShape.OuterSingleton) { Z_Registration_Info_UEnum_ESoundModulationLFOShape.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_AudioModulation_ESoundModulationLFOShape, (UObject*)Z_Construct_UPackage__Script_AudioModulation(), TEXT("ESoundModulationLFOShape")); } return Z_Registration_Info_UEnum_ESoundModulationLFOShape.OuterSingleton; } template<> AUDIOMODULATION_NON_ATTRIBUTED_API UEnum* StaticEnum() { return ESoundModulationLFOShape_StaticEnum(); } struct Z_Construct_UEnum_AudioModulation_ESoundModulationLFOShape_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = { { "BlueprintType", "true" }, { "COUNT.Hidden", "" }, { "COUNT.Name", "ESoundModulationLFOShape::COUNT" }, { "DownSaw.DisplayName", "Saw (Down)" }, { "DownSaw.Name", "ESoundModulationLFOShape::DownSaw" }, { "Exponential.DisplayName", "Exponential" }, { "Exponential.Name", "ESoundModulationLFOShape::Exponential" }, { "ModuleRelativePath", "Public/Generators/SoundModulationLFO.h" }, { "RandomSampleHold.DisplayName", "Random" }, { "RandomSampleHold.Name", "ESoundModulationLFOShape::RandomSampleHold" }, { "Sine.DisplayName", "Sine" }, { "Sine.Name", "ESoundModulationLFOShape::Sine" }, { "Square.DisplayName", "Square" }, { "Square.Name", "ESoundModulationLFOShape::Square" }, { "Triangle.DisplayName", "Triangle" }, { "Triangle.Name", "ESoundModulationLFOShape::Triangle" }, { "UpSaw.DisplayName", "Saw (Up)" }, { "UpSaw.Name", "ESoundModulationLFOShape::UpSaw" }, }; #endif // WITH_METADATA static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = { { "ESoundModulationLFOShape::Sine", (int64)ESoundModulationLFOShape::Sine }, { "ESoundModulationLFOShape::UpSaw", (int64)ESoundModulationLFOShape::UpSaw }, { "ESoundModulationLFOShape::DownSaw", (int64)ESoundModulationLFOShape::DownSaw }, { "ESoundModulationLFOShape::Square", (int64)ESoundModulationLFOShape::Square }, { "ESoundModulationLFOShape::Triangle", (int64)ESoundModulationLFOShape::Triangle }, { "ESoundModulationLFOShape::Exponential", (int64)ESoundModulationLFOShape::Exponential }, { "ESoundModulationLFOShape::RandomSampleHold", (int64)ESoundModulationLFOShape::RandomSampleHold }, { "ESoundModulationLFOShape::COUNT", (int64)ESoundModulationLFOShape::COUNT }, }; static const UECodeGen_Private::FEnumParams EnumParams; }; // struct Z_Construct_UEnum_AudioModulation_ESoundModulationLFOShape_Statics const UECodeGen_Private::FEnumParams Z_Construct_UEnum_AudioModulation_ESoundModulationLFOShape_Statics::EnumParams = { (UObject*(*)())Z_Construct_UPackage__Script_AudioModulation, nullptr, "ESoundModulationLFOShape", "ESoundModulationLFOShape", Z_Construct_UEnum_AudioModulation_ESoundModulationLFOShape_Statics::Enumerators, RF_Public|RF_Transient|RF_MarkAsNative, UE_ARRAY_COUNT(Z_Construct_UEnum_AudioModulation_ESoundModulationLFOShape_Statics::Enumerators), EEnumFlags::None, (uint8)UEnum::ECppForm::EnumClass, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_AudioModulation_ESoundModulationLFOShape_Statics::Enum_MetaDataParams), Z_Construct_UEnum_AudioModulation_ESoundModulationLFOShape_Statics::Enum_MetaDataParams) }; UEnum* Z_Construct_UEnum_AudioModulation_ESoundModulationLFOShape() { if (!Z_Registration_Info_UEnum_ESoundModulationLFOShape.InnerSingleton) { UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ESoundModulationLFOShape.InnerSingleton, Z_Construct_UEnum_AudioModulation_ESoundModulationLFOShape_Statics::EnumParams); } return Z_Registration_Info_UEnum_ESoundModulationLFOShape.InnerSingleton; } // ********** End Enum ESoundModulationLFOShape **************************************************** // ********** Begin ScriptStruct FSoundModulationLFOParams ***************************************** struct Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics { static inline consteval int32 GetStructSize() { return sizeof(FSoundModulationLFOParams); } static inline consteval int16 GetStructAlignment() { return alignof(FSoundModulationLFOParams); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "BlueprintType", "true" }, { "ModuleRelativePath", "Public/Generators/SoundModulationLFO.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Shape_MetaData[] = { { "Category", "Modulation" }, { "Comment", "/** Shape of oscillating waveform */" }, { "DisplayPriority", "20" }, { "EditCondition", "!bBypass" }, { "ModuleRelativePath", "Public/Generators/SoundModulationLFO.h" }, { "ToolTip", "Shape of oscillating waveform" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ExponentialFactor_MetaData[] = { { "Category", "Modulation" }, { "ClampMin", "0.000001" }, { "Comment", "/** Factor increasing/decreasing curvature of exponential LFO shape. */" }, { "DisplayPriority", "21" }, { "EditCondition", "!bBypass && Shape == ESoundModulationLFOShape::Exponential" }, { "EditConditionHides", "" }, { "ModuleRelativePath", "Public/Generators/SoundModulationLFO.h" }, { "ToolTip", "Factor increasing/decreasing curvature of exponential LFO shape." }, { "UIMax", "10.0" }, { "UIMin", "0.25" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Width_MetaData[] = { { "Category", "Modulation" }, { "ClampMax", "1.0" }, { "ClampMin", "0.0" }, { "Comment", "/** Pulse width of square LFO shape. */" }, { "DisplayPriority", "21" }, { "EditCondition", "!bBypass && Shape == ESoundModulationLFOShape::Square" }, { "EditConditionHides", "" }, { "ModuleRelativePath", "Public/Generators/SoundModulationLFO.h" }, { "ToolTip", "Pulse width of square LFO shape." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Amplitude_MetaData[] = { { "Category", "Modulation" }, { "ClampMax", "1" }, { "ClampMin", "0" }, { "Comment", "/** Amplitude of oscillator */" }, { "DisplayPriority", "30" }, { "EditCondition", "!bBypass" }, { "ModuleRelativePath", "Public/Generators/SoundModulationLFO.h" }, { "ToolTip", "Amplitude of oscillator" }, { "UIMax", "1" }, { "UIMin", "0" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Frequency_MetaData[] = { { "Category", "Modulation" }, { "ClampMax", "20" }, { "ClampMin", "0" }, { "Comment", "/** Frequency of oscillator */" }, { "DisplayPriority", "40" }, { "EditCondition", "!bBypass" }, { "ModuleRelativePath", "Public/Generators/SoundModulationLFO.h" }, { "ToolTip", "Frequency of oscillator" }, { "UIMax", "20" }, { "UIMin", "0" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Offset_MetaData[] = { { "Category", "Modulation" }, { "ClampMax", "1" }, { "ClampMin", "0" }, { "Comment", "/** Amplitude offset of oscillator */" }, { "DisplayPriority", "50" }, { "EditCondition", "!bBypass" }, { "ModuleRelativePath", "Public/Generators/SoundModulationLFO.h" }, { "ToolTip", "Amplitude offset of oscillator" }, { "UIMax", "1" }, { "UIMin", "0" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Phase_MetaData[] = { { "Category", "Modulation" }, { "ClampMin", "0" }, { "Comment", "/** Unit phase offset of oscillator */" }, { "DisplayPriority", "60" }, { "EditCondition", "!bBypass" }, { "ModuleRelativePath", "Public/Generators/SoundModulationLFO.h" }, { "ToolTip", "Unit phase offset of oscillator" }, { "UIMax", "1" }, { "UIMin", "0" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLooping_MetaData[] = { { "Category", "Modulation" }, { "Comment", "/** Whether or not to loop the oscillation more than once */" }, { "DisplayPriority", "70" }, { "EditCondition", "!bBypass" }, { "ModuleRelativePath", "Public/Generators/SoundModulationLFO.h" }, { "ToolTip", "Whether or not to loop the oscillation more than once" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bBypass_MetaData[] = { { "Category", "Modulation" }, { "Comment", "/** If true, bypasses LFO bus from being modulated by parameters, patches, or mixed (LFO remains active and computed). */" }, { "DisplayPriority", "10" }, { "ModuleRelativePath", "Public/Generators/SoundModulationLFO.h" }, { "ToolTip", "If true, bypasses LFO bus from being modulated by parameters, patches, or mixed (LFO remains active and computed)." }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FSoundModulationLFOParams constinit property declarations ********* static const UECodeGen_Private::FBytePropertyParams NewProp_Shape_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_Shape; static const UECodeGen_Private::FFloatPropertyParams NewProp_ExponentialFactor; static const UECodeGen_Private::FFloatPropertyParams NewProp_Width; static const UECodeGen_Private::FFloatPropertyParams NewProp_Amplitude; static const UECodeGen_Private::FFloatPropertyParams NewProp_Frequency; static const UECodeGen_Private::FFloatPropertyParams NewProp_Offset; static const UECodeGen_Private::FFloatPropertyParams NewProp_Phase; static void NewProp_bLooping_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bLooping; static void NewProp_bBypass_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bBypass; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FSoundModulationLFOParams constinit property declarations *********** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSoundModulationLFOParams; class UScriptStruct* FSoundModulationLFOParams::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FSoundModulationLFOParams.OuterSingleton) { Z_Registration_Info_UScriptStruct_FSoundModulationLFOParams.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSoundModulationLFOParams, (UObject*)Z_Construct_UPackage__Script_AudioModulation(), TEXT("SoundModulationLFOParams")); } return Z_Registration_Info_UScriptStruct_FSoundModulationLFOParams.OuterSingleton; } // ********** Begin ScriptStruct FSoundModulationLFOParams Property Definitions ******************** const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_Shape_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_Shape = { "Shape", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundModulationLFOParams, Shape), Z_Construct_UEnum_AudioModulation_ESoundModulationLFOShape, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Shape_MetaData), NewProp_Shape_MetaData) }; // 2063826648 const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_ExponentialFactor = { "ExponentialFactor", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundModulationLFOParams, ExponentialFactor), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ExponentialFactor_MetaData), NewProp_ExponentialFactor_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_Width = { "Width", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundModulationLFOParams, Width), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Width_MetaData), NewProp_Width_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_Amplitude = { "Amplitude", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundModulationLFOParams, Amplitude), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Amplitude_MetaData), NewProp_Amplitude_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_Frequency = { "Frequency", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundModulationLFOParams, Frequency), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Frequency_MetaData), NewProp_Frequency_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_Offset = { "Offset", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundModulationLFOParams, Offset), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Offset_MetaData), NewProp_Offset_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_Phase = { "Phase", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundModulationLFOParams, Phase), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Phase_MetaData), NewProp_Phase_MetaData) }; void Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_bLooping_SetBit(void* Obj) { ((FSoundModulationLFOParams*)Obj)->bLooping = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_bLooping = { "bLooping", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundModulationLFOParams), &Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_bLooping_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLooping_MetaData), NewProp_bLooping_MetaData) }; void Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_bBypass_SetBit(void* Obj) { ((FSoundModulationLFOParams*)Obj)->bBypass = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_bBypass = { "bBypass", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundModulationLFOParams), &Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_bBypass_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bBypass_MetaData), NewProp_bBypass_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_Shape_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_Shape, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_ExponentialFactor, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_Width, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_Amplitude, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_Frequency, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_Offset, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_Phase, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_bLooping, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewProp_bBypass, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::PropPointers) < 2048); // ********** End ScriptStruct FSoundModulationLFOParams Property Definitions ********************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_AudioModulation, nullptr, &NewStructOps, "SoundModulationLFOParams", Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::PropPointers), sizeof(FSoundModulationLFOParams), alignof(FSoundModulationLFOParams), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FSoundModulationLFOParams() { if (!Z_Registration_Info_UScriptStruct_FSoundModulationLFOParams.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSoundModulationLFOParams.InnerSingleton, Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FSoundModulationLFOParams.InnerSingleton); } // ********** End ScriptStruct FSoundModulationLFOParams ******************************************* // ********** Begin Class USoundModulationGeneratorLFO ********************************************* FClassRegistrationInfo Z_Registration_Info_UClass_USoundModulationGeneratorLFO; UClass* USoundModulationGeneratorLFO::GetPrivateStaticClass() { using TClass = USoundModulationGeneratorLFO; if (!Z_Registration_Info_UClass_USoundModulationGeneratorLFO.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("SoundModulationGeneratorLFO"), Z_Registration_Info_UClass_USoundModulationGeneratorLFO.InnerSingleton, StaticRegisterNativesUSoundModulationGeneratorLFO, 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_USoundModulationGeneratorLFO.InnerSingleton; } UClass* Z_Construct_UClass_USoundModulationGeneratorLFO_NoRegister() { return USoundModulationGeneratorLFO::GetPrivateStaticClass(); } struct Z_Construct_UClass_USoundModulationGeneratorLFO_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "BlueprintType", "true" }, { "HideCategories", "Object Object" }, { "IncludePath", "Generators/SoundModulationLFO.h" }, { "ModuleRelativePath", "Public/Generators/SoundModulationLFO.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Params_MetaData[] = { { "Category", "Modulation" }, { "ModuleRelativePath", "Public/Generators/SoundModulationLFO.h" }, { "ShowOnlyInnerProperties", "" }, }; #endif // WITH_METADATA // ********** Begin Class USoundModulationGeneratorLFO constinit property declarations ************* static const UECodeGen_Private::FStructPropertyParams NewProp_Params; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class USoundModulationGeneratorLFO constinit property declarations *************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_USoundModulationGeneratorLFO_Statics // ********** Begin Class USoundModulationGeneratorLFO Property Definitions ************************ const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_USoundModulationGeneratorLFO_Statics::NewProp_Params = { "Params", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USoundModulationGeneratorLFO, Params), Z_Construct_UScriptStruct_FSoundModulationLFOParams, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Params_MetaData), NewProp_Params_MetaData) }; // 1894012980 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_USoundModulationGeneratorLFO_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USoundModulationGeneratorLFO_Statics::NewProp_Params, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USoundModulationGeneratorLFO_Statics::PropPointers) < 2048); // ********** End Class USoundModulationGeneratorLFO Property Definitions ************************** UObject* (*const Z_Construct_UClass_USoundModulationGeneratorLFO_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_USoundModulationGenerator, (UObject* (*)())Z_Construct_UPackage__Script_AudioModulation, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USoundModulationGeneratorLFO_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_USoundModulationGeneratorLFO_Statics::ClassParams = { &USoundModulationGeneratorLFO::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_USoundModulationGeneratorLFO_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_USoundModulationGeneratorLFO_Statics::PropPointers), 0, 0x000810A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USoundModulationGeneratorLFO_Statics::Class_MetaDataParams), Z_Construct_UClass_USoundModulationGeneratorLFO_Statics::Class_MetaDataParams) }; void USoundModulationGeneratorLFO::StaticRegisterNativesUSoundModulationGeneratorLFO() { } UClass* Z_Construct_UClass_USoundModulationGeneratorLFO() { if (!Z_Registration_Info_UClass_USoundModulationGeneratorLFO.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USoundModulationGeneratorLFO.OuterSingleton, Z_Construct_UClass_USoundModulationGeneratorLFO_Statics::ClassParams); } return Z_Registration_Info_UClass_USoundModulationGeneratorLFO.OuterSingleton; } USoundModulationGeneratorLFO::USoundModulationGeneratorLFO(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USoundModulationGeneratorLFO); USoundModulationGeneratorLFO::~USoundModulationGeneratorLFO() {} // ********** End Class USoundModulationGeneratorLFO *********************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationLFO_h__Script_AudioModulation_Statics { static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = { { ESoundModulationLFOShape_StaticEnum, TEXT("ESoundModulationLFOShape"), &Z_Registration_Info_UEnum_ESoundModulationLFOShape, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2063826648U) }, }; static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FSoundModulationLFOParams::StaticStruct, Z_Construct_UScriptStruct_FSoundModulationLFOParams_Statics::NewStructOps, TEXT("SoundModulationLFOParams"),&Z_Registration_Info_UScriptStruct_FSoundModulationLFOParams, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSoundModulationLFOParams), 1894012980U) }, }; static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_USoundModulationGeneratorLFO, USoundModulationGeneratorLFO::StaticClass, TEXT("USoundModulationGeneratorLFO"), &Z_Registration_Info_UClass_USoundModulationGeneratorLFO, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USoundModulationGeneratorLFO), 641996647U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationLFO_h__Script_AudioModulation_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationLFO_h__Script_AudioModulation_2439372082{ TEXT("/Script/AudioModulation"), Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationLFO_h__Script_AudioModulation_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationLFO_h__Script_AudioModulation_Statics::ClassInfo), Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationLFO_h__Script_AudioModulation_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationLFO_h__Script_AudioModulation_Statics::ScriptStructInfo), Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationLFO_h__Script_AudioModulation_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationLFO_h__Script_AudioModulation_Statics::EnumInfo), }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS