Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/AudioSynesthesia/UHT/LKFS.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

579 lines
44 KiB
C++

// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "LKFS.h"
#include "LKFSFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeLKFS() {}
// ********** Begin Cross Module References ********************************************************
AUDIOANALYZER_API UClass* Z_Construct_UClass_UAudioAnalyzer();
AUDIOSYNESTHESIA_API UClass* Z_Construct_UClass_UAudioSynesthesiaSettings();
AUDIOSYNESTHESIA_API UClass* Z_Construct_UClass_ULKFSAnalyzer();
AUDIOSYNESTHESIA_API UClass* Z_Construct_UClass_ULKFSAnalyzer_NoRegister();
AUDIOSYNESTHESIA_API UClass* Z_Construct_UClass_ULKFSSettings();
AUDIOSYNESTHESIA_API UClass* Z_Construct_UClass_ULKFSSettings_NoRegister();
AUDIOSYNESTHESIA_API UFunction* Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestOverallLKFSResults__DelegateSignature();
AUDIOSYNESTHESIA_API UFunction* Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestPerChannelLKFSResults__DelegateSignature();
AUDIOSYNESTHESIA_API UFunction* Z_Construct_UDelegateFunction_AudioSynesthesia_OnOverallLKFSResults__DelegateSignature();
AUDIOSYNESTHESIA_API UFunction* Z_Construct_UDelegateFunction_AudioSynesthesia_OnPerChannelLKFSResults__DelegateSignature();
AUDIOSYNESTHESIACORE_API UScriptStruct* Z_Construct_UScriptStruct_FLKFSResults();
UPackage* Z_Construct_UPackage__Script_AudioSynesthesia();
// ********** End Cross Module References **********************************************************
// ********** Begin Class ULKFSSettings ************************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_ULKFSSettings;
UClass* ULKFSSettings::GetPrivateStaticClass()
{
using TClass = ULKFSSettings;
if (!Z_Registration_Info_UClass_ULKFSSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("LKFSSettings"),
Z_Registration_Info_UClass_ULKFSSettings.InnerSingleton,
StaticRegisterNativesULKFSSettings,
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_ULKFSSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_ULKFSSettings_NoRegister()
{
return ULKFSSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_ULKFSSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/** ULKFSSettings\n *\n * Settings for a ULKFSAnalyzer.\n */" },
{ "IncludePath", "LKFS.h" },
{ "IsBlueprintBase", "true" },
{ "ModuleRelativePath", "Classes/LKFS.h" },
{ "ToolTip", "ULKFSSettings\n\nSettings for a ULKFSAnalyzer." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AnalysisPeriod_MetaData[] = {
{ "Category", "AudioAnalyzer" },
{ "ClampMax", "1.00" },
{ "ClampMin", "0.01" },
{ "Comment", "/** Number of seconds between loudness measurements. The standard is 0.1 seconds. */" },
{ "ModuleRelativePath", "Classes/LKFS.h" },
{ "ToolTip", "Number of seconds between loudness measurements. The standard is 0.1 seconds." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AnalysisWindowDuration_MetaData[] = {
{ "Category", "AudioAnalyzer" },
{ "ClampMax", "1.00" },
{ "ClampMin", "0.10" },
{ "Comment", "/** Number of seconds of audio analyzed for each loudness measurements. The standard is 0.4 seconds. */" },
{ "ModuleRelativePath", "Classes/LKFS.h" },
{ "ToolTip", "Number of seconds of audio analyzed for each loudness measurements. The standard is 0.4 seconds." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ShortTermLoudnessDuration_MetaData[] = {
{ "Category", "AudioAnalyzer" },
{ "ClampMax", "30.00" },
{ "ClampMin", "1.00" },
{ "Comment", "/** Duration of audio analyzed for short term loudness. The standard is 3.0 seconds. */" },
{ "ModuleRelativePath", "Classes/LKFS.h" },
{ "ToolTip", "Duration of audio analyzed for short term loudness. The standard is 3.0 seconds." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IntegratedLoudnessAnalysisPeriod_MetaData[] = {
{ "Category", "AudioAnalyzer" },
{ "ClampMax", "10.00" },
{ "ClampMin", "0.1" },
{ "Comment", "/** Number of seconds between long term (integrated and gated) loudness updates. The standard is 1.0 seconds. */" },
{ "ModuleRelativePath", "Classes/LKFS.h" },
{ "ToolTip", "Number of seconds between long term (integrated and gated) loudness updates. The standard is 1.0 seconds." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IntegratedLoudnessDuration_MetaData[] = {
{ "Category", "AudioAnalyzer" },
{ "ClampMax", "3600.00" },
{ "ClampMin", "10.00" },
{ "Comment", "/** Duration of audio analyzed for long term (integrated and gated) loudness. The real time LKFS analyzer\n\x09 * performs integrated loudness duration over a large window instead of performing calculations over\n\x09 * the entire audio stream. */" },
{ "ModuleRelativePath", "Classes/LKFS.h" },
{ "ToolTip", "Duration of audio analyzed for long term (integrated and gated) loudness. The real time LKFS analyzer\nperforms integrated loudness duration over a large window instead of performing calculations over\nthe entire audio stream." },
};
#endif // WITH_METADATA
// ********** Begin Class ULKFSSettings constinit property declarations ****************************
static const UECodeGen_Private::FFloatPropertyParams NewProp_AnalysisPeriod;
static const UECodeGen_Private::FFloatPropertyParams NewProp_AnalysisWindowDuration;
static const UECodeGen_Private::FFloatPropertyParams NewProp_ShortTermLoudnessDuration;
static const UECodeGen_Private::FFloatPropertyParams NewProp_IntegratedLoudnessAnalysisPeriod;
static const UECodeGen_Private::FFloatPropertyParams NewProp_IntegratedLoudnessDuration;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class ULKFSSettings constinit property declarations ******************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ULKFSSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_ULKFSSettings_Statics
// ********** Begin Class ULKFSSettings Property Definitions ***************************************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_ULKFSSettings_Statics::NewProp_AnalysisPeriod = { "AnalysisPeriod", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULKFSSettings, AnalysisPeriod), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AnalysisPeriod_MetaData), NewProp_AnalysisPeriod_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_ULKFSSettings_Statics::NewProp_AnalysisWindowDuration = { "AnalysisWindowDuration", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULKFSSettings, AnalysisWindowDuration), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AnalysisWindowDuration_MetaData), NewProp_AnalysisWindowDuration_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_ULKFSSettings_Statics::NewProp_ShortTermLoudnessDuration = { "ShortTermLoudnessDuration", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULKFSSettings, ShortTermLoudnessDuration), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ShortTermLoudnessDuration_MetaData), NewProp_ShortTermLoudnessDuration_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_ULKFSSettings_Statics::NewProp_IntegratedLoudnessAnalysisPeriod = { "IntegratedLoudnessAnalysisPeriod", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULKFSSettings, IntegratedLoudnessAnalysisPeriod), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IntegratedLoudnessAnalysisPeriod_MetaData), NewProp_IntegratedLoudnessAnalysisPeriod_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_ULKFSSettings_Statics::NewProp_IntegratedLoudnessDuration = { "IntegratedLoudnessDuration", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULKFSSettings, IntegratedLoudnessDuration), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IntegratedLoudnessDuration_MetaData), NewProp_IntegratedLoudnessDuration_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_ULKFSSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULKFSSettings_Statics::NewProp_AnalysisPeriod,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULKFSSettings_Statics::NewProp_AnalysisWindowDuration,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULKFSSettings_Statics::NewProp_ShortTermLoudnessDuration,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULKFSSettings_Statics::NewProp_IntegratedLoudnessAnalysisPeriod,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULKFSSettings_Statics::NewProp_IntegratedLoudnessDuration,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULKFSSettings_Statics::PropPointers) < 2048);
// ********** End Class ULKFSSettings Property Definitions *****************************************
UObject* (*const Z_Construct_UClass_ULKFSSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UAudioSynesthesiaSettings,
(UObject* (*)())Z_Construct_UPackage__Script_AudioSynesthesia,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULKFSSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_ULKFSSettings_Statics::ClassParams = {
&ULKFSSettings::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_ULKFSSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_ULKFSSettings_Statics::PropPointers),
0,
0x000810A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULKFSSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_ULKFSSettings_Statics::Class_MetaDataParams)
};
void ULKFSSettings::StaticRegisterNativesULKFSSettings()
{
}
UClass* Z_Construct_UClass_ULKFSSettings()
{
if (!Z_Registration_Info_UClass_ULKFSSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULKFSSettings.OuterSingleton, Z_Construct_UClass_ULKFSSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_ULKFSSettings.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULKFSSettings);
ULKFSSettings::~ULKFSSettings() {}
// ********** End Class ULKFSSettings **************************************************************
// ********** Begin Delegate FOnOverallLKFSResults *************************************************
struct Z_Construct_UDelegateFunction_AudioSynesthesia_OnOverallLKFSResults__DelegateSignature_Statics
{
struct _Script_AudioSynesthesia_eventOnOverallLKFSResults_Parms
{
TArray<FLKFSResults> LKFSResults;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Comment", "/** Delegate to receive all overall loudness results (time-stamped in an array) since last delegate call. */" },
{ "ModuleRelativePath", "Classes/LKFS.h" },
{ "ToolTip", "Delegate to receive all overall loudness results (time-stamped in an array) since last delegate call." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LKFSResults_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnOverallLKFSResults constinit property declarations *****************
static const UECodeGen_Private::FStructPropertyParams NewProp_LKFSResults_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_LKFSResults;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnOverallLKFSResults constinit property declarations *******************
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnOverallLKFSResults Property Definitions ****************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UDelegateFunction_AudioSynesthesia_OnOverallLKFSResults__DelegateSignature_Statics::NewProp_LKFSResults_Inner = { "LKFSResults", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FLKFSResults, METADATA_PARAMS(0, nullptr) }; // 3773882236
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UDelegateFunction_AudioSynesthesia_OnOverallLKFSResults__DelegateSignature_Statics::NewProp_LKFSResults = { "LKFSResults", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_AudioSynesthesia_eventOnOverallLKFSResults_Parms, LKFSResults), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LKFSResults_MetaData), NewProp_LKFSResults_MetaData) }; // 3773882236
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_AudioSynesthesia_OnOverallLKFSResults__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_AudioSynesthesia_OnOverallLKFSResults__DelegateSignature_Statics::NewProp_LKFSResults_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_AudioSynesthesia_OnOverallLKFSResults__DelegateSignature_Statics::NewProp_LKFSResults,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_AudioSynesthesia_OnOverallLKFSResults__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnOverallLKFSResults Property Definitions ******************************
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_AudioSynesthesia_OnOverallLKFSResults__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_AudioSynesthesia, nullptr, "OnOverallLKFSResults__DelegateSignature", Z_Construct_UDelegateFunction_AudioSynesthesia_OnOverallLKFSResults__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_AudioSynesthesia_OnOverallLKFSResults__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_AudioSynesthesia_OnOverallLKFSResults__DelegateSignature_Statics::_Script_AudioSynesthesia_eventOnOverallLKFSResults_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00530000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_AudioSynesthesia_OnOverallLKFSResults__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_AudioSynesthesia_OnOverallLKFSResults__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_AudioSynesthesia_OnOverallLKFSResults__DelegateSignature_Statics::_Script_AudioSynesthesia_eventOnOverallLKFSResults_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_AudioSynesthesia_OnOverallLKFSResults__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_AudioSynesthesia_OnOverallLKFSResults__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnOverallLKFSResults_DelegateWrapper(const FMulticastScriptDelegate& OnOverallLKFSResults, TArray<FLKFSResults> const& LKFSResults)
{
struct _Script_AudioSynesthesia_eventOnOverallLKFSResults_Parms
{
TArray<FLKFSResults> LKFSResults;
};
_Script_AudioSynesthesia_eventOnOverallLKFSResults_Parms Parms;
Parms.LKFSResults=LKFSResults;
OnOverallLKFSResults.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnOverallLKFSResults ***************************************************
// ********** Begin Delegate FOnLatestOverallLKFSResults *******************************************
struct Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestOverallLKFSResults__DelegateSignature_Statics
{
struct _Script_AudioSynesthesia_eventOnLatestOverallLKFSResults_Parms
{
FLKFSResults LatestOverallLKFSResults;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Comment", "/** Delegate to receive only the most recent overall meter results. */" },
{ "ModuleRelativePath", "Classes/LKFS.h" },
{ "ToolTip", "Delegate to receive only the most recent overall meter results." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LatestOverallLKFSResults_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnLatestOverallLKFSResults constinit property declarations ***********
static const UECodeGen_Private::FStructPropertyParams NewProp_LatestOverallLKFSResults;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnLatestOverallLKFSResults constinit property declarations *************
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnLatestOverallLKFSResults Property Definitions **********************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestOverallLKFSResults__DelegateSignature_Statics::NewProp_LatestOverallLKFSResults = { "LatestOverallLKFSResults", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_AudioSynesthesia_eventOnLatestOverallLKFSResults_Parms, LatestOverallLKFSResults), Z_Construct_UScriptStruct_FLKFSResults, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LatestOverallLKFSResults_MetaData), NewProp_LatestOverallLKFSResults_MetaData) }; // 3773882236
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestOverallLKFSResults__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestOverallLKFSResults__DelegateSignature_Statics::NewProp_LatestOverallLKFSResults,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestOverallLKFSResults__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnLatestOverallLKFSResults Property Definitions ************************
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestOverallLKFSResults__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_AudioSynesthesia, nullptr, "OnLatestOverallLKFSResults__DelegateSignature", Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestOverallLKFSResults__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestOverallLKFSResults__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestOverallLKFSResults__DelegateSignature_Statics::_Script_AudioSynesthesia_eventOnLatestOverallLKFSResults_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00530000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestOverallLKFSResults__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestOverallLKFSResults__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestOverallLKFSResults__DelegateSignature_Statics::_Script_AudioSynesthesia_eventOnLatestOverallLKFSResults_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestOverallLKFSResults__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestOverallLKFSResults__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnLatestOverallLKFSResults_DelegateWrapper(const FMulticastScriptDelegate& OnLatestOverallLKFSResults, FLKFSResults const& LatestOverallLKFSResults)
{
struct _Script_AudioSynesthesia_eventOnLatestOverallLKFSResults_Parms
{
FLKFSResults LatestOverallLKFSResults;
};
_Script_AudioSynesthesia_eventOnLatestOverallLKFSResults_Parms Parms;
Parms.LatestOverallLKFSResults=LatestOverallLKFSResults;
OnLatestOverallLKFSResults.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnLatestOverallLKFSResults *********************************************
// ********** Begin Delegate FOnPerChannelLKFSResults **********************************************
struct Z_Construct_UDelegateFunction_AudioSynesthesia_OnPerChannelLKFSResults__DelegateSignature_Statics
{
struct _Script_AudioSynesthesia_eventOnPerChannelLKFSResults_Parms
{
int32 ChannelIndex;
TArray<FLKFSResults> LKFSResults;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Comment", "/** Delegate to receive all meter results per channel (time-stamped in an array) since last delegate call. */" },
{ "ModuleRelativePath", "Classes/LKFS.h" },
{ "ToolTip", "Delegate to receive all meter results per channel (time-stamped in an array) since last delegate call." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LKFSResults_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnPerChannelLKFSResults constinit property declarations **************
static const UECodeGen_Private::FIntPropertyParams NewProp_ChannelIndex;
static const UECodeGen_Private::FStructPropertyParams NewProp_LKFSResults_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_LKFSResults;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnPerChannelLKFSResults constinit property declarations ****************
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnPerChannelLKFSResults Property Definitions *************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UDelegateFunction_AudioSynesthesia_OnPerChannelLKFSResults__DelegateSignature_Statics::NewProp_ChannelIndex = { "ChannelIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_AudioSynesthesia_eventOnPerChannelLKFSResults_Parms, ChannelIndex), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UDelegateFunction_AudioSynesthesia_OnPerChannelLKFSResults__DelegateSignature_Statics::NewProp_LKFSResults_Inner = { "LKFSResults", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FLKFSResults, METADATA_PARAMS(0, nullptr) }; // 3773882236
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UDelegateFunction_AudioSynesthesia_OnPerChannelLKFSResults__DelegateSignature_Statics::NewProp_LKFSResults = { "LKFSResults", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_AudioSynesthesia_eventOnPerChannelLKFSResults_Parms, LKFSResults), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LKFSResults_MetaData), NewProp_LKFSResults_MetaData) }; // 3773882236
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_AudioSynesthesia_OnPerChannelLKFSResults__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_AudioSynesthesia_OnPerChannelLKFSResults__DelegateSignature_Statics::NewProp_ChannelIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_AudioSynesthesia_OnPerChannelLKFSResults__DelegateSignature_Statics::NewProp_LKFSResults_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_AudioSynesthesia_OnPerChannelLKFSResults__DelegateSignature_Statics::NewProp_LKFSResults,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_AudioSynesthesia_OnPerChannelLKFSResults__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnPerChannelLKFSResults Property Definitions ***************************
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_AudioSynesthesia_OnPerChannelLKFSResults__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_AudioSynesthesia, nullptr, "OnPerChannelLKFSResults__DelegateSignature", Z_Construct_UDelegateFunction_AudioSynesthesia_OnPerChannelLKFSResults__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_AudioSynesthesia_OnPerChannelLKFSResults__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_AudioSynesthesia_OnPerChannelLKFSResults__DelegateSignature_Statics::_Script_AudioSynesthesia_eventOnPerChannelLKFSResults_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00530000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_AudioSynesthesia_OnPerChannelLKFSResults__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_AudioSynesthesia_OnPerChannelLKFSResults__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_AudioSynesthesia_OnPerChannelLKFSResults__DelegateSignature_Statics::_Script_AudioSynesthesia_eventOnPerChannelLKFSResults_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_AudioSynesthesia_OnPerChannelLKFSResults__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_AudioSynesthesia_OnPerChannelLKFSResults__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnPerChannelLKFSResults_DelegateWrapper(const FMulticastScriptDelegate& OnPerChannelLKFSResults, int32 ChannelIndex, TArray<FLKFSResults> const& LKFSResults)
{
struct _Script_AudioSynesthesia_eventOnPerChannelLKFSResults_Parms
{
int32 ChannelIndex;
TArray<FLKFSResults> LKFSResults;
};
_Script_AudioSynesthesia_eventOnPerChannelLKFSResults_Parms Parms;
Parms.ChannelIndex=ChannelIndex;
Parms.LKFSResults=LKFSResults;
OnPerChannelLKFSResults.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnPerChannelLKFSResults ************************************************
// ********** Begin Delegate FOnLatestPerChannelLKFSResults ****************************************
struct Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestPerChannelLKFSResults__DelegateSignature_Statics
{
struct _Script_AudioSynesthesia_eventOnLatestPerChannelLKFSResults_Parms
{
int32 ChannelIndex;
FLKFSResults LatestLKFSResults;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Comment", "/** Delegate to receive only the most recent overall meter result per channel. */" },
{ "ModuleRelativePath", "Classes/LKFS.h" },
{ "ToolTip", "Delegate to receive only the most recent overall meter result per channel." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LatestLKFSResults_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnLatestPerChannelLKFSResults constinit property declarations ********
static const UECodeGen_Private::FIntPropertyParams NewProp_ChannelIndex;
static const UECodeGen_Private::FStructPropertyParams NewProp_LatestLKFSResults;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnLatestPerChannelLKFSResults constinit property declarations **********
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnLatestPerChannelLKFSResults Property Definitions *******************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestPerChannelLKFSResults__DelegateSignature_Statics::NewProp_ChannelIndex = { "ChannelIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_AudioSynesthesia_eventOnLatestPerChannelLKFSResults_Parms, ChannelIndex), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestPerChannelLKFSResults__DelegateSignature_Statics::NewProp_LatestLKFSResults = { "LatestLKFSResults", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_AudioSynesthesia_eventOnLatestPerChannelLKFSResults_Parms, LatestLKFSResults), Z_Construct_UScriptStruct_FLKFSResults, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LatestLKFSResults_MetaData), NewProp_LatestLKFSResults_MetaData) }; // 3773882236
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestPerChannelLKFSResults__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestPerChannelLKFSResults__DelegateSignature_Statics::NewProp_ChannelIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestPerChannelLKFSResults__DelegateSignature_Statics::NewProp_LatestLKFSResults,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestPerChannelLKFSResults__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnLatestPerChannelLKFSResults Property Definitions *********************
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestPerChannelLKFSResults__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_AudioSynesthesia, nullptr, "OnLatestPerChannelLKFSResults__DelegateSignature", Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestPerChannelLKFSResults__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestPerChannelLKFSResults__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestPerChannelLKFSResults__DelegateSignature_Statics::_Script_AudioSynesthesia_eventOnLatestPerChannelLKFSResults_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00530000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestPerChannelLKFSResults__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestPerChannelLKFSResults__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestPerChannelLKFSResults__DelegateSignature_Statics::_Script_AudioSynesthesia_eventOnLatestPerChannelLKFSResults_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestPerChannelLKFSResults__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestPerChannelLKFSResults__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnLatestPerChannelLKFSResults_DelegateWrapper(const FMulticastScriptDelegate& OnLatestPerChannelLKFSResults, int32 ChannelIndex, FLKFSResults const& LatestLKFSResults)
{
struct _Script_AudioSynesthesia_eventOnLatestPerChannelLKFSResults_Parms
{
int32 ChannelIndex;
FLKFSResults LatestLKFSResults;
};
_Script_AudioSynesthesia_eventOnLatestPerChannelLKFSResults_Parms Parms;
Parms.ChannelIndex=ChannelIndex;
Parms.LatestLKFSResults=LatestLKFSResults;
OnLatestPerChannelLKFSResults.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnLatestPerChannelLKFSResults ******************************************
// ********** Begin Class ULKFSAnalyzer ************************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_ULKFSAnalyzer;
UClass* ULKFSAnalyzer::GetPrivateStaticClass()
{
using TClass = ULKFSAnalyzer;
if (!Z_Registration_Info_UClass_ULKFSAnalyzer.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("LKFSAnalyzer"),
Z_Registration_Info_UClass_ULKFSAnalyzer.InnerSingleton,
StaticRegisterNativesULKFSAnalyzer,
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_ULKFSAnalyzer.InnerSingleton;
}
UClass* Z_Construct_UClass_ULKFSAnalyzer_NoRegister()
{
return ULKFSAnalyzer::GetPrivateStaticClass();
}
struct Z_Construct_UClass_ULKFSAnalyzer_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/** ULKFSAnalyzer\n *\n * ULKFSAnalyzer calculates the current amplitude of an\n * audio bus in real-time.\n */" },
{ "IncludePath", "LKFS.h" },
{ "IsBlueprintBase", "true" },
{ "ModuleRelativePath", "Classes/LKFS.h" },
{ "ToolTip", "ULKFSAnalyzer\n\nULKFSAnalyzer calculates the current amplitude of an\naudio bus in real-time." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Settings_MetaData[] = {
{ "Category", "AudioAnalyzer" },
{ "Comment", "/** The settings for the meter audio analyzer. */" },
{ "ModuleRelativePath", "Classes/LKFS.h" },
{ "ToolTip", "The settings for the meter audio analyzer." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnOverallLKFSResults_MetaData[] = {
{ "Comment", "/** Delegate to receive all overall meter results since last delegate call. */" },
{ "ModuleRelativePath", "Classes/LKFS.h" },
{ "ToolTip", "Delegate to receive all overall meter results since last delegate call." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnPerChannelLKFSResults_MetaData[] = {
{ "Comment", "/** Delegate to receive all meter results, per-channel, since last delegate call. */" },
{ "ModuleRelativePath", "Classes/LKFS.h" },
{ "ToolTip", "Delegate to receive all meter results, per-channel, since last delegate call." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnLatestOverallLKFSResults_MetaData[] = {
{ "Comment", "/** Delegate to receive the latest overall meter results. */" },
{ "ModuleRelativePath", "Classes/LKFS.h" },
{ "ToolTip", "Delegate to receive the latest overall meter results." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnLatestPerChannelLKFSResults_MetaData[] = {
{ "Comment", "/** Delegate to receive the latest per-channel meter results. */" },
{ "ModuleRelativePath", "Classes/LKFS.h" },
{ "ToolTip", "Delegate to receive the latest per-channel meter results." },
};
#endif // WITH_METADATA
// ********** Begin Class ULKFSAnalyzer constinit property declarations ****************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Settings;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnOverallLKFSResults;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnPerChannelLKFSResults;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnLatestOverallLKFSResults;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnLatestPerChannelLKFSResults;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class ULKFSAnalyzer constinit property declarations ******************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ULKFSAnalyzer>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_ULKFSAnalyzer_Statics
// ********** Begin Class ULKFSAnalyzer Property Definitions ***************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_ULKFSAnalyzer_Statics::NewProp_Settings = { "Settings", nullptr, (EPropertyFlags)0x0114000000000005, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULKFSAnalyzer, Settings), Z_Construct_UClass_ULKFSSettings_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Settings_MetaData), NewProp_Settings_MetaData) };
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_ULKFSAnalyzer_Statics::NewProp_OnOverallLKFSResults = { "OnOverallLKFSResults", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULKFSAnalyzer, OnOverallLKFSResults), Z_Construct_UDelegateFunction_AudioSynesthesia_OnOverallLKFSResults__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnOverallLKFSResults_MetaData), NewProp_OnOverallLKFSResults_MetaData) }; // 3543909370
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_ULKFSAnalyzer_Statics::NewProp_OnPerChannelLKFSResults = { "OnPerChannelLKFSResults", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULKFSAnalyzer, OnPerChannelLKFSResults), Z_Construct_UDelegateFunction_AudioSynesthesia_OnPerChannelLKFSResults__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnPerChannelLKFSResults_MetaData), NewProp_OnPerChannelLKFSResults_MetaData) }; // 396226294
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_ULKFSAnalyzer_Statics::NewProp_OnLatestOverallLKFSResults = { "OnLatestOverallLKFSResults", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULKFSAnalyzer, OnLatestOverallLKFSResults), Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestOverallLKFSResults__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnLatestOverallLKFSResults_MetaData), NewProp_OnLatestOverallLKFSResults_MetaData) }; // 1408797794
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_ULKFSAnalyzer_Statics::NewProp_OnLatestPerChannelLKFSResults = { "OnLatestPerChannelLKFSResults", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULKFSAnalyzer, OnLatestPerChannelLKFSResults), Z_Construct_UDelegateFunction_AudioSynesthesia_OnLatestPerChannelLKFSResults__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnLatestPerChannelLKFSResults_MetaData), NewProp_OnLatestPerChannelLKFSResults_MetaData) }; // 416798812
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_ULKFSAnalyzer_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULKFSAnalyzer_Statics::NewProp_Settings,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULKFSAnalyzer_Statics::NewProp_OnOverallLKFSResults,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULKFSAnalyzer_Statics::NewProp_OnPerChannelLKFSResults,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULKFSAnalyzer_Statics::NewProp_OnLatestOverallLKFSResults,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULKFSAnalyzer_Statics::NewProp_OnLatestPerChannelLKFSResults,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULKFSAnalyzer_Statics::PropPointers) < 2048);
// ********** End Class ULKFSAnalyzer Property Definitions *****************************************
UObject* (*const Z_Construct_UClass_ULKFSAnalyzer_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UAudioAnalyzer,
(UObject* (*)())Z_Construct_UPackage__Script_AudioSynesthesia,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULKFSAnalyzer_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_ULKFSAnalyzer_Statics::ClassParams = {
&ULKFSAnalyzer::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_ULKFSAnalyzer_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_ULKFSAnalyzer_Statics::PropPointers),
0,
0x008810A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULKFSAnalyzer_Statics::Class_MetaDataParams), Z_Construct_UClass_ULKFSAnalyzer_Statics::Class_MetaDataParams)
};
void ULKFSAnalyzer::StaticRegisterNativesULKFSAnalyzer()
{
}
UClass* Z_Construct_UClass_ULKFSAnalyzer()
{
if (!Z_Registration_Info_UClass_ULKFSAnalyzer.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULKFSAnalyzer.OuterSingleton, Z_Construct_UClass_ULKFSAnalyzer_Statics::ClassParams);
}
return Z_Registration_Info_UClass_ULKFSAnalyzer.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULKFSAnalyzer);
ULKFSAnalyzer::~ULKFSAnalyzer() {}
// ********** End Class ULKFSAnalyzer **************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioSynesthesia_Source_AudioSynesthesia_Classes_LKFS_h__Script_AudioSynesthesia_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_ULKFSSettings, ULKFSSettings::StaticClass, TEXT("ULKFSSettings"), &Z_Registration_Info_UClass_ULKFSSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULKFSSettings), 731880752U) },
{ Z_Construct_UClass_ULKFSAnalyzer, ULKFSAnalyzer::StaticClass, TEXT("ULKFSAnalyzer"), &Z_Registration_Info_UClass_ULKFSAnalyzer, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULKFSAnalyzer), 1679087647U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioSynesthesia_Source_AudioSynesthesia_Classes_LKFS_h__Script_AudioSynesthesia_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioSynesthesia_Source_AudioSynesthesia_Classes_LKFS_h__Script_AudioSynesthesia_576697697{
TEXT("/Script/AudioSynesthesia"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioSynesthesia_Source_AudioSynesthesia_Classes_LKFS_h__Script_AudioSynesthesia_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioSynesthesia_Source_AudioSynesthesia_Classes_LKFS_h__Script_AudioSynesthesia_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS