651 lines
46 KiB
C++
651 lines
46 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 "SourceEffects/SourceEffectEnvelopeFollower.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeSourceEffectEnvelopeFollower() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UActorComponent();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_USoundEffectSourcePreset();
|
||
|
|
SYNTHESIS_API UClass* Z_Construct_UClass_UEnvelopeFollowerListener();
|
||
|
|
SYNTHESIS_API UClass* Z_Construct_UClass_UEnvelopeFollowerListener_NoRegister();
|
||
|
|
SYNTHESIS_API UClass* Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset();
|
||
|
|
SYNTHESIS_API UClass* Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset_NoRegister();
|
||
|
|
SYNTHESIS_API UEnum* Z_Construct_UEnum_Synthesis_EEnvelopeFollowerPeakMode();
|
||
|
|
SYNTHESIS_API UFunction* Z_Construct_UDelegateFunction_Synthesis_OnEnvelopeFollowerUpdate__DelegateSignature();
|
||
|
|
SYNTHESIS_API UScriptStruct* Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_Synthesis();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Enum EEnvelopeFollowerPeakMode *************************************************
|
||
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EEnvelopeFollowerPeakMode;
|
||
|
|
static UEnum* EEnvelopeFollowerPeakMode_StaticEnum()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_EEnvelopeFollowerPeakMode.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UEnum_EEnvelopeFollowerPeakMode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Synthesis_EEnvelopeFollowerPeakMode, (UObject*)Z_Construct_UPackage__Script_Synthesis(), TEXT("EEnvelopeFollowerPeakMode"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_EEnvelopeFollowerPeakMode.OuterSingleton;
|
||
|
|
}
|
||
|
|
template<> SYNTHESIS_NON_ATTRIBUTED_API UEnum* StaticEnum<EEnvelopeFollowerPeakMode>()
|
||
|
|
{
|
||
|
|
return EEnvelopeFollowerPeakMode_StaticEnum();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UEnum_Synthesis_EEnvelopeFollowerPeakMode_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "Count.Hidden", "" },
|
||
|
|
{ "Count.Name", "EEnvelopeFollowerPeakMode::Count" },
|
||
|
|
{ "MeanSquared.Name", "EEnvelopeFollowerPeakMode::MeanSquared" },
|
||
|
|
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectEnvelopeFollower.h" },
|
||
|
|
{ "Peak.Name", "EEnvelopeFollowerPeakMode::Peak" },
|
||
|
|
{ "RootMeanSquared.Name", "EEnvelopeFollowerPeakMode::RootMeanSquared" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
||
|
|
{ "EEnvelopeFollowerPeakMode::MeanSquared", (int64)EEnvelopeFollowerPeakMode::MeanSquared },
|
||
|
|
{ "EEnvelopeFollowerPeakMode::RootMeanSquared", (int64)EEnvelopeFollowerPeakMode::RootMeanSquared },
|
||
|
|
{ "EEnvelopeFollowerPeakMode::Peak", (int64)EEnvelopeFollowerPeakMode::Peak },
|
||
|
|
{ "EEnvelopeFollowerPeakMode::Count", (int64)EEnvelopeFollowerPeakMode::Count },
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
||
|
|
}; // struct Z_Construct_UEnum_Synthesis_EEnvelopeFollowerPeakMode_Statics
|
||
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Synthesis_EEnvelopeFollowerPeakMode_Statics::EnumParams = {
|
||
|
|
(UObject*(*)())Z_Construct_UPackage__Script_Synthesis,
|
||
|
|
nullptr,
|
||
|
|
"EEnvelopeFollowerPeakMode",
|
||
|
|
"EEnvelopeFollowerPeakMode",
|
||
|
|
Z_Construct_UEnum_Synthesis_EEnvelopeFollowerPeakMode_Statics::Enumerators,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_Synthesis_EEnvelopeFollowerPeakMode_Statics::Enumerators),
|
||
|
|
EEnumFlags::None,
|
||
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Synthesis_EEnvelopeFollowerPeakMode_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Synthesis_EEnvelopeFollowerPeakMode_Statics::Enum_MetaDataParams)
|
||
|
|
};
|
||
|
|
UEnum* Z_Construct_UEnum_Synthesis_EEnvelopeFollowerPeakMode()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_EEnvelopeFollowerPeakMode.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EEnvelopeFollowerPeakMode.InnerSingleton, Z_Construct_UEnum_Synthesis_EEnvelopeFollowerPeakMode_Statics::EnumParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_EEnvelopeFollowerPeakMode.InnerSingleton;
|
||
|
|
}
|
||
|
|
// ********** End Enum EEnvelopeFollowerPeakMode ***************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSourceEffectEnvelopeFollowerSettings *****************************
|
||
|
|
struct Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FSourceEffectEnvelopeFollowerSettings); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FSourceEffectEnvelopeFollowerSettings); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectEnvelopeFollower.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttackTime_MetaData[] = {
|
||
|
|
{ "Category", "EnvelopeFollower" },
|
||
|
|
{ "ClampMin", "0.0" },
|
||
|
|
{ "Comment", "// The attack time of the envelope follower in milliseconds\n" },
|
||
|
|
{ "DisplayName", "Attack Time (ms)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectEnvelopeFollower.h" },
|
||
|
|
{ "ToolTip", "The attack time of the envelope follower in milliseconds" },
|
||
|
|
{ "UIMin", "0.0" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReleaseTime_MetaData[] = {
|
||
|
|
{ "Category", "EnvelopeFollower" },
|
||
|
|
{ "ClampMin", "0.0" },
|
||
|
|
{ "Comment", "// The release time of the envelope follower in milliseconds\n" },
|
||
|
|
{ "DisplayName", "Release Time (ms)" },
|
||
|
|
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectEnvelopeFollower.h" },
|
||
|
|
{ "ToolTip", "The release time of the envelope follower in milliseconds" },
|
||
|
|
{ "UIMin", "0.0" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PeakMode_MetaData[] = {
|
||
|
|
{ "Category", "EnvelopeFollower" },
|
||
|
|
{ "Comment", "// The peak mode of the envelope follower\n" },
|
||
|
|
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectEnvelopeFollower.h" },
|
||
|
|
{ "ToolTip", "The peak mode of the envelope follower" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsAnalogMode_MetaData[] = {
|
||
|
|
{ "Category", "EnvelopeFollower" },
|
||
|
|
{ "Comment", "// Whether or not the envelope follower is in analog mode\n" },
|
||
|
|
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectEnvelopeFollower.h" },
|
||
|
|
{ "ToolTip", "Whether or not the envelope follower is in analog mode" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSourceEffectEnvelopeFollowerSettings constinit property declarations
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_AttackTime;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReleaseTime;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_PeakMode_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_PeakMode;
|
||
|
|
static void NewProp_bIsAnalogMode_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsAnalogMode;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FSourceEffectEnvelopeFollowerSettings constinit property declarations
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSourceEffectEnvelopeFollowerSettings>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSourceEffectEnvelopeFollowerSettings;
|
||
|
|
class UScriptStruct* FSourceEffectEnvelopeFollowerSettings::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FSourceEffectEnvelopeFollowerSettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FSourceEffectEnvelopeFollowerSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings, (UObject*)Z_Construct_UPackage__Script_Synthesis(), TEXT("SourceEffectEnvelopeFollowerSettings"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FSourceEffectEnvelopeFollowerSettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSourceEffectEnvelopeFollowerSettings Property Definitions ********
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics::NewProp_AttackTime = { "AttackTime", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSourceEffectEnvelopeFollowerSettings, AttackTime), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttackTime_MetaData), NewProp_AttackTime_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics::NewProp_ReleaseTime = { "ReleaseTime", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSourceEffectEnvelopeFollowerSettings, ReleaseTime), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReleaseTime_MetaData), NewProp_ReleaseTime_MetaData) };
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics::NewProp_PeakMode_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_FSourceEffectEnvelopeFollowerSettings_Statics::NewProp_PeakMode = { "PeakMode", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSourceEffectEnvelopeFollowerSettings, PeakMode), Z_Construct_UEnum_Synthesis_EEnvelopeFollowerPeakMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PeakMode_MetaData), NewProp_PeakMode_MetaData) }; // 3522288725
|
||
|
|
void Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics::NewProp_bIsAnalogMode_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSourceEffectEnvelopeFollowerSettings*)Obj)->bIsAnalogMode = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics::NewProp_bIsAnalogMode = { "bIsAnalogMode", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSourceEffectEnvelopeFollowerSettings), &Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics::NewProp_bIsAnalogMode_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsAnalogMode_MetaData), NewProp_bIsAnalogMode_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics::NewProp_AttackTime,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics::NewProp_ReleaseTime,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics::NewProp_PeakMode_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics::NewProp_PeakMode,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics::NewProp_bIsAnalogMode,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FSourceEffectEnvelopeFollowerSettings Property Definitions **********
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Synthesis,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"SourceEffectEnvelopeFollowerSettings",
|
||
|
|
Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics::PropPointers),
|
||
|
|
sizeof(FSourceEffectEnvelopeFollowerSettings),
|
||
|
|
alignof(FSourceEffectEnvelopeFollowerSettings),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FSourceEffectEnvelopeFollowerSettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSourceEffectEnvelopeFollowerSettings.InnerSingleton, Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSourceEffectEnvelopeFollowerSettings.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FSourceEffectEnvelopeFollowerSettings *******************************
|
||
|
|
|
||
|
|
// ********** Begin Delegate FOnEnvelopeFollowerUpdate *********************************************
|
||
|
|
struct Z_Construct_UDelegateFunction_Synthesis_OnEnvelopeFollowerUpdate__DelegateSignature_Statics
|
||
|
|
{
|
||
|
|
struct _Script_Synthesis_eventOnEnvelopeFollowerUpdate_Parms
|
||
|
|
{
|
||
|
|
float EnvelopeValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectEnvelopeFollower.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Delegate FOnEnvelopeFollowerUpdate constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_EnvelopeValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Delegate FOnEnvelopeFollowerUpdate constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Delegate FOnEnvelopeFollowerUpdate Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UDelegateFunction_Synthesis_OnEnvelopeFollowerUpdate__DelegateSignature_Statics::NewProp_EnvelopeValue = { "EnvelopeValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_Synthesis_eventOnEnvelopeFollowerUpdate_Parms, EnvelopeValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_Synthesis_OnEnvelopeFollowerUpdate__DelegateSignature_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_Synthesis_OnEnvelopeFollowerUpdate__DelegateSignature_Statics::NewProp_EnvelopeValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_Synthesis_OnEnvelopeFollowerUpdate__DelegateSignature_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Delegate FOnEnvelopeFollowerUpdate Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_Synthesis_OnEnvelopeFollowerUpdate__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_Synthesis, nullptr, "OnEnvelopeFollowerUpdate__DelegateSignature", Z_Construct_UDelegateFunction_Synthesis_OnEnvelopeFollowerUpdate__DelegateSignature_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_Synthesis_OnEnvelopeFollowerUpdate__DelegateSignature_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UDelegateFunction_Synthesis_OnEnvelopeFollowerUpdate__DelegateSignature_Statics::_Script_Synthesis_eventOnEnvelopeFollowerUpdate_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_Synthesis_OnEnvelopeFollowerUpdate__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_Synthesis_OnEnvelopeFollowerUpdate__DelegateSignature_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UDelegateFunction_Synthesis_OnEnvelopeFollowerUpdate__DelegateSignature_Statics::_Script_Synthesis_eventOnEnvelopeFollowerUpdate_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UDelegateFunction_Synthesis_OnEnvelopeFollowerUpdate__DelegateSignature()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_Synthesis_OnEnvelopeFollowerUpdate__DelegateSignature_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
void FOnEnvelopeFollowerUpdate_DelegateWrapper(const FMulticastScriptDelegate& OnEnvelopeFollowerUpdate, float EnvelopeValue)
|
||
|
|
{
|
||
|
|
struct _Script_Synthesis_eventOnEnvelopeFollowerUpdate_Parms
|
||
|
|
{
|
||
|
|
float EnvelopeValue;
|
||
|
|
};
|
||
|
|
_Script_Synthesis_eventOnEnvelopeFollowerUpdate_Parms Parms;
|
||
|
|
Parms.EnvelopeValue=EnvelopeValue;
|
||
|
|
OnEnvelopeFollowerUpdate.ProcessMulticastDelegate<UObject>(&Parms);
|
||
|
|
}
|
||
|
|
// ********** End Delegate FOnEnvelopeFollowerUpdate ***********************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UEnvelopeFollowerListener ************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UEnvelopeFollowerListener;
|
||
|
|
UClass* UEnvelopeFollowerListener::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UEnvelopeFollowerListener;
|
||
|
|
if (!Z_Registration_Info_UClass_UEnvelopeFollowerListener.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("EnvelopeFollowerListener"),
|
||
|
|
Z_Registration_Info_UClass_UEnvelopeFollowerListener.InnerSingleton,
|
||
|
|
StaticRegisterNativesUEnvelopeFollowerListener,
|
||
|
|
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_UEnvelopeFollowerListener.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UEnvelopeFollowerListener_NoRegister()
|
||
|
|
{
|
||
|
|
return UEnvelopeFollowerListener::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UEnvelopeFollowerListener_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintSpawnableComponent", "" },
|
||
|
|
{ "ClassGroupNames", "Synth" },
|
||
|
|
{ "HideCategories", "Object ActorComponent Physics Rendering Mobility LOD" },
|
||
|
|
{ "IncludePath", "SourceEffects/SourceEffectEnvelopeFollower.h" },
|
||
|
|
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectEnvelopeFollower.h" },
|
||
|
|
{ "ObjectInitializerConstructorDeclared", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnEnvelopeFollowerUpdate_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectEnvelopeFollower.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UEnvelopeFollowerListener constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnEnvelopeFollowerUpdate;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UEnvelopeFollowerListener constinit property declarations ******************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UEnvelopeFollowerListener>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UEnvelopeFollowerListener_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UEnvelopeFollowerListener Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UEnvelopeFollowerListener_Statics::NewProp_OnEnvelopeFollowerUpdate = { "OnEnvelopeFollowerUpdate", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UEnvelopeFollowerListener, OnEnvelopeFollowerUpdate), Z_Construct_UDelegateFunction_Synthesis_OnEnvelopeFollowerUpdate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnEnvelopeFollowerUpdate_MetaData), NewProp_OnEnvelopeFollowerUpdate_MetaData) }; // 3043767060
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UEnvelopeFollowerListener_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UEnvelopeFollowerListener_Statics::NewProp_OnEnvelopeFollowerUpdate,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UEnvelopeFollowerListener_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UEnvelopeFollowerListener Property Definitions *****************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UEnvelopeFollowerListener_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UActorComponent,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Synthesis,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UEnvelopeFollowerListener_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UEnvelopeFollowerListener_Statics::ClassParams = {
|
||
|
|
&UEnvelopeFollowerListener::StaticClass,
|
||
|
|
"Engine",
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UEnvelopeFollowerListener_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UEnvelopeFollowerListener_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x00A800A4u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UEnvelopeFollowerListener_Statics::Class_MetaDataParams), Z_Construct_UClass_UEnvelopeFollowerListener_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UEnvelopeFollowerListener::StaticRegisterNativesUEnvelopeFollowerListener()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UEnvelopeFollowerListener()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UEnvelopeFollowerListener.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UEnvelopeFollowerListener.OuterSingleton, Z_Construct_UClass_UEnvelopeFollowerListener_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UEnvelopeFollowerListener.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UEnvelopeFollowerListener);
|
||
|
|
// ********** End Class UEnvelopeFollowerListener **************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class USourceEffectEnvelopeFollowerPreset Function RegisterEnvelopeFollowerListener
|
||
|
|
struct Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener_Statics
|
||
|
|
{
|
||
|
|
struct SourceEffectEnvelopeFollowerPreset_eventRegisterEnvelopeFollowerListener_Parms
|
||
|
|
{
|
||
|
|
UEnvelopeFollowerListener* EnvelopeFollowerListener;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Audio|Effects" },
|
||
|
|
{ "Comment", "/** Registers an envelope follower listener with the effect. */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectEnvelopeFollower.h" },
|
||
|
|
{ "ToolTip", "Registers an envelope follower listener with the effect." },
|
||
|
|
{ "WorldContext", "WorldContextObject" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EnvelopeFollowerListener_MetaData[] = {
|
||
|
|
{ "EditInline", "true" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function RegisterEnvelopeFollowerListener constinit property declarations ******
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_EnvelopeFollowerListener;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function RegisterEnvelopeFollowerListener constinit property declarations ********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function RegisterEnvelopeFollowerListener Property Definitions *****************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener_Statics::NewProp_EnvelopeFollowerListener = { "EnvelopeFollowerListener", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SourceEffectEnvelopeFollowerPreset_eventRegisterEnvelopeFollowerListener_Parms, EnvelopeFollowerListener), Z_Construct_UClass_UEnvelopeFollowerListener_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EnvelopeFollowerListener_MetaData), NewProp_EnvelopeFollowerListener_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener_Statics::NewProp_EnvelopeFollowerListener,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function RegisterEnvelopeFollowerListener Property Definitions *******************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset, nullptr, "RegisterEnvelopeFollowerListener", Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener_Statics::SourceEffectEnvelopeFollowerPreset_eventRegisterEnvelopeFollowerListener_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener_Statics::Function_MetaDataParams), Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener_Statics::SourceEffectEnvelopeFollowerPreset_eventRegisterEnvelopeFollowerListener_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(USourceEffectEnvelopeFollowerPreset::execRegisterEnvelopeFollowerListener)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UEnvelopeFollowerListener,Z_Param_EnvelopeFollowerListener);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->RegisterEnvelopeFollowerListener(Z_Param_EnvelopeFollowerListener);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class USourceEffectEnvelopeFollowerPreset Function RegisterEnvelopeFollowerListener
|
||
|
|
|
||
|
|
// ********** Begin Class USourceEffectEnvelopeFollowerPreset Function SetSettings *****************
|
||
|
|
struct Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_SetSettings_Statics
|
||
|
|
{
|
||
|
|
struct SourceEffectEnvelopeFollowerPreset_eventSetSettings_Parms
|
||
|
|
{
|
||
|
|
FSourceEffectEnvelopeFollowerSettings InSettings;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Audio|Effects" },
|
||
|
|
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectEnvelopeFollower.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InSettings_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetSettings constinit property declarations ***************************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InSettings;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetSettings constinit property declarations *****************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetSettings Property Definitions **************************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_SetSettings_Statics::NewProp_InSettings = { "InSettings", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SourceEffectEnvelopeFollowerPreset_eventSetSettings_Parms, InSettings), Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InSettings_MetaData), NewProp_InSettings_MetaData) }; // 2634926203
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_SetSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_SetSettings_Statics::NewProp_InSettings,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_SetSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetSettings Property Definitions ****************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_SetSettings_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset, nullptr, "SetSettings", Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_SetSettings_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_SetSettings_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_SetSettings_Statics::SourceEffectEnvelopeFollowerPreset_eventSetSettings_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_SetSettings_Statics::Function_MetaDataParams), Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_SetSettings_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_SetSettings_Statics::SourceEffectEnvelopeFollowerPreset_eventSetSettings_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_SetSettings()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_SetSettings_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(USourceEffectEnvelopeFollowerPreset::execSetSettings)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT_REF(FSourceEffectEnvelopeFollowerSettings,Z_Param_Out_InSettings);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetSettings(Z_Param_Out_InSettings);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class USourceEffectEnvelopeFollowerPreset Function SetSettings *******************
|
||
|
|
|
||
|
|
// ********** Begin Class USourceEffectEnvelopeFollowerPreset Function UnregisterEnvelopeFollowerListener
|
||
|
|
struct Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener_Statics
|
||
|
|
{
|
||
|
|
struct SourceEffectEnvelopeFollowerPreset_eventUnregisterEnvelopeFollowerListener_Parms
|
||
|
|
{
|
||
|
|
UEnvelopeFollowerListener* EnvelopeFollowerListener;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Audio|Effects" },
|
||
|
|
{ "Comment", "/** Unregisters an envelope follower listener with the effect. */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectEnvelopeFollower.h" },
|
||
|
|
{ "ToolTip", "Unregisters an envelope follower listener with the effect." },
|
||
|
|
{ "WorldContext", "WorldContextObject" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EnvelopeFollowerListener_MetaData[] = {
|
||
|
|
{ "EditInline", "true" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function UnregisterEnvelopeFollowerListener constinit property declarations ****
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_EnvelopeFollowerListener;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function UnregisterEnvelopeFollowerListener constinit property declarations ******
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function UnregisterEnvelopeFollowerListener Property Definitions ***************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener_Statics::NewProp_EnvelopeFollowerListener = { "EnvelopeFollowerListener", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SourceEffectEnvelopeFollowerPreset_eventUnregisterEnvelopeFollowerListener_Parms, EnvelopeFollowerListener), Z_Construct_UClass_UEnvelopeFollowerListener_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EnvelopeFollowerListener_MetaData), NewProp_EnvelopeFollowerListener_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener_Statics::NewProp_EnvelopeFollowerListener,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function UnregisterEnvelopeFollowerListener Property Definitions *****************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset, nullptr, "UnregisterEnvelopeFollowerListener", Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener_Statics::SourceEffectEnvelopeFollowerPreset_eventUnregisterEnvelopeFollowerListener_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener_Statics::Function_MetaDataParams), Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener_Statics::SourceEffectEnvelopeFollowerPreset_eventUnregisterEnvelopeFollowerListener_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(USourceEffectEnvelopeFollowerPreset::execUnregisterEnvelopeFollowerListener)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UEnvelopeFollowerListener,Z_Param_EnvelopeFollowerListener);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->UnregisterEnvelopeFollowerListener(Z_Param_EnvelopeFollowerListener);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class USourceEffectEnvelopeFollowerPreset Function UnregisterEnvelopeFollowerListener
|
||
|
|
|
||
|
|
// ********** Begin Class USourceEffectEnvelopeFollowerPreset **************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_USourceEffectEnvelopeFollowerPreset;
|
||
|
|
UClass* USourceEffectEnvelopeFollowerPreset::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = USourceEffectEnvelopeFollowerPreset;
|
||
|
|
if (!Z_Registration_Info_UClass_USourceEffectEnvelopeFollowerPreset.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("SourceEffectEnvelopeFollowerPreset"),
|
||
|
|
Z_Registration_Info_UClass_USourceEffectEnvelopeFollowerPreset.InnerSingleton,
|
||
|
|
StaticRegisterNativesUSourceEffectEnvelopeFollowerPreset,
|
||
|
|
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_USourceEffectEnvelopeFollowerPreset.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset_NoRegister()
|
||
|
|
{
|
||
|
|
return USourceEffectEnvelopeFollowerPreset::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintSpawnableComponent", "" },
|
||
|
|
{ "ClassGroupNames", "AudioSourceEffect" },
|
||
|
|
{ "IncludePath", "SourceEffects/SourceEffectEnvelopeFollower.h" },
|
||
|
|
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectEnvelopeFollower.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Settings_MetaData[] = {
|
||
|
|
{ "Category", "SourceEffectPreset" },
|
||
|
|
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectEnvelopeFollower.h" },
|
||
|
|
{ "ShowOnlyInnerProperties", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class USourceEffectEnvelopeFollowerPreset constinit property declarations ******
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Settings;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class USourceEffectEnvelopeFollowerPreset constinit property declarations ********
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("RegisterEnvelopeFollowerListener"), .Pointer = &USourceEffectEnvelopeFollowerPreset::execRegisterEnvelopeFollowerListener },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetSettings"), .Pointer = &USourceEffectEnvelopeFollowerPreset::execSetSettings },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("UnregisterEnvelopeFollowerListener"), .Pointer = &USourceEffectEnvelopeFollowerPreset::execUnregisterEnvelopeFollowerListener },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_RegisterEnvelopeFollowerListener, "RegisterEnvelopeFollowerListener" }, // 48346803
|
||
|
|
{ &Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_SetSettings, "SetSettings" }, // 2507475535
|
||
|
|
{ &Z_Construct_UFunction_USourceEffectEnvelopeFollowerPreset_UnregisterEnvelopeFollowerListener, "UnregisterEnvelopeFollowerListener" }, // 1778068559
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<USourceEffectEnvelopeFollowerPreset>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class USourceEffectEnvelopeFollowerPreset Property Definitions *****************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset_Statics::NewProp_Settings = { "Settings", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USourceEffectEnvelopeFollowerPreset, Settings), Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Settings_MetaData), NewProp_Settings_MetaData) }; // 2634926203
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset_Statics::NewProp_Settings,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class USourceEffectEnvelopeFollowerPreset Property Definitions *******************
|
||
|
|
UObject* (*const Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_USoundEffectSourcePreset,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Synthesis,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset_Statics::ClassParams = {
|
||
|
|
&USourceEffectEnvelopeFollowerPreset::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
FuncInfo,
|
||
|
|
Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
UE_ARRAY_COUNT(FuncInfo),
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000810A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset_Statics::Class_MetaDataParams), Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void USourceEffectEnvelopeFollowerPreset::StaticRegisterNativesUSourceEffectEnvelopeFollowerPreset()
|
||
|
|
{
|
||
|
|
UClass* Class = USourceEffectEnvelopeFollowerPreset::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_USourceEffectEnvelopeFollowerPreset.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USourceEffectEnvelopeFollowerPreset.OuterSingleton, Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_USourceEffectEnvelopeFollowerPreset.OuterSingleton;
|
||
|
|
}
|
||
|
|
USourceEffectEnvelopeFollowerPreset::USourceEffectEnvelopeFollowerPreset(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USourceEffectEnvelopeFollowerPreset);
|
||
|
|
USourceEffectEnvelopeFollowerPreset::~USourceEffectEnvelopeFollowerPreset() {}
|
||
|
|
// ********** End Class USourceEffectEnvelopeFollowerPreset ****************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SourceEffects_SourceEffectEnvelopeFollower_h__Script_Synthesis_Statics
|
||
|
|
{
|
||
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
||
|
|
{ EEnvelopeFollowerPeakMode_StaticEnum, TEXT("EEnvelopeFollowerPeakMode"), &Z_Registration_Info_UEnum_EEnvelopeFollowerPeakMode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3522288725U) },
|
||
|
|
};
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FSourceEffectEnvelopeFollowerSettings::StaticStruct, Z_Construct_UScriptStruct_FSourceEffectEnvelopeFollowerSettings_Statics::NewStructOps, TEXT("SourceEffectEnvelopeFollowerSettings"),&Z_Registration_Info_UScriptStruct_FSourceEffectEnvelopeFollowerSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSourceEffectEnvelopeFollowerSettings), 2634926203U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UEnvelopeFollowerListener, UEnvelopeFollowerListener::StaticClass, TEXT("UEnvelopeFollowerListener"), &Z_Registration_Info_UClass_UEnvelopeFollowerListener, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEnvelopeFollowerListener), 896605022U) },
|
||
|
|
{ Z_Construct_UClass_USourceEffectEnvelopeFollowerPreset, USourceEffectEnvelopeFollowerPreset::StaticClass, TEXT("USourceEffectEnvelopeFollowerPreset"), &Z_Registration_Info_UClass_USourceEffectEnvelopeFollowerPreset, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USourceEffectEnvelopeFollowerPreset), 3923222819U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SourceEffects_SourceEffectEnvelopeFollower_h__Script_Synthesis_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SourceEffects_SourceEffectEnvelopeFollower_h__Script_Synthesis_1059047133{
|
||
|
|
TEXT("/Script/Synthesis"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SourceEffects_SourceEffectEnvelopeFollower_h__Script_Synthesis_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SourceEffects_SourceEffectEnvelopeFollower_h__Script_Synthesis_Statics::ClassInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SourceEffects_SourceEffectEnvelopeFollower_h__Script_Synthesis_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SourceEffects_SourceEffectEnvelopeFollower_h__Script_Synthesis_Statics::ScriptStructInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SourceEffects_SourceEffectEnvelopeFollower_h__Script_Synthesis_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SourceEffects_SourceEffectEnvelopeFollower_h__Script_Synthesis_Statics::EnumInfo),
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|