145 lines
10 KiB
C++
145 lines
10 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 "SoundModulationValue.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeSoundModulationValue() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
AUDIOMODULATION_API UScriptStruct* Z_Construct_UScriptStruct_FSoundModulationMixValue();
|
|
UPackage* Z_Construct_UPackage__Script_AudioModulation();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FSoundModulationMixValue ******************************************
|
|
struct Z_Construct_UScriptStruct_FSoundModulationMixValue_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FSoundModulationMixValue); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FSoundModulationMixValue); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Public/SoundModulationValue.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetValue_MetaData[] = {
|
|
{ "Category", "Modulation" },
|
|
{ "Comment", "/** Target value of the modulator. */" },
|
|
{ "DisplayName", "Value" },
|
|
{ "ModuleRelativePath", "Public/SoundModulationValue.h" },
|
|
{ "ToolTip", "Target value of the modulator." },
|
|
};
|
|
#if WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetUnitValue_MetaData[] = {
|
|
{ "Category", "General" },
|
|
{ "Comment", "/** Target value of the modulator (in units if provided). */" },
|
|
{ "ModuleRelativePath", "Public/SoundModulationValue.h" },
|
|
{ "ToolTip", "Target value of the modulator (in units if provided)." },
|
|
};
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttackTime_MetaData[] = {
|
|
{ "Category", "Modulation" },
|
|
{ "ClampMin", "0.0" },
|
|
{ "Comment", "/** Time it takes (in sec) to interpolate from the parameter's default value to the mix value. */" },
|
|
{ "DisplayName", "Attack Time (sec)" },
|
|
{ "ModuleRelativePath", "Public/SoundModulationValue.h" },
|
|
{ "ToolTip", "Time it takes (in sec) to interpolate from the parameter's default value to the mix value." },
|
|
{ "UIMin", "0.0" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReleaseTime_MetaData[] = {
|
|
{ "Category", "Modulation" },
|
|
{ "ClampMin", "0.0" },
|
|
{ "Comment", "/** Time it takes (in sec) to interpolate from the current mix value to the parameter's default value. */" },
|
|
{ "DisplayName", "Release Time (sec)" },
|
|
{ "ModuleRelativePath", "Public/SoundModulationValue.h" },
|
|
{ "ToolTip", "Time it takes (in sec) to interpolate from the current mix value to the parameter's default value." },
|
|
{ "UIMin", "0.0" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FSoundModulationMixValue constinit property declarations **********
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_TargetValue;
|
|
#if WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_TargetUnitValue;
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_AttackTime;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReleaseTime;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FSoundModulationMixValue constinit property declarations ************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSoundModulationMixValue>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FSoundModulationMixValue_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSoundModulationMixValue;
|
|
class UScriptStruct* FSoundModulationMixValue::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FSoundModulationMixValue.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FSoundModulationMixValue.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSoundModulationMixValue, (UObject*)Z_Construct_UPackage__Script_AudioModulation(), TEXT("SoundModulationMixValue"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FSoundModulationMixValue.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FSoundModulationMixValue Property Definitions *********************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSoundModulationMixValue_Statics::NewProp_TargetValue = { "TargetValue", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundModulationMixValue, TargetValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetValue_MetaData), NewProp_TargetValue_MetaData) };
|
|
#if WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSoundModulationMixValue_Statics::NewProp_TargetUnitValue = { "TargetUnitValue", nullptr, (EPropertyFlags)0x0010000800002001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundModulationMixValue, TargetUnitValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetUnitValue_MetaData), NewProp_TargetUnitValue_MetaData) };
|
|
#endif // WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSoundModulationMixValue_Statics::NewProp_AttackTime = { "AttackTime", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundModulationMixValue, AttackTime), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttackTime_MetaData), NewProp_AttackTime_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSoundModulationMixValue_Statics::NewProp_ReleaseTime = { "ReleaseTime", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSoundModulationMixValue, ReleaseTime), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReleaseTime_MetaData), NewProp_ReleaseTime_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSoundModulationMixValue_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundModulationMixValue_Statics::NewProp_TargetValue,
|
|
#if WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundModulationMixValue_Statics::NewProp_TargetUnitValue,
|
|
#endif // WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundModulationMixValue_Statics::NewProp_AttackTime,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSoundModulationMixValue_Statics::NewProp_ReleaseTime,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundModulationMixValue_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FSoundModulationMixValue Property Definitions ***********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSoundModulationMixValue_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AudioModulation,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"SoundModulationMixValue",
|
|
Z_Construct_UScriptStruct_FSoundModulationMixValue_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundModulationMixValue_Statics::PropPointers),
|
|
sizeof(FSoundModulationMixValue),
|
|
alignof(FSoundModulationMixValue),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSoundModulationMixValue_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSoundModulationMixValue_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FSoundModulationMixValue()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FSoundModulationMixValue.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSoundModulationMixValue.InnerSingleton, Z_Construct_UScriptStruct_FSoundModulationMixValue_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSoundModulationMixValue.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FSoundModulationMixValue ********************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_SoundModulationValue_h__Script_AudioModulation_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FSoundModulationMixValue::StaticStruct, Z_Construct_UScriptStruct_FSoundModulationMixValue_Statics::NewStructOps, TEXT("SoundModulationMixValue"),&Z_Registration_Info_UScriptStruct_FSoundModulationMixValue, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSoundModulationMixValue), 3505794715U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_SoundModulationValue_h__Script_AudioModulation_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_SoundModulationValue_h__Script_AudioModulation_973232092{
|
|
TEXT("/Script/AudioModulation"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_SoundModulationValue_h__Script_AudioModulation_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioModulation_Source_AudioModulation_Public_SoundModulationValue_h__Script_AudioModulation_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|