911 lines
77 KiB
C++
911 lines
77 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 "Settings/SoundDashboardSettings.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeSoundDashboardSettings() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
AUDIOINSIGHTS_API UEnum* Z_Construct_UEnum_AudioInsights_EAudioAmplitudeDisplayMode();
|
||
|
|
AUDIOINSIGHTS_API UEnum* Z_Construct_UEnum_AudioInsights_ESoundDashboardAutoExpandOptions();
|
||
|
|
AUDIOINSIGHTS_API UEnum* Z_Construct_UEnum_AudioInsights_ESoundDashboardTreeViewingOptions();
|
||
|
|
AUDIOINSIGHTS_API UScriptStruct* Z_Construct_UScriptStruct_FSoundDashboardSettings();
|
||
|
|
AUDIOINSIGHTS_API UScriptStruct* Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns();
|
||
|
|
AUDIOINSIGHTS_API UScriptStruct* Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges();
|
||
|
|
AUDIOINSIGHTS_API UScriptStruct* Z_Construct_UScriptStruct_FVisibleColumnsSettings();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFloatInterval();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_AudioInsights();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Enum EAudioAmplitudeDisplayMode ************************************************
|
||
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EAudioAmplitudeDisplayMode;
|
||
|
|
static UEnum* EAudioAmplitudeDisplayMode_StaticEnum()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_EAudioAmplitudeDisplayMode.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UEnum_EAudioAmplitudeDisplayMode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_AudioInsights_EAudioAmplitudeDisplayMode, (UObject*)Z_Construct_UPackage__Script_AudioInsights(), TEXT("EAudioAmplitudeDisplayMode"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_EAudioAmplitudeDisplayMode.OuterSingleton;
|
||
|
|
}
|
||
|
|
template<> AUDIOINSIGHTS_NON_ATTRIBUTED_API UEnum* StaticEnum<EAudioAmplitudeDisplayMode>()
|
||
|
|
{
|
||
|
|
return EAudioAmplitudeDisplayMode_StaticEnum();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UEnum_AudioInsights_EAudioAmplitudeDisplayMode_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "Comment", "/** EAudioAmplitudeDisplayMode\n *\n * The units that audio amplitude and volume values are displayed in\n */" },
|
||
|
|
{ "Decibels.Comment", "/** Displays amplitude values in decibels. */" },
|
||
|
|
{ "Decibels.DisplayName", "dB" },
|
||
|
|
{ "Decibels.Name", "EAudioAmplitudeDisplayMode::Decibels" },
|
||
|
|
{ "Decibels.ToolTip", "Displays amplitude values in decibels." },
|
||
|
|
{ "Linear.Comment", "/** Displays amplitude values in linear scale. */" },
|
||
|
|
{ "Linear.DisplayName", "Linear" },
|
||
|
|
{ "Linear.Name", "EAudioAmplitudeDisplayMode::Linear" },
|
||
|
|
{ "Linear.ToolTip", "Displays amplitude values in linear scale." },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
{ "ToolTip", "EAudioAmplitudeDisplayMode\n\nThe units that audio amplitude and volume values are displayed in" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
||
|
|
{ "EAudioAmplitudeDisplayMode::Decibels", (int64)EAudioAmplitudeDisplayMode::Decibels },
|
||
|
|
{ "EAudioAmplitudeDisplayMode::Linear", (int64)EAudioAmplitudeDisplayMode::Linear },
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
||
|
|
}; // struct Z_Construct_UEnum_AudioInsights_EAudioAmplitudeDisplayMode_Statics
|
||
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_AudioInsights_EAudioAmplitudeDisplayMode_Statics::EnumParams = {
|
||
|
|
(UObject*(*)())Z_Construct_UPackage__Script_AudioInsights,
|
||
|
|
nullptr,
|
||
|
|
"EAudioAmplitudeDisplayMode",
|
||
|
|
"EAudioAmplitudeDisplayMode",
|
||
|
|
Z_Construct_UEnum_AudioInsights_EAudioAmplitudeDisplayMode_Statics::Enumerators,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_AudioInsights_EAudioAmplitudeDisplayMode_Statics::Enumerators),
|
||
|
|
EEnumFlags::None,
|
||
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_AudioInsights_EAudioAmplitudeDisplayMode_Statics::Enum_MetaDataParams), Z_Construct_UEnum_AudioInsights_EAudioAmplitudeDisplayMode_Statics::Enum_MetaDataParams)
|
||
|
|
};
|
||
|
|
UEnum* Z_Construct_UEnum_AudioInsights_EAudioAmplitudeDisplayMode()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_EAudioAmplitudeDisplayMode.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EAudioAmplitudeDisplayMode.InnerSingleton, Z_Construct_UEnum_AudioInsights_EAudioAmplitudeDisplayMode_Statics::EnumParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_EAudioAmplitudeDisplayMode.InnerSingleton;
|
||
|
|
}
|
||
|
|
// ********** End Enum EAudioAmplitudeDisplayMode **************************************************
|
||
|
|
|
||
|
|
// ********** Begin Enum ESoundDashboardTreeViewingOptions *****************************************
|
||
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ESoundDashboardTreeViewingOptions;
|
||
|
|
static UEnum* ESoundDashboardTreeViewingOptions_StaticEnum()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_ESoundDashboardTreeViewingOptions.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UEnum_ESoundDashboardTreeViewingOptions.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_AudioInsights_ESoundDashboardTreeViewingOptions, (UObject*)Z_Construct_UPackage__Script_AudioInsights(), TEXT("ESoundDashboardTreeViewingOptions"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_ESoundDashboardTreeViewingOptions.OuterSingleton;
|
||
|
|
}
|
||
|
|
template<> AUDIOINSIGHTS_NON_ATTRIBUTED_API UEnum* StaticEnum<ESoundDashboardTreeViewingOptions>()
|
||
|
|
{
|
||
|
|
return ESoundDashboardTreeViewingOptions_StaticEnum();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UEnum_AudioInsights_ESoundDashboardTreeViewingOptions_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
||
|
|
{ "ActiveSounds.Comment", "/** Organize sounds into Active Sounds. */" },
|
||
|
|
{ "ActiveSounds.DisplayName", "Active Sounds" },
|
||
|
|
{ "ActiveSounds.Name", "ESoundDashboardTreeViewingOptions::ActiveSounds" },
|
||
|
|
{ "ActiveSounds.ToolTip", "Organize sounds into Active Sounds." },
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "Comment", "/** ESoundDashboardTreeViewingOptions\n*\n* Change how sounds are organized within the Sound Dashboard tab in Audio Insights.\n*/" },
|
||
|
|
{ "FlatList.Comment", "/** Display sounds as individual waves in a flat list. */" },
|
||
|
|
{ "FlatList.DisplayName", "Flat List" },
|
||
|
|
{ "FlatList.Name", "ESoundDashboardTreeViewingOptions::FlatList" },
|
||
|
|
{ "FlatList.ToolTip", "Display sounds as individual waves in a flat list." },
|
||
|
|
{ "FullTree.Comment", "/** Organize sounds into categories. */" },
|
||
|
|
{ "FullTree.DisplayName", "Tree View" },
|
||
|
|
{ "FullTree.Name", "ESoundDashboardTreeViewingOptions::FullTree" },
|
||
|
|
{ "FullTree.ToolTip", "Organize sounds into categories." },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
{ "ToolTip", "ESoundDashboardTreeViewingOptions\n\nChange how sounds are organized within the Sound Dashboard tab in Audio Insights." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
||
|
|
{ "ESoundDashboardTreeViewingOptions::FullTree", (int64)ESoundDashboardTreeViewingOptions::FullTree },
|
||
|
|
{ "ESoundDashboardTreeViewingOptions::ActiveSounds", (int64)ESoundDashboardTreeViewingOptions::ActiveSounds },
|
||
|
|
{ "ESoundDashboardTreeViewingOptions::FlatList", (int64)ESoundDashboardTreeViewingOptions::FlatList },
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
||
|
|
}; // struct Z_Construct_UEnum_AudioInsights_ESoundDashboardTreeViewingOptions_Statics
|
||
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_AudioInsights_ESoundDashboardTreeViewingOptions_Statics::EnumParams = {
|
||
|
|
(UObject*(*)())Z_Construct_UPackage__Script_AudioInsights,
|
||
|
|
nullptr,
|
||
|
|
"ESoundDashboardTreeViewingOptions",
|
||
|
|
"ESoundDashboardTreeViewingOptions",
|
||
|
|
Z_Construct_UEnum_AudioInsights_ESoundDashboardTreeViewingOptions_Statics::Enumerators,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_AudioInsights_ESoundDashboardTreeViewingOptions_Statics::Enumerators),
|
||
|
|
EEnumFlags::None,
|
||
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_AudioInsights_ESoundDashboardTreeViewingOptions_Statics::Enum_MetaDataParams), Z_Construct_UEnum_AudioInsights_ESoundDashboardTreeViewingOptions_Statics::Enum_MetaDataParams)
|
||
|
|
};
|
||
|
|
UEnum* Z_Construct_UEnum_AudioInsights_ESoundDashboardTreeViewingOptions()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_ESoundDashboardTreeViewingOptions.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ESoundDashboardTreeViewingOptions.InnerSingleton, Z_Construct_UEnum_AudioInsights_ESoundDashboardTreeViewingOptions_Statics::EnumParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_ESoundDashboardTreeViewingOptions.InnerSingleton;
|
||
|
|
}
|
||
|
|
// ********** End Enum ESoundDashboardTreeViewingOptions *******************************************
|
||
|
|
|
||
|
|
// ********** Begin Enum ESoundDashboardAutoExpandOptions ******************************************
|
||
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ESoundDashboardAutoExpandOptions;
|
||
|
|
static UEnum* ESoundDashboardAutoExpandOptions_StaticEnum()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_ESoundDashboardAutoExpandOptions.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UEnum_ESoundDashboardAutoExpandOptions.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_AudioInsights_ESoundDashboardAutoExpandOptions, (UObject*)Z_Construct_UPackage__Script_AudioInsights(), TEXT("ESoundDashboardAutoExpandOptions"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_ESoundDashboardAutoExpandOptions.OuterSingleton;
|
||
|
|
}
|
||
|
|
template<> AUDIOINSIGHTS_NON_ATTRIBUTED_API UEnum* StaticEnum<ESoundDashboardAutoExpandOptions>()
|
||
|
|
{
|
||
|
|
return ESoundDashboardAutoExpandOptions_StaticEnum();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UEnum_AudioInsights_ESoundDashboardAutoExpandOptions_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "Categories.Comment", "/** Auto-expand new categories. */" },
|
||
|
|
{ "Categories.DisplayName", "Categories" },
|
||
|
|
{ "Categories.Name", "ESoundDashboardAutoExpandOptions::Categories" },
|
||
|
|
{ "Categories.ToolTip", "Auto-expand new categories." },
|
||
|
|
{ "Comment", "/** ESoundDashboardAutoExpandOptions\n *\n * Control whether new sounds entering the Sound Dashboard are auto-expanded/collapsed by default.\n */" },
|
||
|
|
{ "Everything.Comment", "/** Auto-expand all new categories and sounds. */" },
|
||
|
|
{ "Everything.DisplayName", "Everything" },
|
||
|
|
{ "Everything.Name", "ESoundDashboardAutoExpandOptions::Everything" },
|
||
|
|
{ "Everything.ToolTip", "Auto-expand all new categories and sounds." },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
{ "Nothing.Comment", "/** Don't auto-expand anything. */" },
|
||
|
|
{ "Nothing.DisplayName", "Nothing" },
|
||
|
|
{ "Nothing.Name", "ESoundDashboardAutoExpandOptions::Nothing" },
|
||
|
|
{ "Nothing.ToolTip", "Don't auto-expand anything." },
|
||
|
|
{ "ToolTip", "ESoundDashboardAutoExpandOptions\n\nControl whether new sounds entering the Sound Dashboard are auto-expanded/collapsed by default." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
||
|
|
{ "ESoundDashboardAutoExpandOptions::Categories", (int64)ESoundDashboardAutoExpandOptions::Categories },
|
||
|
|
{ "ESoundDashboardAutoExpandOptions::Everything", (int64)ESoundDashboardAutoExpandOptions::Everything },
|
||
|
|
{ "ESoundDashboardAutoExpandOptions::Nothing", (int64)ESoundDashboardAutoExpandOptions::Nothing },
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
||
|
|
}; // struct Z_Construct_UEnum_AudioInsights_ESoundDashboardAutoExpandOptions_Statics
|
||
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_AudioInsights_ESoundDashboardAutoExpandOptions_Statics::EnumParams = {
|
||
|
|
(UObject*(*)())Z_Construct_UPackage__Script_AudioInsights,
|
||
|
|
nullptr,
|
||
|
|
"ESoundDashboardAutoExpandOptions",
|
||
|
|
"ESoundDashboardAutoExpandOptions",
|
||
|
|
Z_Construct_UEnum_AudioInsights_ESoundDashboardAutoExpandOptions_Statics::Enumerators,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_AudioInsights_ESoundDashboardAutoExpandOptions_Statics::Enumerators),
|
||
|
|
EEnumFlags::None,
|
||
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_AudioInsights_ESoundDashboardAutoExpandOptions_Statics::Enum_MetaDataParams), Z_Construct_UEnum_AudioInsights_ESoundDashboardAutoExpandOptions_Statics::Enum_MetaDataParams)
|
||
|
|
};
|
||
|
|
UEnum* Z_Construct_UEnum_AudioInsights_ESoundDashboardAutoExpandOptions()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_ESoundDashboardAutoExpandOptions.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ESoundDashboardAutoExpandOptions.InnerSingleton, Z_Construct_UEnum_AudioInsights_ESoundDashboardAutoExpandOptions_Statics::EnumParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_ESoundDashboardAutoExpandOptions.InnerSingleton;
|
||
|
|
}
|
||
|
|
// ********** End Enum ESoundDashboardAutoExpandOptions ********************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSoundDashboardVisibleColumns *************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FSoundDashboardVisibleColumns); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FSoundDashboardVisibleColumns); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bMute_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSolo_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bPlot_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bName_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bPlayOrder_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bPriority_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bDistance_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bDistanceAttenuation_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAmplitude_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "DisplayName", "Amp (Peak)" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bVolume_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLPFFreq_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "DisplayName", "LPF Freq" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bHPFFreq_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "DisplayName", "HPF Freq" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bPitch_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bRelativeRenderCost_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bActorLabel_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCategory_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSoundDashboardVisibleColumns constinit property declarations *****
|
||
|
|
static void NewProp_bMute_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bMute;
|
||
|
|
static void NewProp_bSolo_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSolo;
|
||
|
|
static void NewProp_bPlot_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPlot;
|
||
|
|
static void NewProp_bName_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bName;
|
||
|
|
static void NewProp_bPlayOrder_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPlayOrder;
|
||
|
|
static void NewProp_bPriority_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPriority;
|
||
|
|
static void NewProp_bDistance_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bDistance;
|
||
|
|
static void NewProp_bDistanceAttenuation_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bDistanceAttenuation;
|
||
|
|
static void NewProp_bAmplitude_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAmplitude;
|
||
|
|
static void NewProp_bVolume_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bVolume;
|
||
|
|
static void NewProp_bLPFFreq_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLPFFreq;
|
||
|
|
static void NewProp_bHPFFreq_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bHPFFreq;
|
||
|
|
static void NewProp_bPitch_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPitch;
|
||
|
|
static void NewProp_bRelativeRenderCost_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bRelativeRenderCost;
|
||
|
|
static void NewProp_bActorLabel_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bActorLabel;
|
||
|
|
static void NewProp_bCategory_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCategory;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FSoundDashboardVisibleColumns constinit property declarations *******
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSoundDashboardVisibleColumns>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics
|
||
|
|
static_assert(std::is_polymorphic<FSoundDashboardVisibleColumns>() == std::is_polymorphic<FVisibleColumnsSettings>(), "USTRUCT FSoundDashboardVisibleColumns cannot be polymorphic unless super FVisibleColumnsSettings is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSoundDashboardVisibleColumns;
|
||
|
|
class UScriptStruct* FSoundDashboardVisibleColumns::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FSoundDashboardVisibleColumns.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FSoundDashboardVisibleColumns.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns, (UObject*)Z_Construct_UPackage__Script_AudioInsights(), TEXT("SoundDashboardVisibleColumns"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FSoundDashboardVisibleColumns.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSoundDashboardVisibleColumns Property Definitions ****************
|
||
|
|
void Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bMute_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundDashboardVisibleColumns*)Obj)->bMute = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bMute = { "bMute", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundDashboardVisibleColumns), &Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bMute_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bMute_MetaData), NewProp_bMute_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bSolo_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundDashboardVisibleColumns*)Obj)->bSolo = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bSolo = { "bSolo", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundDashboardVisibleColumns), &Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bSolo_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSolo_MetaData), NewProp_bSolo_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bPlot_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundDashboardVisibleColumns*)Obj)->bPlot = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bPlot = { "bPlot", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundDashboardVisibleColumns), &Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bPlot_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bPlot_MetaData), NewProp_bPlot_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bName_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundDashboardVisibleColumns*)Obj)->bName = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bName = { "bName", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundDashboardVisibleColumns), &Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bName_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bName_MetaData), NewProp_bName_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bPlayOrder_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundDashboardVisibleColumns*)Obj)->bPlayOrder = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bPlayOrder = { "bPlayOrder", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundDashboardVisibleColumns), &Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bPlayOrder_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bPlayOrder_MetaData), NewProp_bPlayOrder_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bPriority_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundDashboardVisibleColumns*)Obj)->bPriority = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bPriority = { "bPriority", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundDashboardVisibleColumns), &Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bPriority_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bPriority_MetaData), NewProp_bPriority_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bDistance_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundDashboardVisibleColumns*)Obj)->bDistance = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bDistance = { "bDistance", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundDashboardVisibleColumns), &Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bDistance_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bDistance_MetaData), NewProp_bDistance_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bDistanceAttenuation_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundDashboardVisibleColumns*)Obj)->bDistanceAttenuation = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bDistanceAttenuation = { "bDistanceAttenuation", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundDashboardVisibleColumns), &Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bDistanceAttenuation_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bDistanceAttenuation_MetaData), NewProp_bDistanceAttenuation_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bAmplitude_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundDashboardVisibleColumns*)Obj)->bAmplitude = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bAmplitude = { "bAmplitude", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundDashboardVisibleColumns), &Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bAmplitude_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAmplitude_MetaData), NewProp_bAmplitude_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bVolume_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundDashboardVisibleColumns*)Obj)->bVolume = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bVolume = { "bVolume", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundDashboardVisibleColumns), &Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bVolume_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bVolume_MetaData), NewProp_bVolume_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bLPFFreq_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundDashboardVisibleColumns*)Obj)->bLPFFreq = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bLPFFreq = { "bLPFFreq", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundDashboardVisibleColumns), &Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bLPFFreq_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLPFFreq_MetaData), NewProp_bLPFFreq_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bHPFFreq_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundDashboardVisibleColumns*)Obj)->bHPFFreq = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bHPFFreq = { "bHPFFreq", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundDashboardVisibleColumns), &Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bHPFFreq_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bHPFFreq_MetaData), NewProp_bHPFFreq_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bPitch_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundDashboardVisibleColumns*)Obj)->bPitch = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bPitch = { "bPitch", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundDashboardVisibleColumns), &Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bPitch_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bPitch_MetaData), NewProp_bPitch_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bRelativeRenderCost_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundDashboardVisibleColumns*)Obj)->bRelativeRenderCost = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bRelativeRenderCost = { "bRelativeRenderCost", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundDashboardVisibleColumns), &Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bRelativeRenderCost_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bRelativeRenderCost_MetaData), NewProp_bRelativeRenderCost_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bActorLabel_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundDashboardVisibleColumns*)Obj)->bActorLabel = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bActorLabel = { "bActorLabel", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundDashboardVisibleColumns), &Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bActorLabel_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bActorLabel_MetaData), NewProp_bActorLabel_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bCategory_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundDashboardVisibleColumns*)Obj)->bCategory = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bCategory = { "bCategory", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundDashboardVisibleColumns), &Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bCategory_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCategory_MetaData), NewProp_bCategory_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bMute,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bSolo,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bPlot,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bPlayOrder,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bPriority,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bDistance,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bDistanceAttenuation,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bAmplitude,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bVolume,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bLPFFreq,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bHPFFreq,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bPitch,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bRelativeRenderCost,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bActorLabel,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewProp_bCategory,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FSoundDashboardVisibleColumns Property Definitions ******************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AudioInsights,
|
||
|
|
Z_Construct_UScriptStruct_FVisibleColumnsSettings,
|
||
|
|
&NewStructOps,
|
||
|
|
"SoundDashboardVisibleColumns",
|
||
|
|
Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::PropPointers),
|
||
|
|
sizeof(FSoundDashboardVisibleColumns),
|
||
|
|
alignof(FSoundDashboardVisibleColumns),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FSoundDashboardVisibleColumns.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSoundDashboardVisibleColumns.InnerSingleton, Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSoundDashboardVisibleColumns.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FSoundDashboardVisibleColumns ***************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSoundPlotsDashboardPlotRanges ************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FSoundPlotsDashboardPlotRanges); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FSoundPlotsDashboardPlotRanges); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseCustomAmplitude_dBRange_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard|CustomPlotRanges" },
|
||
|
|
{ "InlineEditConditionToggle", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Amplitude_dB_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard|CustomPlotRanges" },
|
||
|
|
{ "ClampMax", "24" },
|
||
|
|
{ "ClampMin", "-160" },
|
||
|
|
{ "DisplayName", "Amplitude (dB)" },
|
||
|
|
{ "EditCondition", "bUseCustomAmplitude_dBRange" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
{ "UIMax", "0" },
|
||
|
|
{ "UIMin", "-160" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseCustomAmplitude_LinearRange_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard|CustomPlotRanges" },
|
||
|
|
{ "InlineEditConditionToggle", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Amplitude_Linear_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard|CustomPlotRanges" },
|
||
|
|
{ "ClampMax", "16" },
|
||
|
|
{ "ClampMin", "-16" },
|
||
|
|
{ "DisplayName", "Amplitude (Linear)" },
|
||
|
|
{ "EditCondition", "bUseCustomAmplitude_LinearRange" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
{ "UIMax", "1" },
|
||
|
|
{ "UIMin", "0" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseCustomVolumeRange_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard|CustomPlotRanges" },
|
||
|
|
{ "InlineEditConditionToggle", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Volume_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard|CustomPlotRanges" },
|
||
|
|
{ "ClampMax", "4" },
|
||
|
|
{ "ClampMin", "0" },
|
||
|
|
{ "EditCondition", "bUseCustomVolumeRange" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
{ "UIMax", "4" },
|
||
|
|
{ "UIMin", "0" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseCustomDistanceRange_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard|CustomPlotRanges" },
|
||
|
|
{ "InlineEditConditionToggle", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Distance_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard|CustomPlotRanges" },
|
||
|
|
{ "ClampMax", "100000" },
|
||
|
|
{ "ClampMin", "0" },
|
||
|
|
{ "EditCondition", "bUseCustomDistanceRange" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
{ "UIMax", "10000" },
|
||
|
|
{ "UIMin", "0" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseCustomDistanceAttenuationRange_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard|CustomPlotRanges" },
|
||
|
|
{ "InlineEditConditionToggle", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DistanceAttenuation_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard|CustomPlotRanges" },
|
||
|
|
{ "ClampMax", "1" },
|
||
|
|
{ "ClampMin", "0" },
|
||
|
|
{ "EditCondition", "bUseCustomDistanceAttenuationRange" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
{ "UIMax", "1" },
|
||
|
|
{ "UIMin", "0" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseCustomPitchRange_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard|CustomPlotRanges" },
|
||
|
|
{ "InlineEditConditionToggle", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Pitch_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard|CustomPlotRanges" },
|
||
|
|
{ "ClampMax", "32" },
|
||
|
|
{ "ClampMin", "0" },
|
||
|
|
{ "EditCondition", "bUseCustomPitchRange" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
{ "UIMax", "4" },
|
||
|
|
{ "UIMin", "0.125" },
|
||
|
|
{ "Units", "Multiplier" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseCustomPriorityRange_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard|CustomPlotRanges" },
|
||
|
|
{ "InlineEditConditionToggle", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Priority_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard|CustomPlotRanges" },
|
||
|
|
{ "ClampMax", "100" },
|
||
|
|
{ "ClampMin", "0" },
|
||
|
|
{ "EditCondition", "bUseCustomPriorityRange" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
{ "UIMax", "100" },
|
||
|
|
{ "UIMin", "0" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseCustomLPFFreqRange_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard|CustomPlotRanges" },
|
||
|
|
{ "InlineEditConditionToggle", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LPFFreq_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard|CustomPlotRanges" },
|
||
|
|
{ "ClampMax", "48000" },
|
||
|
|
{ "ClampMin", "0" },
|
||
|
|
{ "DisplayName", "LPF Freq" },
|
||
|
|
{ "EditCondition", "bUseCustomLPFFreqRange" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
{ "UIMax", "20000" },
|
||
|
|
{ "UIMin", "20" },
|
||
|
|
{ "Units", "Hertz" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseCustomHPFFreqRange_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard|CustomPlotRanges" },
|
||
|
|
{ "InlineEditConditionToggle", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HPFFreq_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard|CustomPlotRanges" },
|
||
|
|
{ "ClampMax", "48000" },
|
||
|
|
{ "ClampMin", "0" },
|
||
|
|
{ "DisplayName", "HPF Freq" },
|
||
|
|
{ "EditCondition", "bUseCustomHPFFreqRange" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
{ "UIMax", "20000" },
|
||
|
|
{ "UIMin", "20" },
|
||
|
|
{ "Units", "Hertz" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSoundPlotsDashboardPlotRanges constinit property declarations ****
|
||
|
|
static void NewProp_bUseCustomAmplitude_dBRange_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseCustomAmplitude_dBRange;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Amplitude_dB;
|
||
|
|
static void NewProp_bUseCustomAmplitude_LinearRange_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseCustomAmplitude_LinearRange;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Amplitude_Linear;
|
||
|
|
static void NewProp_bUseCustomVolumeRange_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseCustomVolumeRange;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Volume;
|
||
|
|
static void NewProp_bUseCustomDistanceRange_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseCustomDistanceRange;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Distance;
|
||
|
|
static void NewProp_bUseCustomDistanceAttenuationRange_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseCustomDistanceAttenuationRange;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DistanceAttenuation;
|
||
|
|
static void NewProp_bUseCustomPitchRange_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseCustomPitchRange;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Pitch;
|
||
|
|
static void NewProp_bUseCustomPriorityRange_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseCustomPriorityRange;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Priority;
|
||
|
|
static void NewProp_bUseCustomLPFFreqRange_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseCustomLPFFreqRange;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LPFFreq;
|
||
|
|
static void NewProp_bUseCustomHPFFreqRange_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseCustomHPFFreqRange;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_HPFFreq;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FSoundPlotsDashboardPlotRanges constinit property declarations ******
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSoundPlotsDashboardPlotRanges>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSoundPlotsDashboardPlotRanges;
|
||
|
|
class UScriptStruct* FSoundPlotsDashboardPlotRanges::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FSoundPlotsDashboardPlotRanges.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FSoundPlotsDashboardPlotRanges.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges, (UObject*)Z_Construct_UPackage__Script_AudioInsights(), TEXT("SoundPlotsDashboardPlotRanges"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FSoundPlotsDashboardPlotRanges.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSoundPlotsDashboardPlotRanges Property Definitions ***************
|
||
|
|
void Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomAmplitude_dBRange_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundPlotsDashboardPlotRanges*)Obj)->bUseCustomAmplitude_dBRange = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomAmplitude_dBRange = { "bUseCustomAmplitude_dBRange", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundPlotsDashboardPlotRanges), &Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomAmplitude_dBRange_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseCustomAmplitude_dBRange_MetaData), NewProp_bUseCustomAmplitude_dBRange_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_Amplitude_dB = { "Amplitude_dB", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundPlotsDashboardPlotRanges, Amplitude_dB), Z_Construct_UScriptStruct_FFloatInterval, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Amplitude_dB_MetaData), NewProp_Amplitude_dB_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomAmplitude_LinearRange_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundPlotsDashboardPlotRanges*)Obj)->bUseCustomAmplitude_LinearRange = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomAmplitude_LinearRange = { "bUseCustomAmplitude_LinearRange", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundPlotsDashboardPlotRanges), &Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomAmplitude_LinearRange_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseCustomAmplitude_LinearRange_MetaData), NewProp_bUseCustomAmplitude_LinearRange_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_Amplitude_Linear = { "Amplitude_Linear", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundPlotsDashboardPlotRanges, Amplitude_Linear), Z_Construct_UScriptStruct_FFloatInterval, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Amplitude_Linear_MetaData), NewProp_Amplitude_Linear_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomVolumeRange_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundPlotsDashboardPlotRanges*)Obj)->bUseCustomVolumeRange = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomVolumeRange = { "bUseCustomVolumeRange", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundPlotsDashboardPlotRanges), &Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomVolumeRange_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseCustomVolumeRange_MetaData), NewProp_bUseCustomVolumeRange_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_Volume = { "Volume", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundPlotsDashboardPlotRanges, Volume), Z_Construct_UScriptStruct_FFloatInterval, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Volume_MetaData), NewProp_Volume_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomDistanceRange_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundPlotsDashboardPlotRanges*)Obj)->bUseCustomDistanceRange = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomDistanceRange = { "bUseCustomDistanceRange", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundPlotsDashboardPlotRanges), &Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomDistanceRange_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseCustomDistanceRange_MetaData), NewProp_bUseCustomDistanceRange_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_Distance = { "Distance", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundPlotsDashboardPlotRanges, Distance), Z_Construct_UScriptStruct_FFloatInterval, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Distance_MetaData), NewProp_Distance_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomDistanceAttenuationRange_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundPlotsDashboardPlotRanges*)Obj)->bUseCustomDistanceAttenuationRange = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomDistanceAttenuationRange = { "bUseCustomDistanceAttenuationRange", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundPlotsDashboardPlotRanges), &Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomDistanceAttenuationRange_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseCustomDistanceAttenuationRange_MetaData), NewProp_bUseCustomDistanceAttenuationRange_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_DistanceAttenuation = { "DistanceAttenuation", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundPlotsDashboardPlotRanges, DistanceAttenuation), Z_Construct_UScriptStruct_FFloatInterval, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DistanceAttenuation_MetaData), NewProp_DistanceAttenuation_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomPitchRange_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundPlotsDashboardPlotRanges*)Obj)->bUseCustomPitchRange = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomPitchRange = { "bUseCustomPitchRange", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundPlotsDashboardPlotRanges), &Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomPitchRange_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseCustomPitchRange_MetaData), NewProp_bUseCustomPitchRange_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_Pitch = { "Pitch", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundPlotsDashboardPlotRanges, Pitch), Z_Construct_UScriptStruct_FFloatInterval, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Pitch_MetaData), NewProp_Pitch_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomPriorityRange_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundPlotsDashboardPlotRanges*)Obj)->bUseCustomPriorityRange = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomPriorityRange = { "bUseCustomPriorityRange", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundPlotsDashboardPlotRanges), &Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomPriorityRange_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseCustomPriorityRange_MetaData), NewProp_bUseCustomPriorityRange_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_Priority = { "Priority", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundPlotsDashboardPlotRanges, Priority), Z_Construct_UScriptStruct_FFloatInterval, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Priority_MetaData), NewProp_Priority_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomLPFFreqRange_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundPlotsDashboardPlotRanges*)Obj)->bUseCustomLPFFreqRange = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomLPFFreqRange = { "bUseCustomLPFFreqRange", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundPlotsDashboardPlotRanges), &Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomLPFFreqRange_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseCustomLPFFreqRange_MetaData), NewProp_bUseCustomLPFFreqRange_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_LPFFreq = { "LPFFreq", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundPlotsDashboardPlotRanges, LPFFreq), Z_Construct_UScriptStruct_FFloatInterval, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LPFFreq_MetaData), NewProp_LPFFreq_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomHPFFreqRange_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundPlotsDashboardPlotRanges*)Obj)->bUseCustomHPFFreqRange = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomHPFFreqRange = { "bUseCustomHPFFreqRange", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundPlotsDashboardPlotRanges), &Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomHPFFreqRange_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseCustomHPFFreqRange_MetaData), NewProp_bUseCustomHPFFreqRange_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_HPFFreq = { "HPFFreq", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundPlotsDashboardPlotRanges, HPFFreq), Z_Construct_UScriptStruct_FFloatInterval, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HPFFreq_MetaData), NewProp_HPFFreq_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomAmplitude_dBRange,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_Amplitude_dB,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomAmplitude_LinearRange,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_Amplitude_Linear,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomVolumeRange,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_Volume,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomDistanceRange,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_Distance,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomDistanceAttenuationRange,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_DistanceAttenuation,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomPitchRange,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_Pitch,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomPriorityRange,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_Priority,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomLPFFreqRange,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_LPFFreq,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_bUseCustomHPFFreqRange,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewProp_HPFFreq,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FSoundPlotsDashboardPlotRanges Property Definitions *****************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AudioInsights,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"SoundPlotsDashboardPlotRanges",
|
||
|
|
Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::PropPointers),
|
||
|
|
sizeof(FSoundPlotsDashboardPlotRanges),
|
||
|
|
alignof(FSoundPlotsDashboardPlotRanges),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FSoundPlotsDashboardPlotRanges.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSoundPlotsDashboardPlotRanges.InnerSingleton, Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSoundPlotsDashboardPlotRanges.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FSoundPlotsDashboardPlotRanges **************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSoundDashboardSettings *******************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FSoundDashboardSettings); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FSoundDashboardSettings); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AmplitudeDisplayMode_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "DisplayName", "Amp (Peak) Display Mode" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TreeViewMode_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "DisplayName", "View" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AutoExpandMode_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "DisplayName", "Auto-Expand" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowStoppedSounds_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "DisplayName", "Show Stopped Sounds" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StoppedSoundTimeoutTime_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "ClampMin", "0" },
|
||
|
|
{ "DisplayName", "Recently Stopped Sounds Timeout" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VisibleColumns_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultPlotRanges_MetaData[] = {
|
||
|
|
{ "Category", "SoundDashboard" },
|
||
|
|
{ "ModuleRelativePath", "Public/Settings/SoundDashboardSettings.h" },
|
||
|
|
{ "ShowOnlyInnerProperties", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSoundDashboardSettings constinit property declarations ***********
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_AmplitudeDisplayMode_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_AmplitudeDisplayMode;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_TreeViewMode_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_TreeViewMode;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_AutoExpandMode_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_AutoExpandMode;
|
||
|
|
static void NewProp_bShowStoppedSounds_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowStoppedSounds;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_StoppedSoundTimeoutTime;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_VisibleColumns;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultPlotRanges;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FSoundDashboardSettings constinit property declarations *************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSoundDashboardSettings>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSoundDashboardSettings;
|
||
|
|
class UScriptStruct* FSoundDashboardSettings::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FSoundDashboardSettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FSoundDashboardSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSoundDashboardSettings, (UObject*)Z_Construct_UPackage__Script_AudioInsights(), TEXT("SoundDashboardSettings"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FSoundDashboardSettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSoundDashboardSettings Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_AmplitudeDisplayMode_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_AmplitudeDisplayMode = { "AmplitudeDisplayMode", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundDashboardSettings, AmplitudeDisplayMode), Z_Construct_UEnum_AudioInsights_EAudioAmplitudeDisplayMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AmplitudeDisplayMode_MetaData), NewProp_AmplitudeDisplayMode_MetaData) }; // 3689431776
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_TreeViewMode_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_TreeViewMode = { "TreeViewMode", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundDashboardSettings, TreeViewMode), Z_Construct_UEnum_AudioInsights_ESoundDashboardTreeViewingOptions, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TreeViewMode_MetaData), NewProp_TreeViewMode_MetaData) }; // 2454655555
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_AutoExpandMode_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_AutoExpandMode = { "AutoExpandMode", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundDashboardSettings, AutoExpandMode), Z_Construct_UEnum_AudioInsights_ESoundDashboardAutoExpandOptions, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AutoExpandMode_MetaData), NewProp_AutoExpandMode_MetaData) }; // 792260429
|
||
|
|
void Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_bShowStoppedSounds_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSoundDashboardSettings*)Obj)->bShowStoppedSounds = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_bShowStoppedSounds = { "bShowStoppedSounds", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSoundDashboardSettings), &Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_bShowStoppedSounds_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowStoppedSounds_MetaData), NewProp_bShowStoppedSounds_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_StoppedSoundTimeoutTime = { "StoppedSoundTimeoutTime", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundDashboardSettings, StoppedSoundTimeoutTime), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StoppedSoundTimeoutTime_MetaData), NewProp_StoppedSoundTimeoutTime_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_VisibleColumns = { "VisibleColumns", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundDashboardSettings, VisibleColumns), Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VisibleColumns_MetaData), NewProp_VisibleColumns_MetaData) }; // 1234888186
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_DefaultPlotRanges = { "DefaultPlotRanges", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundDashboardSettings, DefaultPlotRanges), Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultPlotRanges_MetaData), NewProp_DefaultPlotRanges_MetaData) }; // 4107054808
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_AmplitudeDisplayMode_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_AmplitudeDisplayMode,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_TreeViewMode_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_TreeViewMode,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_AutoExpandMode_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_AutoExpandMode,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_bShowStoppedSounds,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_StoppedSoundTimeoutTime,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_VisibleColumns,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewProp_DefaultPlotRanges,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FSoundDashboardSettings Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AudioInsights,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"SoundDashboardSettings",
|
||
|
|
Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::PropPointers),
|
||
|
|
sizeof(FSoundDashboardSettings),
|
||
|
|
alignof(FSoundDashboardSettings),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FSoundDashboardSettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FSoundDashboardSettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSoundDashboardSettings.InnerSingleton, Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSoundDashboardSettings.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FSoundDashboardSettings *********************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_AudioInsights_Source_AudioInsights_Public_Settings_SoundDashboardSettings_h__Script_AudioInsights_Statics
|
||
|
|
{
|
||
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
||
|
|
{ EAudioAmplitudeDisplayMode_StaticEnum, TEXT("EAudioAmplitudeDisplayMode"), &Z_Registration_Info_UEnum_EAudioAmplitudeDisplayMode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3689431776U) },
|
||
|
|
{ ESoundDashboardTreeViewingOptions_StaticEnum, TEXT("ESoundDashboardTreeViewingOptions"), &Z_Registration_Info_UEnum_ESoundDashboardTreeViewingOptions, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2454655555U) },
|
||
|
|
{ ESoundDashboardAutoExpandOptions_StaticEnum, TEXT("ESoundDashboardAutoExpandOptions"), &Z_Registration_Info_UEnum_ESoundDashboardAutoExpandOptions, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 792260429U) },
|
||
|
|
};
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FSoundDashboardVisibleColumns::StaticStruct, Z_Construct_UScriptStruct_FSoundDashboardVisibleColumns_Statics::NewStructOps, TEXT("SoundDashboardVisibleColumns"),&Z_Registration_Info_UScriptStruct_FSoundDashboardVisibleColumns, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSoundDashboardVisibleColumns), 1234888186U) },
|
||
|
|
{ FSoundPlotsDashboardPlotRanges::StaticStruct, Z_Construct_UScriptStruct_FSoundPlotsDashboardPlotRanges_Statics::NewStructOps, TEXT("SoundPlotsDashboardPlotRanges"),&Z_Registration_Info_UScriptStruct_FSoundPlotsDashboardPlotRanges, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSoundPlotsDashboardPlotRanges), 4107054808U) },
|
||
|
|
{ FSoundDashboardSettings::StaticStruct, Z_Construct_UScriptStruct_FSoundDashboardSettings_Statics::NewStructOps, TEXT("SoundDashboardSettings"),&Z_Registration_Info_UScriptStruct_FSoundDashboardSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSoundDashboardSettings), 2646956546U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_AudioInsights_Source_AudioInsights_Public_Settings_SoundDashboardSettings_h__Script_AudioInsights_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_AudioInsights_Source_AudioInsights_Public_Settings_SoundDashboardSettings_h__Script_AudioInsights_734938227{
|
||
|
|
TEXT("/Script/AudioInsights"),
|
||
|
|
nullptr, 0,
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_AudioInsights_Source_AudioInsights_Public_Settings_SoundDashboardSettings_h__Script_AudioInsights_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_AudioInsights_Source_AudioInsights_Public_Settings_SoundDashboardSettings_h__Script_AudioInsights_Statics::ScriptStructInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_AudioInsights_Source_AudioInsights_Public_Settings_SoundDashboardSettings_h__Script_AudioInsights_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_AudioInsights_Source_AudioInsights_Public_Settings_SoundDashboardSettings_h__Script_AudioInsights_Statics::EnumInfo),
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|