// 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 "SoundControlBus.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeSoundControlBus() {} // ********** Begin Cross Module References ******************************************************** AUDIOEXTENSIONS_API UClass* Z_Construct_UClass_USoundModulatorBase(); AUDIOMODULATION_API UClass* Z_Construct_UClass_USoundControlBus(); AUDIOMODULATION_API UClass* Z_Construct_UClass_USoundControlBus_NoRegister(); AUDIOMODULATION_API UClass* Z_Construct_UClass_USoundModulationGenerator_NoRegister(); AUDIOMODULATION_API UClass* Z_Construct_UClass_USoundModulationParameter_NoRegister(); UPackage* Z_Construct_UPackage__Script_AudioModulation(); // ********** End Cross Module References ********************************************************** // ********** Begin Class USoundControlBus ********************************************************* FClassRegistrationInfo Z_Registration_Info_UClass_USoundControlBus; UClass* USoundControlBus::GetPrivateStaticClass() { using TClass = USoundControlBus; if (!Z_Registration_Info_UClass_USoundControlBus.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("SoundControlBus"), Z_Registration_Info_UClass_USoundControlBus.InnerSingleton, StaticRegisterNativesUSoundControlBus, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_USoundControlBus.InnerSingleton; } UClass* Z_Construct_UClass_USoundControlBus_NoRegister() { return USoundControlBus::GetPrivateStaticClass(); } struct Z_Construct_UClass_USoundControlBus_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "BlueprintType", "true" }, { "HideCategories", "Object" }, { "IncludePath", "SoundControlBus.h" }, { "ModuleRelativePath", "Public/SoundControlBus.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bBypass_MetaData[] = { { "Category", "General" }, { "Comment", "/** If true, bypasses control bus from being modulated by parameters, patches, or mixed (control bus remains active and computed). */" }, { "ModuleRelativePath", "Public/SoundControlBus.h" }, { "ToolTip", "If true, bypasses control bus from being modulated by parameters, patches, or mixed (control bus remains active and computed)." }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideAddress_MetaData[] = { { "Category", "Advanced|Mix" }, { "Comment", "/** If true, Address field is used in place of object name for address used when applying mix changes using filtering. */" }, { "ModuleRelativePath", "Public/SoundControlBus.h" }, { "ToolTip", "If true, Address field is used in place of object name for address used when applying mix changes using filtering." }, }; #endif // WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Address_MetaData[] = { { "Category", "Advanced|Mix" }, { "Comment", "/** Address to use when applying mix changes. */" }, { "EditCondition", "bOverrideAddress" }, { "ModuleRelativePath", "Public/SoundControlBus.h" }, { "ToolTip", "Address to use when applying mix changes." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Generators_MetaData[] = { { "Category", "Advanced|Generators" }, { "Comment", "/** The Modulation Generators which modulate this Control Bus. */" }, { "ModuleRelativePath", "Public/SoundControlBus.h" }, { "ToolTip", "The Modulation Generators which modulate this Control Bus." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Parameter_MetaData[] = { { "Category", "General" }, { "Comment", "/** The Modulation Parameter to use with this Control Bus. This determines how the control bus will be mixed with other modulators as well as its unit range. */" }, { "ModuleRelativePath", "Public/SoundControlBus.h" }, { "ToolTip", "The Modulation Parameter to use with this Control Bus. This determines how the control bus will be mixed with other modulators as well as its unit range." }, }; #endif // WITH_METADATA // ********** Begin Class USoundControlBus constinit property declarations ************************* static void NewProp_bBypass_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bBypass; #if WITH_EDITORONLY_DATA static void NewProp_bOverrideAddress_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideAddress; #endif // WITH_EDITORONLY_DATA static const UECodeGen_Private::FStrPropertyParams NewProp_Address; static const UECodeGen_Private::FObjectPropertyParams NewProp_Generators_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_Generators; static const UECodeGen_Private::FObjectPropertyParams NewProp_Parameter; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class USoundControlBus constinit property declarations *************************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_USoundControlBus_Statics // ********** Begin Class USoundControlBus Property Definitions ************************************ void Z_Construct_UClass_USoundControlBus_Statics::NewProp_bBypass_SetBit(void* Obj) { ((USoundControlBus*)Obj)->bBypass = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_USoundControlBus_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(USoundControlBus), &Z_Construct_UClass_USoundControlBus_Statics::NewProp_bBypass_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bBypass_MetaData), NewProp_bBypass_MetaData) }; #if WITH_EDITORONLY_DATA void Z_Construct_UClass_USoundControlBus_Statics::NewProp_bOverrideAddress_SetBit(void* Obj) { ((USoundControlBus*)Obj)->bOverrideAddress = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_USoundControlBus_Statics::NewProp_bOverrideAddress = { "bOverrideAddress", nullptr, (EPropertyFlags)0x0010000800000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(USoundControlBus), &Z_Construct_UClass_USoundControlBus_Statics::NewProp_bOverrideAddress_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideAddress_MetaData), NewProp_bOverrideAddress_MetaData) }; #endif // WITH_EDITORONLY_DATA const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_USoundControlBus_Statics::NewProp_Address = { "Address", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USoundControlBus, Address), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Address_MetaData), NewProp_Address_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_USoundControlBus_Statics::NewProp_Generators_Inner = { "Generators", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_USoundModulationGenerator_NoRegister, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_USoundControlBus_Statics::NewProp_Generators = { "Generators", nullptr, (EPropertyFlags)0x0114000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USoundControlBus, Generators), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Generators_MetaData), NewProp_Generators_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_USoundControlBus_Statics::NewProp_Parameter = { "Parameter", nullptr, (EPropertyFlags)0x0114000000000015, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USoundControlBus, Parameter), Z_Construct_UClass_USoundModulationParameter_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Parameter_MetaData), NewProp_Parameter_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_USoundControlBus_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USoundControlBus_Statics::NewProp_bBypass, #if WITH_EDITORONLY_DATA (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USoundControlBus_Statics::NewProp_bOverrideAddress, #endif // WITH_EDITORONLY_DATA (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USoundControlBus_Statics::NewProp_Address, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USoundControlBus_Statics::NewProp_Generators_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USoundControlBus_Statics::NewProp_Generators, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USoundControlBus_Statics::NewProp_Parameter, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USoundControlBus_Statics::PropPointers) < 2048); // ********** End Class USoundControlBus Property Definitions ************************************** UObject* (*const Z_Construct_UClass_USoundControlBus_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_USoundModulatorBase, (UObject* (*)())Z_Construct_UPackage__Script_AudioModulation, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USoundControlBus_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_USoundControlBus_Statics::ClassParams = { &USoundControlBus::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_USoundControlBus_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_USoundControlBus_Statics::PropPointers), 0, 0x000810A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USoundControlBus_Statics::Class_MetaDataParams), Z_Construct_UClass_USoundControlBus_Statics::Class_MetaDataParams) }; void USoundControlBus::StaticRegisterNativesUSoundControlBus() { } UClass* Z_Construct_UClass_USoundControlBus() { if (!Z_Registration_Info_UClass_USoundControlBus.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USoundControlBus.OuterSingleton, Z_Construct_UClass_USoundControlBus_Statics::ClassParams); } return Z_Registration_Info_UClass_USoundControlBus.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USoundControlBus); USoundControlBus::~USoundControlBus() {} // ********** End Class USoundControlBus *********************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_SoundControlBus_h__Script_AudioModulation_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_USoundControlBus, USoundControlBus::StaticClass, TEXT("USoundControlBus"), &Z_Registration_Info_UClass_USoundControlBus, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USoundControlBus), 792482211U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_SoundControlBus_h__Script_AudioModulation_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_SoundControlBus_h__Script_AudioModulation_3489333299{ TEXT("/Script/AudioModulation"), Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_SoundControlBus_h__Script_AudioModulation_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_SoundControlBus_h__Script_AudioModulation_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS