283 lines
20 KiB
C++
283 lines
20 KiB
C++
|
|
// 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/SoundModulationADEnvelope.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeSoundModulationADEnvelope() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
AUDIOMODULATION_API UClass* Z_Construct_UClass_USoundModulationGenerator();
|
||
|
|
AUDIOMODULATION_API UClass* Z_Construct_UClass_USoundModulationGeneratorADEnvelope();
|
||
|
|
AUDIOMODULATION_API UClass* Z_Construct_UClass_USoundModulationGeneratorADEnvelope_NoRegister();
|
||
|
|
AUDIOMODULATION_API UScriptStruct* Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_AudioModulation();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSoundModulationADEnvelopeParams **********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FSoundModulationADEnvelopeParams); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FSoundModulationADEnvelopeParams); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "ModuleRelativePath", "Public/Generators/SoundModulationADEnvelope.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttackTime_MetaData[] = {
|
||
|
|
{ "Category", "Modulation" },
|
||
|
|
{ "ClampMin", "0" },
|
||
|
|
{ "Comment", "/** Attack time of the envelope (seconds). */" },
|
||
|
|
{ "DisplayPriority", "20" },
|
||
|
|
{ "EditCondition", "!bBypass" },
|
||
|
|
{ "ModuleRelativePath", "Public/Generators/SoundModulationADEnvelope.h" },
|
||
|
|
{ "ToolTip", "Attack time of the envelope (seconds)." },
|
||
|
|
{ "UIMin", "0" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DecayTime_MetaData[] = {
|
||
|
|
{ "Category", "Modulation" },
|
||
|
|
{ "ClampMin", "0" },
|
||
|
|
{ "Comment", "/** Decay time of the envelope (seconds). */" },
|
||
|
|
{ "DisplayPriority", "30" },
|
||
|
|
{ "EditCondition", "!bBypass" },
|
||
|
|
{ "ModuleRelativePath", "Public/Generators/SoundModulationADEnvelope.h" },
|
||
|
|
{ "ToolTip", "Decay time of the envelope (seconds)." },
|
||
|
|
{ "UIMin", "0" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttackCurve_MetaData[] = {
|
||
|
|
{ "Category", "Modulation" },
|
||
|
|
{ "ClampMin", "0" },
|
||
|
|
{ "Comment", "/** The exponential curve factor of the attack. 1.0 = linear growth, < 1.0 logorithmic growth, > 1.0 exponential growth. */" },
|
||
|
|
{ "DisplayPriority", "40" },
|
||
|
|
{ "EditCondition", "!bBypass" },
|
||
|
|
{ "ModuleRelativePath", "Public/Generators/SoundModulationADEnvelope.h" },
|
||
|
|
{ "ToolTip", "The exponential curve factor of the attack. 1.0 = linear growth, < 1.0 logorithmic growth, > 1.0 exponential growth." },
|
||
|
|
{ "UIMin", "0" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DecayCurve_MetaData[] = {
|
||
|
|
{ "Category", "Modulation" },
|
||
|
|
{ "ClampMin", "0" },
|
||
|
|
{ "Comment", "/** The exponential curve factor of the decay. 1.0 = linear decay, < 1.0 exponential decay, > 1.0 logarithmic decay. */" },
|
||
|
|
{ "DisplayPriority", "50" },
|
||
|
|
{ "EditCondition", "!bBypass" },
|
||
|
|
{ "ModuleRelativePath", "Public/Generators/SoundModulationADEnvelope.h" },
|
||
|
|
{ "ToolTip", "The exponential curve factor of the decay. 1.0 = linear decay, < 1.0 exponential decay, > 1.0 logarithmic decay." },
|
||
|
|
{ "UIMin", "0" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLooping_MetaData[] = {
|
||
|
|
{ "Category", "Modulation" },
|
||
|
|
{ "Comment", "/** Whether or not to loop the envelope. */" },
|
||
|
|
{ "DisplayPriority", "60" },
|
||
|
|
{ "EditCondition", "!bBypass" },
|
||
|
|
{ "ModuleRelativePath", "Public/Generators/SoundModulationADEnvelope.h" },
|
||
|
|
{ "ToolTip", "Whether or not to loop the envelope." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bBypass_MetaData[] = {
|
||
|
|
{ "Category", "Modulation" },
|
||
|
|
{ "Comment", "/** If true, bypasses envelope bus from being modulated by parameters, patches, or mixed (Envelope remains active and computed). */" },
|
||
|
|
{ "DisplayPriority", "10" },
|
||
|
|
{ "ModuleRelativePath", "Public/Generators/SoundModulationADEnvelope.h" },
|
||
|
|
{ "ToolTip", "If true, bypasses envelope bus from being modulated by parameters, patches, or mixed (Envelope remains active and computed)." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSoundModulationADEnvelopeParams constinit property declarations **
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_AttackTime;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_DecayTime;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_AttackCurve;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_DecayCurve;
|
||
|
|
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 FSoundModulationADEnvelopeParams constinit property declarations ****
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSoundModulationADEnvelopeParams>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSoundModulationADEnvelopeParams;
|
||
|
|
class UScriptStruct* FSoundModulationADEnvelopeParams::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FSoundModulationADEnvelopeParams.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FSoundModulationADEnvelopeParams.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams, (UObject*)Z_Construct_UPackage__Script_AudioModulation(), TEXT("SoundModulationADEnvelopeParams"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FSoundModulationADEnvelopeParams.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSoundModulationADEnvelopeParams Property Definitions *************
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::NewProp_AttackTime = { "AttackTime", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundModulationADEnvelopeParams, AttackTime), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttackTime_MetaData), NewProp_AttackTime_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::NewProp_DecayTime = { "DecayTime", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundModulationADEnvelopeParams, DecayTime), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DecayTime_MetaData), NewProp_DecayTime_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::NewProp_AttackCurve = { "AttackCurve", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundModulationADEnvelopeParams, AttackCurve), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttackCurve_MetaData), NewProp_AttackCurve_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::NewProp_DecayCurve = { "DecayCurve", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundModulationADEnvelopeParams, DecayCurve), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DecayCurve_MetaData), NewProp_DecayCurve_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::NewProp_bLooping_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundModulationADEnvelopeParams*)Obj)->bLooping = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_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(FSoundModulationADEnvelopeParams), &Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::NewProp_bLooping_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLooping_MetaData), NewProp_bLooping_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::NewProp_bBypass_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundModulationADEnvelopeParams*)Obj)->bBypass = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_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(FSoundModulationADEnvelopeParams), &Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::NewProp_bBypass_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bBypass_MetaData), NewProp_bBypass_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::NewProp_AttackTime,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::NewProp_DecayTime,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::NewProp_AttackCurve,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::NewProp_DecayCurve,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::NewProp_bLooping,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::NewProp_bBypass,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FSoundModulationADEnvelopeParams Property Definitions ***************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AudioModulation,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"SoundModulationADEnvelopeParams",
|
||
|
|
Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::PropPointers),
|
||
|
|
sizeof(FSoundModulationADEnvelopeParams),
|
||
|
|
alignof(FSoundModulationADEnvelopeParams),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FSoundModulationADEnvelopeParams.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSoundModulationADEnvelopeParams.InnerSingleton, Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSoundModulationADEnvelopeParams.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FSoundModulationADEnvelopeParams ************************************
|
||
|
|
|
||
|
|
// ********** Begin Class USoundModulationGeneratorADEnvelope **************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_USoundModulationGeneratorADEnvelope;
|
||
|
|
UClass* USoundModulationGeneratorADEnvelope::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = USoundModulationGeneratorADEnvelope;
|
||
|
|
if (!Z_Registration_Info_UClass_USoundModulationGeneratorADEnvelope.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("SoundModulationGeneratorADEnvelope"),
|
||
|
|
Z_Registration_Info_UClass_USoundModulationGeneratorADEnvelope.InnerSingleton,
|
||
|
|
StaticRegisterNativesUSoundModulationGeneratorADEnvelope,
|
||
|
|
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_USoundModulationGeneratorADEnvelope.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_USoundModulationGeneratorADEnvelope_NoRegister()
|
||
|
|
{
|
||
|
|
return USoundModulationGeneratorADEnvelope::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_USoundModulationGeneratorADEnvelope_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "HideCategories", "Object Object" },
|
||
|
|
{ "IncludePath", "Generators/SoundModulationADEnvelope.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/Generators/SoundModulationADEnvelope.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Params_MetaData[] = {
|
||
|
|
{ "Category", "Modulation" },
|
||
|
|
{ "ModuleRelativePath", "Public/Generators/SoundModulationADEnvelope.h" },
|
||
|
|
{ "ShowOnlyInnerProperties", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class USoundModulationGeneratorADEnvelope constinit property declarations ******
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Params;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class USoundModulationGeneratorADEnvelope constinit property declarations ********
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<USoundModulationGeneratorADEnvelope>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_USoundModulationGeneratorADEnvelope_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class USoundModulationGeneratorADEnvelope Property Definitions *****************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_USoundModulationGeneratorADEnvelope_Statics::NewProp_Params = { "Params", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USoundModulationGeneratorADEnvelope, Params), Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Params_MetaData), NewProp_Params_MetaData) }; // 694828204
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_USoundModulationGeneratorADEnvelope_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USoundModulationGeneratorADEnvelope_Statics::NewProp_Params,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USoundModulationGeneratorADEnvelope_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class USoundModulationGeneratorADEnvelope Property Definitions *******************
|
||
|
|
UObject* (*const Z_Construct_UClass_USoundModulationGeneratorADEnvelope_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_USoundModulationGenerator,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AudioModulation,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USoundModulationGeneratorADEnvelope_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_USoundModulationGeneratorADEnvelope_Statics::ClassParams = {
|
||
|
|
&USoundModulationGeneratorADEnvelope::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_USoundModulationGeneratorADEnvelope_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_USoundModulationGeneratorADEnvelope_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000810A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USoundModulationGeneratorADEnvelope_Statics::Class_MetaDataParams), Z_Construct_UClass_USoundModulationGeneratorADEnvelope_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void USoundModulationGeneratorADEnvelope::StaticRegisterNativesUSoundModulationGeneratorADEnvelope()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_USoundModulationGeneratorADEnvelope()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_USoundModulationGeneratorADEnvelope.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USoundModulationGeneratorADEnvelope.OuterSingleton, Z_Construct_UClass_USoundModulationGeneratorADEnvelope_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_USoundModulationGeneratorADEnvelope.OuterSingleton;
|
||
|
|
}
|
||
|
|
USoundModulationGeneratorADEnvelope::USoundModulationGeneratorADEnvelope(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USoundModulationGeneratorADEnvelope);
|
||
|
|
USoundModulationGeneratorADEnvelope::~USoundModulationGeneratorADEnvelope() {}
|
||
|
|
// ********** End Class USoundModulationGeneratorADEnvelope ****************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationADEnvelope_h__Script_AudioModulation_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FSoundModulationADEnvelopeParams::StaticStruct, Z_Construct_UScriptStruct_FSoundModulationADEnvelopeParams_Statics::NewStructOps, TEXT("SoundModulationADEnvelopeParams"),&Z_Registration_Info_UScriptStruct_FSoundModulationADEnvelopeParams, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSoundModulationADEnvelopeParams), 694828204U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_USoundModulationGeneratorADEnvelope, USoundModulationGeneratorADEnvelope::StaticClass, TEXT("USoundModulationGeneratorADEnvelope"), &Z_Registration_Info_UClass_USoundModulationGeneratorADEnvelope, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USoundModulationGeneratorADEnvelope), 2869902994U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationADEnvelope_h__Script_AudioModulation_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationADEnvelope_h__Script_AudioModulation_797774391{
|
||
|
|
TEXT("/Script/AudioModulation"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationADEnvelope_h__Script_AudioModulation_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationADEnvelope_h__Script_AudioModulation_Statics::ClassInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationADEnvelope_h__Script_AudioModulation_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_Generators_SoundModulationADEnvelope_h__Script_AudioModulation_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|