Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,406 @@
// 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/SourceEffectPhaser.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeSourceEffectPhaser() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_USoundEffectSourcePreset();
SYNTHESIS_API UClass* Z_Construct_UClass_USourceEffectPhaserPreset();
SYNTHESIS_API UClass* Z_Construct_UClass_USourceEffectPhaserPreset_NoRegister();
SYNTHESIS_API UEnum* Z_Construct_UEnum_Synthesis_EPhaserLFOType();
SYNTHESIS_API UScriptStruct* Z_Construct_UScriptStruct_FSourceEffectPhaserSettings();
UPackage* Z_Construct_UPackage__Script_Synthesis();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EPhaserLFOType ************************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EPhaserLFOType;
static UEnum* EPhaserLFOType_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EPhaserLFOType.OuterSingleton)
{
Z_Registration_Info_UEnum_EPhaserLFOType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Synthesis_EPhaserLFOType, (UObject*)Z_Construct_UPackage__Script_Synthesis(), TEXT("EPhaserLFOType"));
}
return Z_Registration_Info_UEnum_EPhaserLFOType.OuterSingleton;
}
template<> SYNTHESIS_NON_ATTRIBUTED_API UEnum* StaticEnum<EPhaserLFOType>()
{
return EPhaserLFOType_StaticEnum();
}
struct Z_Construct_UEnum_Synthesis_EPhaserLFOType_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Count.Hidden", "" },
{ "Count.Name", "EPhaserLFOType::Count" },
{ "DownSaw.Name", "EPhaserLFOType::DownSaw" },
{ "Exponential.Name", "EPhaserLFOType::Exponential" },
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectPhaser.h" },
{ "RandomSampleHold.Name", "EPhaserLFOType::RandomSampleHold" },
{ "Sine.Name", "EPhaserLFOType::Sine" },
{ "Square.Name", "EPhaserLFOType::Square" },
{ "Triangle.Name", "EPhaserLFOType::Triangle" },
{ "UpSaw.Name", "EPhaserLFOType::UpSaw" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EPhaserLFOType::Sine", (int64)EPhaserLFOType::Sine },
{ "EPhaserLFOType::UpSaw", (int64)EPhaserLFOType::UpSaw },
{ "EPhaserLFOType::DownSaw", (int64)EPhaserLFOType::DownSaw },
{ "EPhaserLFOType::Square", (int64)EPhaserLFOType::Square },
{ "EPhaserLFOType::Triangle", (int64)EPhaserLFOType::Triangle },
{ "EPhaserLFOType::Exponential", (int64)EPhaserLFOType::Exponential },
{ "EPhaserLFOType::RandomSampleHold", (int64)EPhaserLFOType::RandomSampleHold },
{ "EPhaserLFOType::Count", (int64)EPhaserLFOType::Count },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_Synthesis_EPhaserLFOType_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Synthesis_EPhaserLFOType_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_Synthesis,
nullptr,
"EPhaserLFOType",
"EPhaserLFOType",
Z_Construct_UEnum_Synthesis_EPhaserLFOType_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_Synthesis_EPhaserLFOType_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Synthesis_EPhaserLFOType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Synthesis_EPhaserLFOType_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_Synthesis_EPhaserLFOType()
{
if (!Z_Registration_Info_UEnum_EPhaserLFOType.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EPhaserLFOType.InnerSingleton, Z_Construct_UEnum_Synthesis_EPhaserLFOType_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EPhaserLFOType.InnerSingleton;
}
// ********** End Enum EPhaserLFOType **************************************************************
// ********** Begin ScriptStruct FSourceEffectPhaserSettings ***************************************
struct Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FSourceEffectPhaserSettings); }
static inline consteval int16 GetStructAlignment() { return alignof(FSourceEffectPhaserSettings); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectPhaser.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WetLevel_MetaData[] = {
{ "Category", "Phaser" },
{ "ClampMax", "1.0" },
{ "ClampMin", "0.0" },
{ "Comment", "// The wet level of the phaser effect\n" },
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectPhaser.h" },
{ "ToolTip", "The wet level of the phaser effect" },
{ "UIMax", "1.0" },
{ "UIMin", "0.0" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Frequency_MetaData[] = {
{ "Category", "Phaser" },
{ "ClampMin", "0.0" },
{ "Comment", "// The LFO frequency of the phaser effect\n" },
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectPhaser.h" },
{ "ToolTip", "The LFO frequency of the phaser effect" },
{ "UIMax", "5.0" },
{ "UIMin", "0.0" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Feedback_MetaData[] = {
{ "Category", "Phaser" },
{ "ClampMax", "1.0" },
{ "ClampMin", "0.0" },
{ "Comment", "// The feedback of the phaser effect\n" },
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectPhaser.h" },
{ "ToolTip", "The feedback of the phaser effect" },
{ "UIMax", "1.0" },
{ "UIMin", "0.0" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LFOType_MetaData[] = {
{ "Category", "Phaser" },
{ "ClampMax", "1.0" },
{ "ClampMin", "0.0" },
{ "Comment", "// The phaser LFO type\n" },
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectPhaser.h" },
{ "ToolTip", "The phaser LFO type" },
{ "UIMax", "1.0" },
{ "UIMin", "0.0" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UseQuadraturePhase_MetaData[] = {
{ "Category", "Phaser" },
{ "ClampMax", "1.0" },
{ "ClampMin", "0.0" },
{ "Comment", "// Whether or not to use quadtrature phase for the LFO modulation\n" },
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectPhaser.h" },
{ "ToolTip", "Whether or not to use quadtrature phase for the LFO modulation" },
{ "UIMax", "1.0" },
{ "UIMin", "0.0" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FSourceEffectPhaserSettings constinit property declarations *******
static const UECodeGen_Private::FFloatPropertyParams NewProp_WetLevel;
static const UECodeGen_Private::FFloatPropertyParams NewProp_Frequency;
static const UECodeGen_Private::FFloatPropertyParams NewProp_Feedback;
static const UECodeGen_Private::FBytePropertyParams NewProp_LFOType_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_LFOType;
static void NewProp_UseQuadraturePhase_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_UseQuadraturePhase;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FSourceEffectPhaserSettings constinit property declarations *********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSourceEffectPhaserSettings>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSourceEffectPhaserSettings;
class UScriptStruct* FSourceEffectPhaserSettings::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FSourceEffectPhaserSettings.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FSourceEffectPhaserSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSourceEffectPhaserSettings, (UObject*)Z_Construct_UPackage__Script_Synthesis(), TEXT("SourceEffectPhaserSettings"));
}
return Z_Registration_Info_UScriptStruct_FSourceEffectPhaserSettings.OuterSingleton;
}
// ********** Begin ScriptStruct FSourceEffectPhaserSettings Property Definitions ******************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::NewProp_WetLevel = { "WetLevel", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSourceEffectPhaserSettings, WetLevel), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WetLevel_MetaData), NewProp_WetLevel_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::NewProp_Frequency = { "Frequency", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSourceEffectPhaserSettings, Frequency), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Frequency_MetaData), NewProp_Frequency_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::NewProp_Feedback = { "Feedback", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSourceEffectPhaserSettings, Feedback), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Feedback_MetaData), NewProp_Feedback_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::NewProp_LFOType_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_FSourceEffectPhaserSettings_Statics::NewProp_LFOType = { "LFOType", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSourceEffectPhaserSettings, LFOType), Z_Construct_UEnum_Synthesis_EPhaserLFOType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LFOType_MetaData), NewProp_LFOType_MetaData) }; // 2489552909
void Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::NewProp_UseQuadraturePhase_SetBit(void* Obj)
{
((FSourceEffectPhaserSettings*)Obj)->UseQuadraturePhase = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::NewProp_UseQuadraturePhase = { "UseQuadraturePhase", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSourceEffectPhaserSettings), &Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::NewProp_UseQuadraturePhase_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UseQuadraturePhase_MetaData), NewProp_UseQuadraturePhase_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::NewProp_WetLevel,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::NewProp_Frequency,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::NewProp_Feedback,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::NewProp_LFOType_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::NewProp_LFOType,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::NewProp_UseQuadraturePhase,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FSourceEffectPhaserSettings Property Definitions ********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_Synthesis,
nullptr,
&NewStructOps,
"SourceEffectPhaserSettings",
Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::PropPointers),
sizeof(FSourceEffectPhaserSettings),
alignof(FSourceEffectPhaserSettings),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FSourceEffectPhaserSettings()
{
if (!Z_Registration_Info_UScriptStruct_FSourceEffectPhaserSettings.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSourceEffectPhaserSettings.InnerSingleton, Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSourceEffectPhaserSettings.InnerSingleton);
}
// ********** End ScriptStruct FSourceEffectPhaserSettings *****************************************
// ********** Begin Class USourceEffectPhaserPreset Function SetSettings ***************************
struct Z_Construct_UFunction_USourceEffectPhaserPreset_SetSettings_Statics
{
struct SourceEffectPhaserPreset_eventSetSettings_Parms
{
FSourceEffectPhaserSettings InSettings;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|Effects" },
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectPhaser.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_USourceEffectPhaserPreset_SetSettings_Statics::NewProp_InSettings = { "InSettings", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SourceEffectPhaserPreset_eventSetSettings_Parms, InSettings), Z_Construct_UScriptStruct_FSourceEffectPhaserSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InSettings_MetaData), NewProp_InSettings_MetaData) }; // 2499361010
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_USourceEffectPhaserPreset_SetSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USourceEffectPhaserPreset_SetSettings_Statics::NewProp_InSettings,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_USourceEffectPhaserPreset_SetSettings_Statics::PropPointers) < 2048);
// ********** End Function SetSettings Property Definitions ****************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_USourceEffectPhaserPreset_SetSettings_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_USourceEffectPhaserPreset, nullptr, "SetSettings", Z_Construct_UFunction_USourceEffectPhaserPreset_SetSettings_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_USourceEffectPhaserPreset_SetSettings_Statics::PropPointers),
sizeof(Z_Construct_UFunction_USourceEffectPhaserPreset_SetSettings_Statics::SourceEffectPhaserPreset_eventSetSettings_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_USourceEffectPhaserPreset_SetSettings_Statics::Function_MetaDataParams), Z_Construct_UFunction_USourceEffectPhaserPreset_SetSettings_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_USourceEffectPhaserPreset_SetSettings_Statics::SourceEffectPhaserPreset_eventSetSettings_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_USourceEffectPhaserPreset_SetSettings()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_USourceEffectPhaserPreset_SetSettings_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(USourceEffectPhaserPreset::execSetSettings)
{
P_GET_STRUCT_REF(FSourceEffectPhaserSettings,Z_Param_Out_InSettings);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetSettings(Z_Param_Out_InSettings);
P_NATIVE_END;
}
// ********** End Class USourceEffectPhaserPreset Function SetSettings *****************************
// ********** Begin Class USourceEffectPhaserPreset ************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_USourceEffectPhaserPreset;
UClass* USourceEffectPhaserPreset::GetPrivateStaticClass()
{
using TClass = USourceEffectPhaserPreset;
if (!Z_Registration_Info_UClass_USourceEffectPhaserPreset.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("SourceEffectPhaserPreset"),
Z_Registration_Info_UClass_USourceEffectPhaserPreset.InnerSingleton,
StaticRegisterNativesUSourceEffectPhaserPreset,
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_USourceEffectPhaserPreset.InnerSingleton;
}
UClass* Z_Construct_UClass_USourceEffectPhaserPreset_NoRegister()
{
return USourceEffectPhaserPreset::GetPrivateStaticClass();
}
struct Z_Construct_UClass_USourceEffectPhaserPreset_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintSpawnableComponent", "" },
{ "ClassGroupNames", "AudioSourceEffect" },
{ "IncludePath", "SourceEffects/SourceEffectPhaser.h" },
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectPhaser.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Settings_MetaData[] = {
{ "Category", "SourceEffectPreset" },
{ "Comment", "// The depth of the chorus effect\n" },
{ "ModuleRelativePath", "Classes/SourceEffects/SourceEffectPhaser.h" },
{ "ShowOnlyInnerProperties", "" },
{ "ToolTip", "The depth of the chorus effect" },
};
#endif // WITH_METADATA
// ********** Begin Class USourceEffectPhaserPreset constinit property declarations ****************
static const UECodeGen_Private::FStructPropertyParams NewProp_Settings;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class USourceEffectPhaserPreset constinit property declarations ******************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("SetSettings"), .Pointer = &USourceEffectPhaserPreset::execSetSettings },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_USourceEffectPhaserPreset_SetSettings, "SetSettings" }, // 206690756
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<USourceEffectPhaserPreset>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_USourceEffectPhaserPreset_Statics
// ********** Begin Class USourceEffectPhaserPreset Property Definitions ***************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_USourceEffectPhaserPreset_Statics::NewProp_Settings = { "Settings", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USourceEffectPhaserPreset, Settings), Z_Construct_UScriptStruct_FSourceEffectPhaserSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Settings_MetaData), NewProp_Settings_MetaData) }; // 2499361010
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_USourceEffectPhaserPreset_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USourceEffectPhaserPreset_Statics::NewProp_Settings,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USourceEffectPhaserPreset_Statics::PropPointers) < 2048);
// ********** End Class USourceEffectPhaserPreset Property Definitions *****************************
UObject* (*const Z_Construct_UClass_USourceEffectPhaserPreset_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_USoundEffectSourcePreset,
(UObject* (*)())Z_Construct_UPackage__Script_Synthesis,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USourceEffectPhaserPreset_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_USourceEffectPhaserPreset_Statics::ClassParams = {
&USourceEffectPhaserPreset::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_USourceEffectPhaserPreset_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_USourceEffectPhaserPreset_Statics::PropPointers),
0,
0x000810A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USourceEffectPhaserPreset_Statics::Class_MetaDataParams), Z_Construct_UClass_USourceEffectPhaserPreset_Statics::Class_MetaDataParams)
};
void USourceEffectPhaserPreset::StaticRegisterNativesUSourceEffectPhaserPreset()
{
UClass* Class = USourceEffectPhaserPreset::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_USourceEffectPhaserPreset_Statics::Funcs));
}
UClass* Z_Construct_UClass_USourceEffectPhaserPreset()
{
if (!Z_Registration_Info_UClass_USourceEffectPhaserPreset.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USourceEffectPhaserPreset.OuterSingleton, Z_Construct_UClass_USourceEffectPhaserPreset_Statics::ClassParams);
}
return Z_Registration_Info_UClass_USourceEffectPhaserPreset.OuterSingleton;
}
USourceEffectPhaserPreset::USourceEffectPhaserPreset(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USourceEffectPhaserPreset);
USourceEffectPhaserPreset::~USourceEffectPhaserPreset() {}
// ********** End Class USourceEffectPhaserPreset **************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SourceEffects_SourceEffectPhaser_h__Script_Synthesis_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EPhaserLFOType_StaticEnum, TEXT("EPhaserLFOType"), &Z_Registration_Info_UEnum_EPhaserLFOType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2489552909U) },
};
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FSourceEffectPhaserSettings::StaticStruct, Z_Construct_UScriptStruct_FSourceEffectPhaserSettings_Statics::NewStructOps, TEXT("SourceEffectPhaserSettings"),&Z_Registration_Info_UScriptStruct_FSourceEffectPhaserSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSourceEffectPhaserSettings), 2499361010U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_USourceEffectPhaserPreset, USourceEffectPhaserPreset::StaticClass, TEXT("USourceEffectPhaserPreset"), &Z_Registration_Info_UClass_USourceEffectPhaserPreset, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USourceEffectPhaserPreset), 45536455U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SourceEffects_SourceEffectPhaser_h__Script_Synthesis_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SourceEffects_SourceEffectPhaser_h__Script_Synthesis_3063426477{
TEXT("/Script/Synthesis"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SourceEffects_SourceEffectPhaser_h__Script_Synthesis_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SourceEffects_SourceEffectPhaser_h__Script_Synthesis_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SourceEffects_SourceEffectPhaser_h__Script_Synthesis_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SourceEffects_SourceEffectPhaser_h__Script_Synthesis_Statics::ScriptStructInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SourceEffects_SourceEffectPhaser_h__Script_Synthesis_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Classes_SourceEffects_SourceEffectPhaser_h__Script_Synthesis_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS