Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/AudioModulation/UHT/SoundModulationEnvelopeFollower.gen.cpp

275 lines
20 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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/SoundModulationEnvelopeFollower.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeSoundModulationEnvelopeFollower() {}
// ********** Begin Cross Module References ********************************************************
AUDIOMODULATION_API UClass* Z_Construct_UClass_USoundModulationGenerator();
AUDIOMODULATION_API UClass* Z_Construct_UClass_USoundModulationGeneratorEnvelopeFollower();
AUDIOMODULATION_API UClass* Z_Construct_UClass_USoundModulationGeneratorEnvelopeFollower_NoRegister();
AUDIOMODULATION_API UScriptStruct* Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams();
ENGINE_API UClass* Z_Construct_UClass_UAudioBus_NoRegister();
UPackage* Z_Construct_UPackage__Script_AudioModulation();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FEnvelopeFollowerGeneratorParams **********************************
struct Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FEnvelopeFollowerGeneratorParams); }
static inline consteval int16 GetStructAlignment() { return alignof(FEnvelopeFollowerGeneratorParams); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "ModuleRelativePath", "Public/Generators/SoundModulationEnvelopeFollower.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bBypass_MetaData[] = {
{ "Category", "Modulation" },
{ "Comment", "/** If true, bypasses generator from being modulated by parameters, patches, or mixed (remains active and computed). */" },
{ "ModuleRelativePath", "Public/Generators/SoundModulationEnvelopeFollower.h" },
{ "ToolTip", "If true, bypasses generator from being modulated by parameters, patches, or mixed (remains active and computed)." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bInvert_MetaData[] = {
{ "Category", "Modulation" },
{ "Comment", "/** If true, inverts output */" },
{ "DisplayAfter", "ReleaseTime" },
{ "EditCondition", "!bBypass" },
{ "ModuleRelativePath", "Public/Generators/SoundModulationEnvelopeFollower.h" },
{ "ToolTip", "If true, inverts output" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AudioBus_MetaData[] = {
{ "Category", "Modulation" },
{ "Comment", "/** AudioBus to follow amplitude of and generate modulation control signal from. */" },
{ "EditCondition", "!bBypass" },
{ "ModuleRelativePath", "Public/Generators/SoundModulationEnvelopeFollower.h" },
{ "ToolTip", "AudioBus to follow amplitude of and generate modulation control signal from." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Gain_MetaData[] = {
{ "Category", "Modulation" },
{ "ClampMin", "0.000000" },
{ "Comment", "/** Gain to apply to amplitude signal. */" },
{ "EditCondition", "!bBypass" },
{ "ModuleRelativePath", "Public/Generators/SoundModulationEnvelopeFollower.h" },
{ "ToolTip", "Gain to apply to amplitude signal." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttackTime_MetaData[] = {
{ "Category", "Modulation" },
{ "ClampMin", "0.000000" },
{ "Comment", "/** Attack time of envelope response (in sec) */" },
{ "EditCondition", "!bBypass" },
{ "ModuleRelativePath", "Public/Generators/SoundModulationEnvelopeFollower.h" },
{ "ToolTip", "Attack time of envelope response (in sec)" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReleaseTime_MetaData[] = {
{ "Category", "Modulation" },
{ "ClampMin", "0.000000" },
{ "Comment", "/** Release time of envelope response (in sec) */" },
{ "EditCondition", "!bBypass" },
{ "ModuleRelativePath", "Public/Generators/SoundModulationEnvelopeFollower.h" },
{ "ToolTip", "Release time of envelope response (in sec)" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FEnvelopeFollowerGeneratorParams constinit property declarations **
static void NewProp_bBypass_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bBypass;
static void NewProp_bInvert_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bInvert;
static const UECodeGen_Private::FObjectPropertyParams NewProp_AudioBus;
static const UECodeGen_Private::FFloatPropertyParams NewProp_Gain;
static const UECodeGen_Private::FFloatPropertyParams NewProp_AttackTime;
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReleaseTime;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FEnvelopeFollowerGeneratorParams constinit property declarations ****
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FEnvelopeFollowerGeneratorParams>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FEnvelopeFollowerGeneratorParams;
class UScriptStruct* FEnvelopeFollowerGeneratorParams::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FEnvelopeFollowerGeneratorParams.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FEnvelopeFollowerGeneratorParams.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams, (UObject*)Z_Construct_UPackage__Script_AudioModulation(), TEXT("EnvelopeFollowerGeneratorParams"));
}
return Z_Registration_Info_UScriptStruct_FEnvelopeFollowerGeneratorParams.OuterSingleton;
}
// ********** Begin ScriptStruct FEnvelopeFollowerGeneratorParams Property Definitions *************
void Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::NewProp_bBypass_SetBit(void* Obj)
{
((FEnvelopeFollowerGeneratorParams*)Obj)->bBypass = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_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(FEnvelopeFollowerGeneratorParams), &Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::NewProp_bBypass_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bBypass_MetaData), NewProp_bBypass_MetaData) };
void Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::NewProp_bInvert_SetBit(void* Obj)
{
((FEnvelopeFollowerGeneratorParams*)Obj)->bInvert = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::NewProp_bInvert = { "bInvert", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FEnvelopeFollowerGeneratorParams), &Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::NewProp_bInvert_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bInvert_MetaData), NewProp_bInvert_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::NewProp_AudioBus = { "AudioBus", nullptr, (EPropertyFlags)0x0114000000000005, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FEnvelopeFollowerGeneratorParams, AudioBus), Z_Construct_UClass_UAudioBus_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AudioBus_MetaData), NewProp_AudioBus_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::NewProp_Gain = { "Gain", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FEnvelopeFollowerGeneratorParams, Gain), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Gain_MetaData), NewProp_Gain_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::NewProp_AttackTime = { "AttackTime", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FEnvelopeFollowerGeneratorParams, AttackTime), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttackTime_MetaData), NewProp_AttackTime_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::NewProp_ReleaseTime = { "ReleaseTime", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FEnvelopeFollowerGeneratorParams, ReleaseTime), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReleaseTime_MetaData), NewProp_ReleaseTime_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::NewProp_bBypass,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::NewProp_bInvert,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::NewProp_AudioBus,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::NewProp_Gain,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::NewProp_AttackTime,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::NewProp_ReleaseTime,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FEnvelopeFollowerGeneratorParams Property Definitions ***************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_AudioModulation,
nullptr,
&NewStructOps,
"EnvelopeFollowerGeneratorParams",
Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::PropPointers),
sizeof(FEnvelopeFollowerGeneratorParams),
alignof(FEnvelopeFollowerGeneratorParams),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams()
{
if (!Z_Registration_Info_UScriptStruct_FEnvelopeFollowerGeneratorParams.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FEnvelopeFollowerGeneratorParams.InnerSingleton, Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FEnvelopeFollowerGeneratorParams.InnerSingleton);
}
// ********** End ScriptStruct FEnvelopeFollowerGeneratorParams ************************************
// ********** Begin Class USoundModulationGeneratorEnvelopeFollower ********************************
FClassRegistrationInfo Z_Registration_Info_UClass_USoundModulationGeneratorEnvelopeFollower;
UClass* USoundModulationGeneratorEnvelopeFollower::GetPrivateStaticClass()
{
using TClass = USoundModulationGeneratorEnvelopeFollower;
if (!Z_Registration_Info_UClass_USoundModulationGeneratorEnvelopeFollower.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("SoundModulationGeneratorEnvelopeFollower"),
Z_Registration_Info_UClass_USoundModulationGeneratorEnvelopeFollower.InnerSingleton,
StaticRegisterNativesUSoundModulationGeneratorEnvelopeFollower,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_USoundModulationGeneratorEnvelopeFollower.InnerSingleton;
}
UClass* Z_Construct_UClass_USoundModulationGeneratorEnvelopeFollower_NoRegister()
{
return USoundModulationGeneratorEnvelopeFollower::GetPrivateStaticClass();
}
struct Z_Construct_UClass_USoundModulationGeneratorEnvelopeFollower_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "DisplayName", "Envelope Follower Generator" },
{ "HideCategories", "Object Object" },
{ "IncludePath", "Generators/SoundModulationEnvelopeFollower.h" },
{ "ModuleRelativePath", "Public/Generators/SoundModulationEnvelopeFollower.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Params_MetaData[] = {
{ "Category", "Modulation" },
{ "ModuleRelativePath", "Public/Generators/SoundModulationEnvelopeFollower.h" },
{ "ShowOnlyInnerProperties", "" },
};
#endif // WITH_METADATA
// ********** Begin Class USoundModulationGeneratorEnvelopeFollower constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_Params;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class USoundModulationGeneratorEnvelopeFollower constinit property declarations **
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<USoundModulationGeneratorEnvelopeFollower>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_USoundModulationGeneratorEnvelopeFollower_Statics
// ********** Begin Class USoundModulationGeneratorEnvelopeFollower Property Definitions ***********
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_USoundModulationGeneratorEnvelopeFollower_Statics::NewProp_Params = { "Params", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USoundModulationGeneratorEnvelopeFollower, Params), Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Params_MetaData), NewProp_Params_MetaData) }; // 3601003670
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_USoundModulationGeneratorEnvelopeFollower_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USoundModulationGeneratorEnvelopeFollower_Statics::NewProp_Params,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USoundModulationGeneratorEnvelopeFollower_Statics::PropPointers) < 2048);
// ********** End Class USoundModulationGeneratorEnvelopeFollower Property Definitions *************
UObject* (*const Z_Construct_UClass_USoundModulationGeneratorEnvelopeFollower_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_USoundModulationGenerator,
(UObject* (*)())Z_Construct_UPackage__Script_AudioModulation,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USoundModulationGeneratorEnvelopeFollower_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_USoundModulationGeneratorEnvelopeFollower_Statics::ClassParams = {
&USoundModulationGeneratorEnvelopeFollower::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_USoundModulationGeneratorEnvelopeFollower_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_USoundModulationGeneratorEnvelopeFollower_Statics::PropPointers),
0,
0x000810A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USoundModulationGeneratorEnvelopeFollower_Statics::Class_MetaDataParams), Z_Construct_UClass_USoundModulationGeneratorEnvelopeFollower_Statics::Class_MetaDataParams)
};
void USoundModulationGeneratorEnvelopeFollower::StaticRegisterNativesUSoundModulationGeneratorEnvelopeFollower()
{
}
UClass* Z_Construct_UClass_USoundModulationGeneratorEnvelopeFollower()
{
if (!Z_Registration_Info_UClass_USoundModulationGeneratorEnvelopeFollower.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USoundModulationGeneratorEnvelopeFollower.OuterSingleton, Z_Construct_UClass_USoundModulationGeneratorEnvelopeFollower_Statics::ClassParams);
}
return Z_Registration_Info_UClass_USoundModulationGeneratorEnvelopeFollower.OuterSingleton;
}
USoundModulationGeneratorEnvelopeFollower::USoundModulationGeneratorEnvelopeFollower(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USoundModulationGeneratorEnvelopeFollower);
USoundModulationGeneratorEnvelopeFollower::~USoundModulationGeneratorEnvelopeFollower() {}
// ********** End Class USoundModulationGeneratorEnvelopeFollower **********************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationEnvelopeFollower_h__Script_AudioModulation_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FEnvelopeFollowerGeneratorParams::StaticStruct, Z_Construct_UScriptStruct_FEnvelopeFollowerGeneratorParams_Statics::NewStructOps, TEXT("EnvelopeFollowerGeneratorParams"),&Z_Registration_Info_UScriptStruct_FEnvelopeFollowerGeneratorParams, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FEnvelopeFollowerGeneratorParams), 3601003670U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_USoundModulationGeneratorEnvelopeFollower, USoundModulationGeneratorEnvelopeFollower::StaticClass, TEXT("USoundModulationGeneratorEnvelopeFollower"), &Z_Registration_Info_UClass_USoundModulationGeneratorEnvelopeFollower, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USoundModulationGeneratorEnvelopeFollower), 21364632U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationEnvelopeFollower_h__Script_AudioModulation_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationEnvelopeFollower_h__Script_AudioModulation_3349967762{
TEXT("/Script/AudioModulation"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationEnvelopeFollower_h__Script_AudioModulation_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationEnvelopeFollower_h__Script_AudioModulation_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationEnvelopeFollower_h__Script_AudioModulation_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationEnvelopeFollower_h__Script_AudioModulation_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS