391 lines
27 KiB
C++
391 lines
27 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 "SoundModulationPatch.h"
|
|
#include "Serialization/ArchiveUObjectFromStructuredArchive.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeSoundModulationPatch() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USoundModulatorBase();
|
|
AUDIOMODULATION_API UClass* Z_Construct_UClass_USoundControlBus_NoRegister();
|
|
AUDIOMODULATION_API UClass* Z_Construct_UClass_USoundModulationParameter_NoRegister();
|
|
AUDIOMODULATION_API UClass* Z_Construct_UClass_USoundModulationPatch();
|
|
AUDIOMODULATION_API UClass* Z_Construct_UClass_USoundModulationPatch_NoRegister();
|
|
AUDIOMODULATION_API UScriptStruct* Z_Construct_UScriptStruct_FSoundControlModulationInput();
|
|
AUDIOMODULATION_API UScriptStruct* Z_Construct_UScriptStruct_FSoundControlModulationPatch();
|
|
AUDIOMODULATION_API UScriptStruct* Z_Construct_UScriptStruct_FSoundModulationTransform();
|
|
UPackage* Z_Construct_UPackage__Script_AudioModulation();
|
|
WAVETABLE_API UScriptStruct* Z_Construct_UScriptStruct_FWaveTableTransform();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FSoundModulationTransform *****************************************
|
|
struct Z_Construct_UScriptStruct_FSoundModulationTransform_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FSoundModulationTransform); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FSoundModulationTransform); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Public/SoundModulationPatch.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FSoundModulationTransform constinit property declarations *********
|
|
// ********** End ScriptStruct FSoundModulationTransform constinit property declarations ***********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSoundModulationTransform>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FSoundModulationTransform_Statics
|
|
static_assert(std::is_polymorphic<FSoundModulationTransform>() == std::is_polymorphic<FWaveTableTransform>(), "USTRUCT FSoundModulationTransform cannot be polymorphic unless super FWaveTableTransform is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSoundModulationTransform;
|
|
class UScriptStruct* FSoundModulationTransform::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FSoundModulationTransform.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FSoundModulationTransform.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSoundModulationTransform, (UObject*)Z_Construct_UPackage__Script_AudioModulation(), TEXT("SoundModulationTransform"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FSoundModulationTransform.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSoundModulationTransform_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AudioModulation,
|
|
Z_Construct_UScriptStruct_FWaveTableTransform,
|
|
&NewStructOps,
|
|
"SoundModulationTransform",
|
|
nullptr,
|
|
0,
|
|
sizeof(FSoundModulationTransform),
|
|
alignof(FSoundModulationTransform),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundModulationTransform_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSoundModulationTransform_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FSoundModulationTransform()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FSoundModulationTransform.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSoundModulationTransform.InnerSingleton, Z_Construct_UScriptStruct_FSoundModulationTransform_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSoundModulationTransform.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FSoundModulationTransform *******************************************
|
|
|
|
// ********** Begin ScriptStruct FSoundControlModulationInput **************************************
|
|
struct Z_Construct_UScriptStruct_FSoundControlModulationInput_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FSoundControlModulationInput); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FSoundControlModulationInput); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Public/SoundModulationPatch.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSampleAndHold_MetaData[] = {
|
|
{ "Category", "Input" },
|
|
{ "Comment", "/** Get the modulated input value on parent patch initialization and hold that value for its lifetime */" },
|
|
{ "DisplayName", "Sample-And-Hold" },
|
|
{ "DisplayPriority", "30" },
|
|
{ "ModuleRelativePath", "Public/SoundModulationPatch.h" },
|
|
{ "ToolTip", "Get the modulated input value on parent patch initialization and hold that value for its lifetime" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Transform_MetaData[] = {
|
|
{ "Category", "Input" },
|
|
{ "Comment", "/** Transform to apply to the input prior to mix phase */" },
|
|
{ "DisplayPriority", "20" },
|
|
{ "ModuleRelativePath", "Public/SoundModulationPatch.h" },
|
|
{ "ToolTip", "Transform to apply to the input prior to mix phase" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Bus_MetaData[] = {
|
|
{ "Category", "Input" },
|
|
{ "Comment", "/** The input bus */" },
|
|
{ "DisplayPriority", "10" },
|
|
{ "ModuleRelativePath", "Public/SoundModulationPatch.h" },
|
|
{ "ToolTip", "The input bus" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FSoundControlModulationInput constinit property declarations ******
|
|
static void NewProp_bSampleAndHold_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSampleAndHold;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Transform;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Bus;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FSoundControlModulationInput constinit property declarations ********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSoundControlModulationInput>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FSoundControlModulationInput_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSoundControlModulationInput;
|
|
class UScriptStruct* FSoundControlModulationInput::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FSoundControlModulationInput.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FSoundControlModulationInput.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSoundControlModulationInput, (UObject*)Z_Construct_UPackage__Script_AudioModulation(), TEXT("SoundControlModulationInput"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FSoundControlModulationInput.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FSoundControlModulationInput Property Definitions *****************
|
|
void Z_Construct_UScriptStruct_FSoundControlModulationInput_Statics::NewProp_bSampleAndHold_SetBit(void* Obj)
|
|
{
|
|
((FSoundControlModulationInput*)Obj)->bSampleAndHold = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundControlModulationInput_Statics::NewProp_bSampleAndHold = { "bSampleAndHold", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FSoundControlModulationInput), &Z_Construct_UScriptStruct_FSoundControlModulationInput_Statics::NewProp_bSampleAndHold_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSampleAndHold_MetaData), NewProp_bSampleAndHold_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSoundControlModulationInput_Statics::NewProp_Transform = { "Transform", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundControlModulationInput, Transform), Z_Construct_UScriptStruct_FSoundModulationTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Transform_MetaData), NewProp_Transform_MetaData) }; // 148974506
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FSoundControlModulationInput_Statics::NewProp_Bus = { "Bus", nullptr, (EPropertyFlags)0x0114000000000005, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundControlModulationInput, Bus), Z_Construct_UClass_USoundControlBus_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Bus_MetaData), NewProp_Bus_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSoundControlModulationInput_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundControlModulationInput_Statics::NewProp_bSampleAndHold,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundControlModulationInput_Statics::NewProp_Transform,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundControlModulationInput_Statics::NewProp_Bus,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundControlModulationInput_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FSoundControlModulationInput Property Definitions *******************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSoundControlModulationInput_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AudioModulation,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"SoundControlModulationInput",
|
|
Z_Construct_UScriptStruct_FSoundControlModulationInput_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundControlModulationInput_Statics::PropPointers),
|
|
sizeof(FSoundControlModulationInput),
|
|
alignof(FSoundControlModulationInput),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundControlModulationInput_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSoundControlModulationInput_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FSoundControlModulationInput()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FSoundControlModulationInput.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSoundControlModulationInput.InnerSingleton, Z_Construct_UScriptStruct_FSoundControlModulationInput_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSoundControlModulationInput.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FSoundControlModulationInput ****************************************
|
|
|
|
// ********** Begin ScriptStruct FSoundControlModulationPatch **************************************
|
|
struct Z_Construct_UScriptStruct_FSoundControlModulationPatch_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FSoundControlModulationPatch); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FSoundControlModulationPatch); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Public/SoundModulationPatch.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bBypass_MetaData[] = {
|
|
{ "Category", "Inputs" },
|
|
{ "Comment", "/** Whether or not patch is bypassed (patch is still active, but always returns output parameter default value when modulated) */" },
|
|
{ "ModuleRelativePath", "Public/SoundModulationPatch.h" },
|
|
{ "ToolTip", "Whether or not patch is bypassed (patch is still active, but always returns output parameter default value when modulated)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OutputParameter_MetaData[] = {
|
|
{ "Category", "Output" },
|
|
{ "DisplayName", "Parameter" },
|
|
{ "ModuleRelativePath", "Public/SoundModulationPatch.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Inputs_MetaData[] = {
|
|
{ "Category", "Inputs" },
|
|
{ "Comment", "/** Modulation inputs */" },
|
|
{ "ModuleRelativePath", "Public/SoundModulationPatch.h" },
|
|
{ "ToolTip", "Modulation inputs" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FSoundControlModulationPatch constinit property declarations ******
|
|
static void NewProp_bBypass_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bBypass;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_OutputParameter;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Inputs_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Inputs;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FSoundControlModulationPatch constinit property declarations ********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSoundControlModulationPatch>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FSoundControlModulationPatch_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSoundControlModulationPatch;
|
|
class UScriptStruct* FSoundControlModulationPatch::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FSoundControlModulationPatch.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FSoundControlModulationPatch.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSoundControlModulationPatch, (UObject*)Z_Construct_UPackage__Script_AudioModulation(), TEXT("SoundControlModulationPatch"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FSoundControlModulationPatch.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FSoundControlModulationPatch Property Definitions *****************
|
|
void Z_Construct_UScriptStruct_FSoundControlModulationPatch_Statics::NewProp_bBypass_SetBit(void* Obj)
|
|
{
|
|
((FSoundControlModulationPatch*)Obj)->bBypass = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundControlModulationPatch_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(FSoundControlModulationPatch), &Z_Construct_UScriptStruct_FSoundControlModulationPatch_Statics::NewProp_bBypass_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bBypass_MetaData), NewProp_bBypass_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FSoundControlModulationPatch_Statics::NewProp_OutputParameter = { "OutputParameter", nullptr, (EPropertyFlags)0x0114000000000015, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundControlModulationPatch, OutputParameter), Z_Construct_UClass_USoundModulationParameter_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OutputParameter_MetaData), NewProp_OutputParameter_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSoundControlModulationPatch_Statics::NewProp_Inputs_Inner = { "Inputs", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FSoundControlModulationInput, METADATA_PARAMS(0, nullptr) }; // 3541124443
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FSoundControlModulationPatch_Statics::NewProp_Inputs = { "Inputs", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundControlModulationPatch, Inputs), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Inputs_MetaData), NewProp_Inputs_MetaData) }; // 3541124443
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSoundControlModulationPatch_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundControlModulationPatch_Statics::NewProp_bBypass,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundControlModulationPatch_Statics::NewProp_OutputParameter,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundControlModulationPatch_Statics::NewProp_Inputs_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundControlModulationPatch_Statics::NewProp_Inputs,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundControlModulationPatch_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FSoundControlModulationPatch Property Definitions *******************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSoundControlModulationPatch_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AudioModulation,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"SoundControlModulationPatch",
|
|
Z_Construct_UScriptStruct_FSoundControlModulationPatch_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundControlModulationPatch_Statics::PropPointers),
|
|
sizeof(FSoundControlModulationPatch),
|
|
alignof(FSoundControlModulationPatch),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundControlModulationPatch_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSoundControlModulationPatch_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FSoundControlModulationPatch()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FSoundControlModulationPatch.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSoundControlModulationPatch.InnerSingleton, Z_Construct_UScriptStruct_FSoundControlModulationPatch_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSoundControlModulationPatch.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FSoundControlModulationPatch ****************************************
|
|
|
|
// ********** Begin Class USoundModulationPatch ****************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_USoundModulationPatch;
|
|
UClass* USoundModulationPatch::GetPrivateStaticClass()
|
|
{
|
|
using TClass = USoundModulationPatch;
|
|
if (!Z_Registration_Info_UClass_USoundModulationPatch.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("SoundModulationPatch"),
|
|
Z_Registration_Info_UClass_USoundModulationPatch.InnerSingleton,
|
|
StaticRegisterNativesUSoundModulationPatch,
|
|
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_USoundModulationPatch.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_USoundModulationPatch_NoRegister()
|
|
{
|
|
return USoundModulationPatch::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_USoundModulationPatch_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "IncludePath", "SoundModulationPatch.h" },
|
|
{ "ModuleRelativePath", "Public/SoundModulationPatch.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PatchSettings_MetaData[] = {
|
|
{ "Category", "Modulation" },
|
|
{ "ModuleRelativePath", "Public/SoundModulationPatch.h" },
|
|
{ "ShowOnlyInnerProperties", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class USoundModulationPatch constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PatchSettings;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class USoundModulationPatch constinit property declarations **********************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<USoundModulationPatch>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_USoundModulationPatch_Statics
|
|
|
|
// ********** Begin Class USoundModulationPatch Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_USoundModulationPatch_Statics::NewProp_PatchSettings = { "PatchSettings", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USoundModulationPatch, PatchSettings), Z_Construct_UScriptStruct_FSoundControlModulationPatch, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PatchSettings_MetaData), NewProp_PatchSettings_MetaData) }; // 4231706184
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_USoundModulationPatch_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USoundModulationPatch_Statics::NewProp_PatchSettings,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USoundModulationPatch_Statics::PropPointers) < 2048);
|
|
// ********** End Class USoundModulationPatch Property Definitions *********************************
|
|
UObject* (*const Z_Construct_UClass_USoundModulationPatch_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_USoundModulatorBase,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AudioModulation,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USoundModulationPatch_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_USoundModulationPatch_Statics::ClassParams = {
|
|
&USoundModulationPatch::StaticClass,
|
|
"Engine",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_USoundModulationPatch_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_USoundModulationPatch_Statics::PropPointers),
|
|
0,
|
|
0x000810A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USoundModulationPatch_Statics::Class_MetaDataParams), Z_Construct_UClass_USoundModulationPatch_Statics::Class_MetaDataParams)
|
|
};
|
|
void USoundModulationPatch::StaticRegisterNativesUSoundModulationPatch()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_USoundModulationPatch()
|
|
{
|
|
if (!Z_Registration_Info_UClass_USoundModulationPatch.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USoundModulationPatch.OuterSingleton, Z_Construct_UClass_USoundModulationPatch_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_USoundModulationPatch.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USoundModulationPatch);
|
|
USoundModulationPatch::~USoundModulationPatch() {}
|
|
#if WITH_EDITORONLY_DATA
|
|
IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(USoundModulationPatch)
|
|
#endif // WITH_EDITORONLY_DATA
|
|
// ********** End Class USoundModulationPatch ******************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_SoundModulationPatch_h__Script_AudioModulation_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FSoundModulationTransform::StaticStruct, Z_Construct_UScriptStruct_FSoundModulationTransform_Statics::NewStructOps, TEXT("SoundModulationTransform"),&Z_Registration_Info_UScriptStruct_FSoundModulationTransform, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSoundModulationTransform), 148974506U) },
|
|
{ FSoundControlModulationInput::StaticStruct, Z_Construct_UScriptStruct_FSoundControlModulationInput_Statics::NewStructOps, TEXT("SoundControlModulationInput"),&Z_Registration_Info_UScriptStruct_FSoundControlModulationInput, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSoundControlModulationInput), 3541124443U) },
|
|
{ FSoundControlModulationPatch::StaticStruct, Z_Construct_UScriptStruct_FSoundControlModulationPatch_Statics::NewStructOps, TEXT("SoundControlModulationPatch"),&Z_Registration_Info_UScriptStruct_FSoundControlModulationPatch, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSoundControlModulationPatch), 4231706184U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_USoundModulationPatch, USoundModulationPatch::StaticClass, TEXT("USoundModulationPatch"), &Z_Registration_Info_UClass_USoundModulationPatch, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USoundModulationPatch), 1612777691U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_SoundModulationPatch_h__Script_AudioModulation_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_SoundModulationPatch_h__Script_AudioModulation_1540899767{
|
|
TEXT("/Script/AudioModulation"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_SoundModulationPatch_h__Script_AudioModulation_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_SoundModulationPatch_h__Script_AudioModulation_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_SoundModulationPatch_h__Script_AudioModulation_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_SoundModulationPatch_h__Script_AudioModulation_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|