// 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 "AudioMeter.h" #include "AudioMeterStyle.h" #include "AudioMeterTypes.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeAudioMeter() {} // ********** Begin Cross Module References ******************************************************** AUDIOWIDGETS_API UClass* Z_Construct_UClass_UAudioMeter(); AUDIOWIDGETS_API UClass* Z_Construct_UClass_UAudioMeter_NoRegister(); AUDIOWIDGETS_API UFunction* Z_Construct_UDelegateFunction_UAudioMeter_GetMeterChannelInfo__DelegateSignature(); AUDIOWIDGETS_API UScriptStruct* Z_Construct_UScriptStruct_FAudioMeterDefaultColorStyle(); AUDIOWIDGETS_API UScriptStruct* Z_Construct_UScriptStruct_FAudioMeterStyle(); AUDIOWIDGETS_API UScriptStruct* Z_Construct_UScriptStruct_FMeterChannelInfo(); AUDIOWIDGETSCORE_API UScriptStruct* Z_Construct_UScriptStruct_FAudioMeterDefaultColorWidgetStyle(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor(); SLATECORE_API UEnum* Z_Construct_UEnum_SlateCore_EOrientation(); UMG_API UClass* Z_Construct_UClass_UWidget(); UPackage* Z_Construct_UPackage__Script_AudioWidgets(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FAudioMeterDefaultColorStyle ************************************** struct Z_Construct_UScriptStruct_FAudioMeterDefaultColorStyle_Statics { static inline consteval int32 GetStructSize() { return sizeof(FAudioMeterDefaultColorStyle); } static inline consteval int16 GetStructAlignment() { return alignof(FAudioMeterDefaultColorStyle); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "BlueprintType", "true" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FAudioMeterDefaultColorStyle constinit property declarations ****** // ********** End ScriptStruct FAudioMeterDefaultColorStyle constinit property declarations ******** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FAudioMeterDefaultColorStyle_Statics static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FAudioMeterDefaultColorStyle cannot be polymorphic unless super FAudioMeterDefaultColorWidgetStyle is polymorphic"); static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAudioMeterDefaultColorStyle; class UScriptStruct* FAudioMeterDefaultColorStyle::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FAudioMeterDefaultColorStyle.OuterSingleton) { Z_Registration_Info_UScriptStruct_FAudioMeterDefaultColorStyle.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAudioMeterDefaultColorStyle, (UObject*)Z_Construct_UPackage__Script_AudioWidgets(), TEXT("AudioMeterDefaultColorStyle")); } return Z_Registration_Info_UScriptStruct_FAudioMeterDefaultColorStyle.OuterSingleton; } const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAudioMeterDefaultColorStyle_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_AudioWidgets, Z_Construct_UScriptStruct_FAudioMeterDefaultColorWidgetStyle, &NewStructOps, "AudioMeterDefaultColorStyle", nullptr, 0, sizeof(FAudioMeterDefaultColorStyle), alignof(FAudioMeterDefaultColorStyle), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAudioMeterDefaultColorStyle_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAudioMeterDefaultColorStyle_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FAudioMeterDefaultColorStyle() { if (!Z_Registration_Info_UScriptStruct_FAudioMeterDefaultColorStyle.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAudioMeterDefaultColorStyle.InnerSingleton, Z_Construct_UScriptStruct_FAudioMeterDefaultColorStyle_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FAudioMeterDefaultColorStyle.InnerSingleton); } // ********** End ScriptStruct FAudioMeterDefaultColorStyle **************************************** // ********** Begin Delegate FGetMeterChannelInfo ************************************************** struct Z_Construct_UDelegateFunction_UAudioMeter_GetMeterChannelInfo__DelegateSignature_Statics { struct AudioMeter_eventGetMeterChannelInfo_Parms { TArray ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "ModuleRelativePath", "Public/AudioMeter.h" }, }; #endif // WITH_METADATA // ********** Begin Delegate FGetMeterChannelInfo constinit property declarations ****************** static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Delegate FGetMeterChannelInfo constinit property declarations ******************** static const UECodeGen_Private::FDelegateFunctionParams FuncParams; }; // ********** Begin Delegate FGetMeterChannelInfo Property Definitions ***************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UDelegateFunction_UAudioMeter_GetMeterChannelInfo__DelegateSignature_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FMeterChannelInfo, METADATA_PARAMS(0, nullptr) }; // 516295675 const UECodeGen_Private::FArrayPropertyParams Z_Construct_UDelegateFunction_UAudioMeter_GetMeterChannelInfo__DelegateSignature_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioMeter_eventGetMeterChannelInfo_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) }; // 516295675 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_UAudioMeter_GetMeterChannelInfo__DelegateSignature_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_UAudioMeter_GetMeterChannelInfo__DelegateSignature_Statics::NewProp_ReturnValue_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_UAudioMeter_GetMeterChannelInfo__DelegateSignature_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_UAudioMeter_GetMeterChannelInfo__DelegateSignature_Statics::PropPointers) < 2048); // ********** End Delegate FGetMeterChannelInfo Property Definitions ******************************* const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_UAudioMeter_GetMeterChannelInfo__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioMeter, nullptr, "GetMeterChannelInfo__DelegateSignature", Z_Construct_UDelegateFunction_UAudioMeter_GetMeterChannelInfo__DelegateSignature_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_UAudioMeter_GetMeterChannelInfo__DelegateSignature_Statics::PropPointers), sizeof(Z_Construct_UDelegateFunction_UAudioMeter_GetMeterChannelInfo__DelegateSignature_Statics::AudioMeter_eventGetMeterChannelInfo_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00120000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_UAudioMeter_GetMeterChannelInfo__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_UAudioMeter_GetMeterChannelInfo__DelegateSignature_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UDelegateFunction_UAudioMeter_GetMeterChannelInfo__DelegateSignature_Statics::AudioMeter_eventGetMeterChannelInfo_Parms) < MAX_uint16); UFunction* Z_Construct_UDelegateFunction_UAudioMeter_GetMeterChannelInfo__DelegateSignature() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_UAudioMeter_GetMeterChannelInfo__DelegateSignature_Statics::FuncParams); } return ReturnFunction; } TArray UAudioMeter::FGetMeterChannelInfo_DelegateWrapper(const FScriptDelegate& GetMeterChannelInfo) { struct AudioMeter_eventGetMeterChannelInfo_Parms { TArray ReturnValue; }; AudioMeter_eventGetMeterChannelInfo_Parms Parms; GetMeterChannelInfo.ProcessDelegate(&Parms); return Parms.ReturnValue; } // ********** End Delegate FGetMeterChannelInfo **************************************************** // ********** Begin Class UAudioMeter Function GetMeterChannelInfo ********************************* struct Z_Construct_UFunction_UAudioMeter_GetMeterChannelInfo_Statics { struct AudioMeter_eventGetMeterChannelInfo_Parms { TArray ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Audio Widgets| Audio Meter" }, { "Comment", "/** Gets the current linear value of the meter. */" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "Gets the current linear value of the meter." }, }; #endif // WITH_METADATA // ********** Begin Function GetMeterChannelInfo constinit property declarations ******************* static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetMeterChannelInfo constinit property declarations ********************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetMeterChannelInfo Property Definitions ****************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UAudioMeter_GetMeterChannelInfo_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FMeterChannelInfo, METADATA_PARAMS(0, nullptr) }; // 516295675 const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UAudioMeter_GetMeterChannelInfo_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioMeter_eventGetMeterChannelInfo_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) }; // 516295675 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioMeter_GetMeterChannelInfo_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioMeter_GetMeterChannelInfo_Statics::NewProp_ReturnValue_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioMeter_GetMeterChannelInfo_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_GetMeterChannelInfo_Statics::PropPointers) < 2048); // ********** End Function GetMeterChannelInfo Property Definitions ******************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioMeter_GetMeterChannelInfo_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioMeter, nullptr, "GetMeterChannelInfo", Z_Construct_UFunction_UAudioMeter_GetMeterChannelInfo_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_GetMeterChannelInfo_Statics::PropPointers), sizeof(Z_Construct_UFunction_UAudioMeter_GetMeterChannelInfo_Statics::AudioMeter_eventGetMeterChannelInfo_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_GetMeterChannelInfo_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioMeter_GetMeterChannelInfo_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UAudioMeter_GetMeterChannelInfo_Statics::AudioMeter_eventGetMeterChannelInfo_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UAudioMeter_GetMeterChannelInfo() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioMeter_GetMeterChannelInfo_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UAudioMeter::execGetMeterChannelInfo) { P_FINISH; P_NATIVE_BEGIN; *(TArray*)Z_Param__Result=P_THIS->GetMeterChannelInfo(); P_NATIVE_END; } // ********** End Class UAudioMeter Function GetMeterChannelInfo *********************************** // ********** Begin Class UAudioMeter Function SetBackgroundColor ********************************** struct Z_Construct_UFunction_UAudioMeter_SetBackgroundColor_Statics { struct AudioMeter_eventSetBackgroundColor_Parms { FLinearColor InValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Audio Widgets| Audio Meter" }, { "Comment", "/** Sets the background color */" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "Sets the background color" }, }; #endif // WITH_METADATA // ********** Begin Function SetBackgroundColor constinit property declarations ******************** static const UECodeGen_Private::FStructPropertyParams NewProp_InValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetBackgroundColor constinit property declarations ********************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetBackgroundColor Property Definitions ******************************* const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UAudioMeter_SetBackgroundColor_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioMeter_eventSetBackgroundColor_Parms, InValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioMeter_SetBackgroundColor_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioMeter_SetBackgroundColor_Statics::NewProp_InValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetBackgroundColor_Statics::PropPointers) < 2048); // ********** End Function SetBackgroundColor Property Definitions ********************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioMeter_SetBackgroundColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioMeter, nullptr, "SetBackgroundColor", Z_Construct_UFunction_UAudioMeter_SetBackgroundColor_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetBackgroundColor_Statics::PropPointers), sizeof(Z_Construct_UFunction_UAudioMeter_SetBackgroundColor_Statics::AudioMeter_eventSetBackgroundColor_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetBackgroundColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioMeter_SetBackgroundColor_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UAudioMeter_SetBackgroundColor_Statics::AudioMeter_eventSetBackgroundColor_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UAudioMeter_SetBackgroundColor() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioMeter_SetBackgroundColor_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UAudioMeter::execSetBackgroundColor) { P_GET_STRUCT(FLinearColor,Z_Param_InValue); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetBackgroundColor(Z_Param_InValue); P_NATIVE_END; } // ********** End Class UAudioMeter Function SetBackgroundColor ************************************ // ********** Begin Class UAudioMeter Function SetMeterBackgroundColor ***************************** struct Z_Construct_UFunction_UAudioMeter_SetMeterBackgroundColor_Statics { struct AudioMeter_eventSetMeterBackgroundColor_Parms { FLinearColor InValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Audio Widgets| Audio Meter" }, { "Comment", "/** Sets the meter background color */" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "Sets the meter background color" }, }; #endif // WITH_METADATA // ********** Begin Function SetMeterBackgroundColor constinit property declarations *************** static const UECodeGen_Private::FStructPropertyParams NewProp_InValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetMeterBackgroundColor constinit property declarations ***************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetMeterBackgroundColor Property Definitions ************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UAudioMeter_SetMeterBackgroundColor_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioMeter_eventSetMeterBackgroundColor_Parms, InValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioMeter_SetMeterBackgroundColor_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioMeter_SetMeterBackgroundColor_Statics::NewProp_InValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterBackgroundColor_Statics::PropPointers) < 2048); // ********** End Function SetMeterBackgroundColor Property Definitions **************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioMeter_SetMeterBackgroundColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioMeter, nullptr, "SetMeterBackgroundColor", Z_Construct_UFunction_UAudioMeter_SetMeterBackgroundColor_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterBackgroundColor_Statics::PropPointers), sizeof(Z_Construct_UFunction_UAudioMeter_SetMeterBackgroundColor_Statics::AudioMeter_eventSetMeterBackgroundColor_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterBackgroundColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioMeter_SetMeterBackgroundColor_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UAudioMeter_SetMeterBackgroundColor_Statics::AudioMeter_eventSetMeterBackgroundColor_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UAudioMeter_SetMeterBackgroundColor() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioMeter_SetMeterBackgroundColor_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UAudioMeter::execSetMeterBackgroundColor) { P_GET_STRUCT(FLinearColor,Z_Param_InValue); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetMeterBackgroundColor(Z_Param_InValue); P_NATIVE_END; } // ********** End Class UAudioMeter Function SetMeterBackgroundColor ******************************* // ********** Begin Class UAudioMeter Function SetMeterChannelInfo ********************************* struct Z_Construct_UFunction_UAudioMeter_SetMeterChannelInfo_Statics { struct AudioMeter_eventSetMeterChannelInfo_Parms { TArray InMeterChannelInfo; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Audio Widgets| Audio Meter" }, { "Comment", "/** Sets the current meter values. */" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "Sets the current meter values." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InMeterChannelInfo_MetaData[] = { { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function SetMeterChannelInfo constinit property declarations ******************* static const UECodeGen_Private::FStructPropertyParams NewProp_InMeterChannelInfo_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_InMeterChannelInfo; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetMeterChannelInfo constinit property declarations ********************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetMeterChannelInfo Property Definitions ****************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UAudioMeter_SetMeterChannelInfo_Statics::NewProp_InMeterChannelInfo_Inner = { "InMeterChannelInfo", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FMeterChannelInfo, METADATA_PARAMS(0, nullptr) }; // 516295675 const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UAudioMeter_SetMeterChannelInfo_Statics::NewProp_InMeterChannelInfo = { "InMeterChannelInfo", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioMeter_eventSetMeterChannelInfo_Parms, InMeterChannelInfo), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InMeterChannelInfo_MetaData), NewProp_InMeterChannelInfo_MetaData) }; // 516295675 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioMeter_SetMeterChannelInfo_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioMeter_SetMeterChannelInfo_Statics::NewProp_InMeterChannelInfo_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioMeter_SetMeterChannelInfo_Statics::NewProp_InMeterChannelInfo, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterChannelInfo_Statics::PropPointers) < 2048); // ********** End Function SetMeterChannelInfo Property Definitions ******************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioMeter_SetMeterChannelInfo_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioMeter, nullptr, "SetMeterChannelInfo", Z_Construct_UFunction_UAudioMeter_SetMeterChannelInfo_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterChannelInfo_Statics::PropPointers), sizeof(Z_Construct_UFunction_UAudioMeter_SetMeterChannelInfo_Statics::AudioMeter_eventSetMeterChannelInfo_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterChannelInfo_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioMeter_SetMeterChannelInfo_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UAudioMeter_SetMeterChannelInfo_Statics::AudioMeter_eventSetMeterChannelInfo_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UAudioMeter_SetMeterChannelInfo() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioMeter_SetMeterChannelInfo_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UAudioMeter::execSetMeterChannelInfo) { P_GET_TARRAY_REF(FMeterChannelInfo,Z_Param_Out_InMeterChannelInfo); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetMeterChannelInfo(Z_Param_Out_InMeterChannelInfo); P_NATIVE_END; } // ********** End Class UAudioMeter Function SetMeterChannelInfo *********************************** // ********** Begin Class UAudioMeter Function SetMeterClippingColor ******************************* struct Z_Construct_UFunction_UAudioMeter_SetMeterClippingColor_Statics { struct AudioMeter_eventSetMeterClippingColor_Parms { FLinearColor InValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Audio Widgets| Audio Meter" }, { "Comment", "/** Sets the meter clipping color */" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "Sets the meter clipping color" }, }; #endif // WITH_METADATA // ********** Begin Function SetMeterClippingColor constinit property declarations ***************** static const UECodeGen_Private::FStructPropertyParams NewProp_InValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetMeterClippingColor constinit property declarations ******************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetMeterClippingColor Property Definitions **************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UAudioMeter_SetMeterClippingColor_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioMeter_eventSetMeterClippingColor_Parms, InValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioMeter_SetMeterClippingColor_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioMeter_SetMeterClippingColor_Statics::NewProp_InValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterClippingColor_Statics::PropPointers) < 2048); // ********** End Function SetMeterClippingColor Property Definitions ****************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioMeter_SetMeterClippingColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioMeter, nullptr, "SetMeterClippingColor", Z_Construct_UFunction_UAudioMeter_SetMeterClippingColor_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterClippingColor_Statics::PropPointers), sizeof(Z_Construct_UFunction_UAudioMeter_SetMeterClippingColor_Statics::AudioMeter_eventSetMeterClippingColor_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterClippingColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioMeter_SetMeterClippingColor_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UAudioMeter_SetMeterClippingColor_Statics::AudioMeter_eventSetMeterClippingColor_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UAudioMeter_SetMeterClippingColor() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioMeter_SetMeterClippingColor_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UAudioMeter::execSetMeterClippingColor) { P_GET_STRUCT(FLinearColor,Z_Param_InValue); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetMeterClippingColor(Z_Param_InValue); P_NATIVE_END; } // ********** End Class UAudioMeter Function SetMeterClippingColor ********************************* // ********** Begin Class UAudioMeter Function SetMeterPeakColor *********************************** struct Z_Construct_UFunction_UAudioMeter_SetMeterPeakColor_Statics { struct AudioMeter_eventSetMeterPeakColor_Parms { FLinearColor InValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Audio Widgets| Audio Meter" }, { "Comment", "/** Sets the meter peak color */" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "Sets the meter peak color" }, }; #endif // WITH_METADATA // ********** Begin Function SetMeterPeakColor constinit property declarations ********************* static const UECodeGen_Private::FStructPropertyParams NewProp_InValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetMeterPeakColor constinit property declarations *********************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetMeterPeakColor Property Definitions ******************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UAudioMeter_SetMeterPeakColor_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioMeter_eventSetMeterPeakColor_Parms, InValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioMeter_SetMeterPeakColor_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioMeter_SetMeterPeakColor_Statics::NewProp_InValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterPeakColor_Statics::PropPointers) < 2048); // ********** End Function SetMeterPeakColor Property Definitions ********************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioMeter_SetMeterPeakColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioMeter, nullptr, "SetMeterPeakColor", Z_Construct_UFunction_UAudioMeter_SetMeterPeakColor_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterPeakColor_Statics::PropPointers), sizeof(Z_Construct_UFunction_UAudioMeter_SetMeterPeakColor_Statics::AudioMeter_eventSetMeterPeakColor_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterPeakColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioMeter_SetMeterPeakColor_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UAudioMeter_SetMeterPeakColor_Statics::AudioMeter_eventSetMeterPeakColor_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UAudioMeter_SetMeterPeakColor() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioMeter_SetMeterPeakColor_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UAudioMeter::execSetMeterPeakColor) { P_GET_STRUCT(FLinearColor,Z_Param_InValue); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetMeterPeakColor(Z_Param_InValue); P_NATIVE_END; } // ********** End Class UAudioMeter Function SetMeterPeakColor ************************************* // ********** Begin Class UAudioMeter Function SetMeterScaleColor ********************************** struct Z_Construct_UFunction_UAudioMeter_SetMeterScaleColor_Statics { struct AudioMeter_eventSetMeterScaleColor_Parms { FLinearColor InValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Audio Widgets| Audio Meter" }, { "Comment", "/** Sets the meter scale color */" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "Sets the meter scale color" }, }; #endif // WITH_METADATA // ********** Begin Function SetMeterScaleColor constinit property declarations ******************** static const UECodeGen_Private::FStructPropertyParams NewProp_InValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetMeterScaleColor constinit property declarations ********************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetMeterScaleColor Property Definitions ******************************* const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UAudioMeter_SetMeterScaleColor_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioMeter_eventSetMeterScaleColor_Parms, InValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioMeter_SetMeterScaleColor_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioMeter_SetMeterScaleColor_Statics::NewProp_InValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterScaleColor_Statics::PropPointers) < 2048); // ********** End Function SetMeterScaleColor Property Definitions ********************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioMeter_SetMeterScaleColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioMeter, nullptr, "SetMeterScaleColor", Z_Construct_UFunction_UAudioMeter_SetMeterScaleColor_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterScaleColor_Statics::PropPointers), sizeof(Z_Construct_UFunction_UAudioMeter_SetMeterScaleColor_Statics::AudioMeter_eventSetMeterScaleColor_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterScaleColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioMeter_SetMeterScaleColor_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UAudioMeter_SetMeterScaleColor_Statics::AudioMeter_eventSetMeterScaleColor_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UAudioMeter_SetMeterScaleColor() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioMeter_SetMeterScaleColor_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UAudioMeter::execSetMeterScaleColor) { P_GET_STRUCT(FLinearColor,Z_Param_InValue); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetMeterScaleColor(Z_Param_InValue); P_NATIVE_END; } // ********** End Class UAudioMeter Function SetMeterScaleColor ************************************ // ********** Begin Class UAudioMeter Function SetMeterScaleLabelColor ***************************** struct Z_Construct_UFunction_UAudioMeter_SetMeterScaleLabelColor_Statics { struct AudioMeter_eventSetMeterScaleLabelColor_Parms { FLinearColor InValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Audio Widgets| Audio Meter" }, { "Comment", "/** Sets the meter scale color */" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "Sets the meter scale color" }, }; #endif // WITH_METADATA // ********** Begin Function SetMeterScaleLabelColor constinit property declarations *************** static const UECodeGen_Private::FStructPropertyParams NewProp_InValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetMeterScaleLabelColor constinit property declarations ***************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetMeterScaleLabelColor Property Definitions ************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UAudioMeter_SetMeterScaleLabelColor_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioMeter_eventSetMeterScaleLabelColor_Parms, InValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioMeter_SetMeterScaleLabelColor_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioMeter_SetMeterScaleLabelColor_Statics::NewProp_InValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterScaleLabelColor_Statics::PropPointers) < 2048); // ********** End Function SetMeterScaleLabelColor Property Definitions **************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioMeter_SetMeterScaleLabelColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioMeter, nullptr, "SetMeterScaleLabelColor", Z_Construct_UFunction_UAudioMeter_SetMeterScaleLabelColor_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterScaleLabelColor_Statics::PropPointers), sizeof(Z_Construct_UFunction_UAudioMeter_SetMeterScaleLabelColor_Statics::AudioMeter_eventSetMeterScaleLabelColor_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterScaleLabelColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioMeter_SetMeterScaleLabelColor_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UAudioMeter_SetMeterScaleLabelColor_Statics::AudioMeter_eventSetMeterScaleLabelColor_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UAudioMeter_SetMeterScaleLabelColor() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioMeter_SetMeterScaleLabelColor_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UAudioMeter::execSetMeterScaleLabelColor) { P_GET_STRUCT(FLinearColor,Z_Param_InValue); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetMeterScaleLabelColor(Z_Param_InValue); P_NATIVE_END; } // ********** End Class UAudioMeter Function SetMeterScaleLabelColor ******************************* // ********** Begin Class UAudioMeter Function SetMeterValueColor ********************************** struct Z_Construct_UFunction_UAudioMeter_SetMeterValueColor_Statics { struct AudioMeter_eventSetMeterValueColor_Parms { FLinearColor InValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Audio Widgets| Audio Meter" }, { "Comment", "/** Sets the meter value color */" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "Sets the meter value color" }, }; #endif // WITH_METADATA // ********** Begin Function SetMeterValueColor constinit property declarations ******************** static const UECodeGen_Private::FStructPropertyParams NewProp_InValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetMeterValueColor constinit property declarations ********************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetMeterValueColor Property Definitions ******************************* const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UAudioMeter_SetMeterValueColor_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AudioMeter_eventSetMeterValueColor_Parms, InValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAudioMeter_SetMeterValueColor_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAudioMeter_SetMeterValueColor_Statics::NewProp_InValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterValueColor_Statics::PropPointers) < 2048); // ********** End Function SetMeterValueColor Property Definitions ********************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAudioMeter_SetMeterValueColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAudioMeter, nullptr, "SetMeterValueColor", Z_Construct_UFunction_UAudioMeter_SetMeterValueColor_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterValueColor_Statics::PropPointers), sizeof(Z_Construct_UFunction_UAudioMeter_SetMeterValueColor_Statics::AudioMeter_eventSetMeterValueColor_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAudioMeter_SetMeterValueColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAudioMeter_SetMeterValueColor_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UAudioMeter_SetMeterValueColor_Statics::AudioMeter_eventSetMeterValueColor_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UAudioMeter_SetMeterValueColor() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAudioMeter_SetMeterValueColor_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UAudioMeter::execSetMeterValueColor) { P_GET_STRUCT(FLinearColor,Z_Param_InValue); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetMeterValueColor(Z_Param_InValue); P_NATIVE_END; } // ********** End Class UAudioMeter Function SetMeterValueColor ************************************ // ********** Begin Class UAudioMeter ************************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UAudioMeter; UClass* UAudioMeter::GetPrivateStaticClass() { using TClass = UAudioMeter; if (!Z_Registration_Info_UClass_UAudioMeter.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("AudioMeter"), Z_Registration_Info_UClass_UAudioMeter.InnerSingleton, StaticRegisterNativesUAudioMeter, 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_UAudioMeter.InnerSingleton; } UClass* Z_Construct_UClass_UAudioMeter_NoRegister() { return UAudioMeter::GetPrivateStaticClass(); } struct Z_Construct_UClass_UAudioMeter_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * An audio meter widget.\n *\n * Supports displaying a slower moving peak-hold value as well as the current meter value.\n *\n * A clipping value is also displayed which shows a customizable color to indicate clipping.\n *\n * Internal values are stored and interacted with as linear volume values.\n * \n */" }, { "IncludePath", "AudioMeter.h" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "An audio meter widget.\n\nSupports displaying a slower moving peak-hold value as well as the current meter value.\n\nA clipping value is also displayed which shows a customizable color to indicate clipping.\n\nInternal values are stored and interacted with as linear volume values." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MeterChannelInfo_MetaData[] = { { "Category", "MeterValues" }, { "Comment", "/** The current meter value to display. */" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "The current meter value to display." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MeterChannelInfoDelegate_MetaData[] = { { "Comment", "/** A bindable delegate to allow logic to drive the value of the meter */" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "A bindable delegate to allow logic to drive the value of the meter" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WidgetStyle_MetaData[] = { { "Category", "Style" }, { "Comment", "/** The audio meter style */" }, { "DisplayName", "Style" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "The audio meter style" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Orientation_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** The slider's orientation. */" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "The slider's orientation." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BackgroundColor_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** The color to draw the background. */" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "The color to draw the background." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MeterBackgroundColor_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** The color to draw the meter background. */" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "The color to draw the meter background." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MeterValueColor_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** The color to draw the meter value. */" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "The color to draw the meter value." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MeterPeakColor_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** The color to draw the meter peak value. */" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "The color to draw the meter peak value." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MeterClippingColor_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** The color to draw the meter clipping value. */" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "The color to draw the meter clipping value." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MeterScaleColor_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** The color to draw the meter scale hashes. */" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "The color to draw the meter scale hashes." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MeterScaleLabelColor_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** The color to draw the meter scale label. */" }, { "ModuleRelativePath", "Public/AudioMeter.h" }, { "ToolTip", "The color to draw the meter scale label." }, }; #endif // WITH_METADATA // ********** Begin Class UAudioMeter constinit property declarations ****************************** static const UECodeGen_Private::FStructPropertyParams NewProp_MeterChannelInfo_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_MeterChannelInfo; static const UECodeGen_Private::FDelegatePropertyParams NewProp_MeterChannelInfoDelegate; static const UECodeGen_Private::FStructPropertyParams NewProp_WidgetStyle; static const UECodeGen_Private::FBytePropertyParams NewProp_Orientation; static const UECodeGen_Private::FStructPropertyParams NewProp_BackgroundColor; static const UECodeGen_Private::FStructPropertyParams NewProp_MeterBackgroundColor; static const UECodeGen_Private::FStructPropertyParams NewProp_MeterValueColor; static const UECodeGen_Private::FStructPropertyParams NewProp_MeterPeakColor; static const UECodeGen_Private::FStructPropertyParams NewProp_MeterClippingColor; static const UECodeGen_Private::FStructPropertyParams NewProp_MeterScaleColor; static const UECodeGen_Private::FStructPropertyParams NewProp_MeterScaleLabelColor; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UAudioMeter constinit property declarations ******************************** static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = { { .NameUTF8 = UTF8TEXT("GetMeterChannelInfo"), .Pointer = &UAudioMeter::execGetMeterChannelInfo }, { .NameUTF8 = UTF8TEXT("SetBackgroundColor"), .Pointer = &UAudioMeter::execSetBackgroundColor }, { .NameUTF8 = UTF8TEXT("SetMeterBackgroundColor"), .Pointer = &UAudioMeter::execSetMeterBackgroundColor }, { .NameUTF8 = UTF8TEXT("SetMeterChannelInfo"), .Pointer = &UAudioMeter::execSetMeterChannelInfo }, { .NameUTF8 = UTF8TEXT("SetMeterClippingColor"), .Pointer = &UAudioMeter::execSetMeterClippingColor }, { .NameUTF8 = UTF8TEXT("SetMeterPeakColor"), .Pointer = &UAudioMeter::execSetMeterPeakColor }, { .NameUTF8 = UTF8TEXT("SetMeterScaleColor"), .Pointer = &UAudioMeter::execSetMeterScaleColor }, { .NameUTF8 = UTF8TEXT("SetMeterScaleLabelColor"), .Pointer = &UAudioMeter::execSetMeterScaleLabelColor }, { .NameUTF8 = UTF8TEXT("SetMeterValueColor"), .Pointer = &UAudioMeter::execSetMeterValueColor }, }; static UObject* (*const DependentSingletons[])(); static constexpr FClassFunctionLinkInfo FuncInfo[] = { { &Z_Construct_UFunction_UAudioMeter_GetMeterChannelInfo, "GetMeterChannelInfo" }, // 3166271786 { &Z_Construct_UDelegateFunction_UAudioMeter_GetMeterChannelInfo__DelegateSignature, "GetMeterChannelInfo__DelegateSignature" }, // 1665327148 { &Z_Construct_UFunction_UAudioMeter_SetBackgroundColor, "SetBackgroundColor" }, // 3612923245 { &Z_Construct_UFunction_UAudioMeter_SetMeterBackgroundColor, "SetMeterBackgroundColor" }, // 2050391781 { &Z_Construct_UFunction_UAudioMeter_SetMeterChannelInfo, "SetMeterChannelInfo" }, // 1284876463 { &Z_Construct_UFunction_UAudioMeter_SetMeterClippingColor, "SetMeterClippingColor" }, // 87706286 { &Z_Construct_UFunction_UAudioMeter_SetMeterPeakColor, "SetMeterPeakColor" }, // 1494102347 { &Z_Construct_UFunction_UAudioMeter_SetMeterScaleColor, "SetMeterScaleColor" }, // 4149138069 { &Z_Construct_UFunction_UAudioMeter_SetMeterScaleLabelColor, "SetMeterScaleLabelColor" }, // 1608998182 { &Z_Construct_UFunction_UAudioMeter_SetMeterValueColor, "SetMeterValueColor" }, // 1399321869 }; static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UAudioMeter_Statics // ********** Begin Class UAudioMeter Property Definitions ***************************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAudioMeter_Statics::NewProp_MeterChannelInfo_Inner = { "MeterChannelInfo", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FMeterChannelInfo, METADATA_PARAMS(0, nullptr) }; // 516295675 const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UAudioMeter_Statics::NewProp_MeterChannelInfo = { "MeterChannelInfo", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAudioMeter, MeterChannelInfo), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MeterChannelInfo_MetaData), NewProp_MeterChannelInfo_MetaData) }; // 516295675 const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UClass_UAudioMeter_Statics::NewProp_MeterChannelInfoDelegate = { "MeterChannelInfoDelegate", nullptr, (EPropertyFlags)0x0010000000080000, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAudioMeter, MeterChannelInfoDelegate), Z_Construct_UDelegateFunction_UAudioMeter_GetMeterChannelInfo__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MeterChannelInfoDelegate_MetaData), NewProp_MeterChannelInfoDelegate_MetaData) }; // 1665327148 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAudioMeter_Statics::NewProp_WidgetStyle = { "WidgetStyle", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAudioMeter, WidgetStyle), Z_Construct_UScriptStruct_FAudioMeterStyle, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WidgetStyle_MetaData), NewProp_WidgetStyle_MetaData) }; // 3200653840 const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UAudioMeter_Statics::NewProp_Orientation = { "Orientation", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAudioMeter, Orientation), Z_Construct_UEnum_SlateCore_EOrientation, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Orientation_MetaData), NewProp_Orientation_MetaData) }; // 3016252625 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAudioMeter_Statics::NewProp_BackgroundColor = { "BackgroundColor", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAudioMeter, BackgroundColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BackgroundColor_MetaData), NewProp_BackgroundColor_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAudioMeter_Statics::NewProp_MeterBackgroundColor = { "MeterBackgroundColor", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAudioMeter, MeterBackgroundColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MeterBackgroundColor_MetaData), NewProp_MeterBackgroundColor_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAudioMeter_Statics::NewProp_MeterValueColor = { "MeterValueColor", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAudioMeter, MeterValueColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MeterValueColor_MetaData), NewProp_MeterValueColor_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAudioMeter_Statics::NewProp_MeterPeakColor = { "MeterPeakColor", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAudioMeter, MeterPeakColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MeterPeakColor_MetaData), NewProp_MeterPeakColor_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAudioMeter_Statics::NewProp_MeterClippingColor = { "MeterClippingColor", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAudioMeter, MeterClippingColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MeterClippingColor_MetaData), NewProp_MeterClippingColor_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAudioMeter_Statics::NewProp_MeterScaleColor = { "MeterScaleColor", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAudioMeter, MeterScaleColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MeterScaleColor_MetaData), NewProp_MeterScaleColor_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAudioMeter_Statics::NewProp_MeterScaleLabelColor = { "MeterScaleLabelColor", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAudioMeter, MeterScaleLabelColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MeterScaleLabelColor_MetaData), NewProp_MeterScaleLabelColor_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAudioMeter_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAudioMeter_Statics::NewProp_MeterChannelInfo_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAudioMeter_Statics::NewProp_MeterChannelInfo, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAudioMeter_Statics::NewProp_MeterChannelInfoDelegate, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAudioMeter_Statics::NewProp_WidgetStyle, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAudioMeter_Statics::NewProp_Orientation, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAudioMeter_Statics::NewProp_BackgroundColor, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAudioMeter_Statics::NewProp_MeterBackgroundColor, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAudioMeter_Statics::NewProp_MeterValueColor, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAudioMeter_Statics::NewProp_MeterPeakColor, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAudioMeter_Statics::NewProp_MeterClippingColor, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAudioMeter_Statics::NewProp_MeterScaleColor, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAudioMeter_Statics::NewProp_MeterScaleLabelColor, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAudioMeter_Statics::PropPointers) < 2048); // ********** End Class UAudioMeter Property Definitions ******************************************* UObject* (*const Z_Construct_UClass_UAudioMeter_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UWidget, (UObject* (*)())Z_Construct_UPackage__Script_AudioWidgets, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAudioMeter_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UAudioMeter_Statics::ClassParams = { &UAudioMeter::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, FuncInfo, Z_Construct_UClass_UAudioMeter_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), UE_ARRAY_COUNT(FuncInfo), UE_ARRAY_COUNT(Z_Construct_UClass_UAudioMeter_Statics::PropPointers), 0, 0x00A800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAudioMeter_Statics::Class_MetaDataParams), Z_Construct_UClass_UAudioMeter_Statics::Class_MetaDataParams) }; void UAudioMeter::StaticRegisterNativesUAudioMeter() { UClass* Class = UAudioMeter::StaticClass(); FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UAudioMeter_Statics::Funcs)); } UClass* Z_Construct_UClass_UAudioMeter() { if (!Z_Registration_Info_UClass_UAudioMeter.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAudioMeter.OuterSingleton, Z_Construct_UClass_UAudioMeter_Statics::ClassParams); } return Z_Registration_Info_UClass_UAudioMeter.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAudioMeter); UAudioMeter::~UAudioMeter() {} // ********** End Class UAudioMeter **************************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioWidgets_Source_AudioWidgets_Public_AudioMeter_h__Script_AudioWidgets_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FAudioMeterDefaultColorStyle::StaticStruct, Z_Construct_UScriptStruct_FAudioMeterDefaultColorStyle_Statics::NewStructOps, TEXT("AudioMeterDefaultColorStyle"),&Z_Registration_Info_UScriptStruct_FAudioMeterDefaultColorStyle, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAudioMeterDefaultColorStyle), 1296235483U) }, }; static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UAudioMeter, UAudioMeter::StaticClass, TEXT("UAudioMeter"), &Z_Registration_Info_UClass_UAudioMeter, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAudioMeter), 4051855636U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioWidgets_Source_AudioWidgets_Public_AudioMeter_h__Script_AudioWidgets_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioWidgets_Source_AudioWidgets_Public_AudioMeter_h__Script_AudioWidgets_6346935{ TEXT("/Script/AudioWidgets"), Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioWidgets_Source_AudioWidgets_Public_AudioMeter_h__Script_AudioWidgets_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioWidgets_Source_AudioWidgets_Public_AudioMeter_h__Script_AudioWidgets_Statics::ClassInfo), Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioWidgets_Source_AudioWidgets_Public_AudioMeter_h__Script_AudioWidgets_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioWidgets_Source_AudioWidgets_Public_AudioMeter_h__Script_AudioWidgets_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS