289 lines
24 KiB
C++
289 lines
24 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 "SynthesisBlueprintUtilities.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeSynthesisBlueprintUtilities() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
|
||
|
|
SYNTHESIS_API UClass* Z_Construct_UClass_USynthesisUtilitiesBlueprintFunctionLibrary();
|
||
|
|
SYNTHESIS_API UClass* Z_Construct_UClass_USynthesisUtilitiesBlueprintFunctionLibrary_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_Synthesis();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class USynthesisUtilitiesBlueprintFunctionLibrary Function GetLinearFrequency **
|
||
|
|
struct Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics
|
||
|
|
{
|
||
|
|
struct SynthesisUtilitiesBlueprintFunctionLibrary_eventGetLinearFrequency_Parms
|
||
|
|
{
|
||
|
|
float InLogFrequencyValue;
|
||
|
|
float InDomainMin;
|
||
|
|
float InDomainMax;
|
||
|
|
float InRangeMin;
|
||
|
|
float InRangeMax;
|
||
|
|
float ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Synthesis Utilities Library" },
|
||
|
|
{ "Comment", "// Returns the log frequency of the input value. Maps linear domain and range values to log output (good for linear slider controlling frequency)\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/SynthesisBlueprintUtilities.h" },
|
||
|
|
{ "ToolTip", "Returns the log frequency of the input value. Maps linear domain and range values to log output (good for linear slider controlling frequency)" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetLinearFrequency constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InLogFrequencyValue;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InDomainMin;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InDomainMax;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InRangeMin;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InRangeMax;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetLinearFrequency constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetLinearFrequency Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::NewProp_InLogFrequencyValue = { "InLogFrequencyValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthesisUtilitiesBlueprintFunctionLibrary_eventGetLinearFrequency_Parms, InLogFrequencyValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::NewProp_InDomainMin = { "InDomainMin", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthesisUtilitiesBlueprintFunctionLibrary_eventGetLinearFrequency_Parms, InDomainMin), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::NewProp_InDomainMax = { "InDomainMax", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthesisUtilitiesBlueprintFunctionLibrary_eventGetLinearFrequency_Parms, InDomainMax), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::NewProp_InRangeMin = { "InRangeMin", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthesisUtilitiesBlueprintFunctionLibrary_eventGetLinearFrequency_Parms, InRangeMin), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::NewProp_InRangeMax = { "InRangeMax", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthesisUtilitiesBlueprintFunctionLibrary_eventGetLinearFrequency_Parms, InRangeMax), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthesisUtilitiesBlueprintFunctionLibrary_eventGetLinearFrequency_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::NewProp_InLogFrequencyValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::NewProp_InDomainMin,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::NewProp_InDomainMax,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::NewProp_InRangeMin,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::NewProp_InRangeMax,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetLinearFrequency Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_USynthesisUtilitiesBlueprintFunctionLibrary, nullptr, "GetLinearFrequency", Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::SynthesisUtilitiesBlueprintFunctionLibrary_eventGetLinearFrequency_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04042401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::Function_MetaDataParams), Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::SynthesisUtilitiesBlueprintFunctionLibrary_eventGetLinearFrequency_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(USynthesisUtilitiesBlueprintFunctionLibrary::execGetLinearFrequency)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InLogFrequencyValue);
|
||
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InDomainMin);
|
||
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InDomainMax);
|
||
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InRangeMin);
|
||
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InRangeMax);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(float*)Z_Param__Result=USynthesisUtilitiesBlueprintFunctionLibrary::GetLinearFrequency(Z_Param_InLogFrequencyValue,Z_Param_InDomainMin,Z_Param_InDomainMax,Z_Param_InRangeMin,Z_Param_InRangeMax);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class USynthesisUtilitiesBlueprintFunctionLibrary Function GetLinearFrequency ****
|
||
|
|
|
||
|
|
// ********** Begin Class USynthesisUtilitiesBlueprintFunctionLibrary Function GetLogFrequency *****
|
||
|
|
struct Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics
|
||
|
|
{
|
||
|
|
struct SynthesisUtilitiesBlueprintFunctionLibrary_eventGetLogFrequency_Parms
|
||
|
|
{
|
||
|
|
float InLinearValue;
|
||
|
|
float InDomainMin;
|
||
|
|
float InDomainMax;
|
||
|
|
float InRangeMin;
|
||
|
|
float InRangeMax;
|
||
|
|
float ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Synthesis Utilities Library" },
|
||
|
|
{ "Comment", "// Returns the log frequency of the input value. Maps linear domain and range values to log output (good for linear slider controlling frequency)\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/SynthesisBlueprintUtilities.h" },
|
||
|
|
{ "ToolTip", "Returns the log frequency of the input value. Maps linear domain and range values to log output (good for linear slider controlling frequency)" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetLogFrequency constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InLinearValue;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InDomainMin;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InDomainMax;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InRangeMin;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InRangeMax;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetLogFrequency constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetLogFrequency Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::NewProp_InLinearValue = { "InLinearValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthesisUtilitiesBlueprintFunctionLibrary_eventGetLogFrequency_Parms, InLinearValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::NewProp_InDomainMin = { "InDomainMin", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthesisUtilitiesBlueprintFunctionLibrary_eventGetLogFrequency_Parms, InDomainMin), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::NewProp_InDomainMax = { "InDomainMax", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthesisUtilitiesBlueprintFunctionLibrary_eventGetLogFrequency_Parms, InDomainMax), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::NewProp_InRangeMin = { "InRangeMin", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthesisUtilitiesBlueprintFunctionLibrary_eventGetLogFrequency_Parms, InRangeMin), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::NewProp_InRangeMax = { "InRangeMax", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthesisUtilitiesBlueprintFunctionLibrary_eventGetLogFrequency_Parms, InRangeMax), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(SynthesisUtilitiesBlueprintFunctionLibrary_eventGetLogFrequency_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::NewProp_InLinearValue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::NewProp_InDomainMin,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::NewProp_InDomainMax,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::NewProp_InRangeMin,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::NewProp_InRangeMax,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetLogFrequency Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_USynthesisUtilitiesBlueprintFunctionLibrary, nullptr, "GetLogFrequency", Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::SynthesisUtilitiesBlueprintFunctionLibrary_eventGetLogFrequency_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04042401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::Function_MetaDataParams), Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::SynthesisUtilitiesBlueprintFunctionLibrary_eventGetLogFrequency_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(USynthesisUtilitiesBlueprintFunctionLibrary::execGetLogFrequency)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InLinearValue);
|
||
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InDomainMin);
|
||
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InDomainMax);
|
||
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InRangeMin);
|
||
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InRangeMax);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(float*)Z_Param__Result=USynthesisUtilitiesBlueprintFunctionLibrary::GetLogFrequency(Z_Param_InLinearValue,Z_Param_InDomainMin,Z_Param_InDomainMax,Z_Param_InRangeMin,Z_Param_InRangeMax);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class USynthesisUtilitiesBlueprintFunctionLibrary Function GetLogFrequency *******
|
||
|
|
|
||
|
|
// ********** Begin Class USynthesisUtilitiesBlueprintFunctionLibrary ******************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_USynthesisUtilitiesBlueprintFunctionLibrary;
|
||
|
|
UClass* USynthesisUtilitiesBlueprintFunctionLibrary::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = USynthesisUtilitiesBlueprintFunctionLibrary;
|
||
|
|
if (!Z_Registration_Info_UClass_USynthesisUtilitiesBlueprintFunctionLibrary.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("SynthesisUtilitiesBlueprintFunctionLibrary"),
|
||
|
|
Z_Registration_Info_UClass_USynthesisUtilitiesBlueprintFunctionLibrary.InnerSingleton,
|
||
|
|
StaticRegisterNativesUSynthesisUtilitiesBlueprintFunctionLibrary,
|
||
|
|
sizeof(TClass),
|
||
|
|
alignof(TClass),
|
||
|
|
TClass::StaticClassFlags,
|
||
|
|
TClass::StaticClassCastFlags(),
|
||
|
|
TClass::StaticConfigName(),
|
||
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
||
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
||
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
||
|
|
&TClass::Super::StaticClass,
|
||
|
|
&TClass::WithinClass::StaticClass
|
||
|
|
);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_USynthesisUtilitiesBlueprintFunctionLibrary.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_USynthesisUtilitiesBlueprintFunctionLibrary_NoRegister()
|
||
|
|
{
|
||
|
|
return USynthesisUtilitiesBlueprintFunctionLibrary::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_USynthesisUtilitiesBlueprintFunctionLibrary_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/** Synthesis Utilities Blueprint Function Library\n* A library of synthesis related functions for use in Blueprints\n*/" },
|
||
|
|
{ "IncludePath", "SynthesisBlueprintUtilities.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/SynthesisBlueprintUtilities.h" },
|
||
|
|
{ "ToolTip", "Synthesis Utilities Blueprint Function Library\nA library of synthesis related functions for use in Blueprints" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class USynthesisUtilitiesBlueprintFunctionLibrary constinit property declarations
|
||
|
|
// ********** End Class USynthesisUtilitiesBlueprintFunctionLibrary constinit property declarations
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetLinearFrequency"), .Pointer = &USynthesisUtilitiesBlueprintFunctionLibrary::execGetLinearFrequency },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetLogFrequency"), .Pointer = &USynthesisUtilitiesBlueprintFunctionLibrary::execGetLogFrequency },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLinearFrequency, "GetLinearFrequency" }, // 3681184933
|
||
|
|
{ &Z_Construct_UFunction_USynthesisUtilitiesBlueprintFunctionLibrary_GetLogFrequency, "GetLogFrequency" }, // 214478911
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<USynthesisUtilitiesBlueprintFunctionLibrary>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_USynthesisUtilitiesBlueprintFunctionLibrary_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_USynthesisUtilitiesBlueprintFunctionLibrary_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Synthesis,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USynthesisUtilitiesBlueprintFunctionLibrary_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_USynthesisUtilitiesBlueprintFunctionLibrary_Statics::ClassParams = {
|
||
|
|
&USynthesisUtilitiesBlueprintFunctionLibrary::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
FuncInfo,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
UE_ARRAY_COUNT(FuncInfo),
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0x000800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USynthesisUtilitiesBlueprintFunctionLibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_USynthesisUtilitiesBlueprintFunctionLibrary_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void USynthesisUtilitiesBlueprintFunctionLibrary::StaticRegisterNativesUSynthesisUtilitiesBlueprintFunctionLibrary()
|
||
|
|
{
|
||
|
|
UClass* Class = USynthesisUtilitiesBlueprintFunctionLibrary::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_USynthesisUtilitiesBlueprintFunctionLibrary_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_USynthesisUtilitiesBlueprintFunctionLibrary()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_USynthesisUtilitiesBlueprintFunctionLibrary.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USynthesisUtilitiesBlueprintFunctionLibrary.OuterSingleton, Z_Construct_UClass_USynthesisUtilitiesBlueprintFunctionLibrary_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_USynthesisUtilitiesBlueprintFunctionLibrary.OuterSingleton;
|
||
|
|
}
|
||
|
|
USynthesisUtilitiesBlueprintFunctionLibrary::USynthesisUtilitiesBlueprintFunctionLibrary(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USynthesisUtilitiesBlueprintFunctionLibrary);
|
||
|
|
USynthesisUtilitiesBlueprintFunctionLibrary::~USynthesisUtilitiesBlueprintFunctionLibrary() {}
|
||
|
|
// ********** End Class USynthesisUtilitiesBlueprintFunctionLibrary ********************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Public_SynthesisBlueprintUtilities_h__Script_Synthesis_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_USynthesisUtilitiesBlueprintFunctionLibrary, USynthesisUtilitiesBlueprintFunctionLibrary::StaticClass, TEXT("USynthesisUtilitiesBlueprintFunctionLibrary"), &Z_Registration_Info_UClass_USynthesisUtilitiesBlueprintFunctionLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USynthesisUtilitiesBlueprintFunctionLibrary), 141269853U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Public_SynthesisBlueprintUtilities_h__Script_Synthesis_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Public_SynthesisBlueprintUtilities_h__Script_Synthesis_2134940388{
|
||
|
|
TEXT("/Script/Synthesis"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Public_SynthesisBlueprintUtilities_h__Script_Synthesis_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Synthesis_Source_Synthesis_Public_SynthesisBlueprintUtilities_h__Script_Synthesis_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|