Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/MetasoundEngine/UHT/MetasoundOutput.gen.cpp

879 lines
64 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "MetasoundOutput.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetasoundOutput() {}
// ********** Begin Cross Module References ********************************************************
AUDIOEXTENSIONS_API UScriptStruct* Z_Construct_UScriptStruct_FSoundGeneratorOutput();
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
METASOUNDENGINE_API UClass* Z_Construct_UClass_UMetasoundOutputBlueprintAccess();
METASOUNDENGINE_API UClass* Z_Construct_UClass_UMetasoundOutputBlueprintAccess_NoRegister();
METASOUNDENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundOutput();
UPackage* Z_Construct_UPackage__Script_MetasoundEngine();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMetaSoundOutput **************************************************
struct Z_Construct_UScriptStruct_FMetaSoundOutput_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMetaSoundOutput); }
static inline consteval int16 GetStructAlignment() { return alignof(FMetaSoundOutput); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * Exposes the value of an output on a FMetasoundGenerator.\n */" },
{ "ModuleRelativePath", "Public/MetasoundOutput.h" },
{ "ToolTip", "Exposes the value of an output on a FMetasoundGenerator." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMetaSoundOutput constinit property declarations ******************
// ********** End ScriptStruct FMetaSoundOutput constinit property declarations ********************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMetaSoundOutput>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMetaSoundOutput_Statics
static_assert(std::is_polymorphic<FMetaSoundOutput>() == std::is_polymorphic<FSoundGeneratorOutput>(), "USTRUCT FMetaSoundOutput cannot be polymorphic unless super FSoundGeneratorOutput is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMetaSoundOutput;
class UScriptStruct* FMetaSoundOutput::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundOutput.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMetaSoundOutput.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMetaSoundOutput, (UObject*)Z_Construct_UPackage__Script_MetasoundEngine(), TEXT("MetaSoundOutput"));
}
return Z_Registration_Info_UScriptStruct_FMetaSoundOutput.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMetaSoundOutput_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEngine,
Z_Construct_UScriptStruct_FSoundGeneratorOutput,
&NewStructOps,
"MetaSoundOutput",
nullptr,
0,
sizeof(FMetaSoundOutput),
alignof(FMetaSoundOutput),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundOutput_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMetaSoundOutput_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundOutput()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundOutput.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMetaSoundOutput.InnerSingleton, Z_Construct_UScriptStruct_FMetaSoundOutput_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMetaSoundOutput.InnerSingleton);
}
// ********** End ScriptStruct FMetaSoundOutput ****************************************************
// ********** Begin Class UMetasoundOutputBlueprintAccess Function GetBool *************************
struct Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics
{
struct MetasoundOutputBlueprintAccess_eventGetBool_Parms
{
FMetaSoundOutput Output;
bool Success;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MetaSoundOutput" },
{ "ModuleRelativePath", "Public/MetasoundOutput.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Output_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function GetBool constinit property declarations *******************************
static const UECodeGen_Private::FStructPropertyParams NewProp_Output;
static void NewProp_Success_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_Success;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetBool constinit property declarations *********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetBool Property Definitions ******************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics::NewProp_Output = { "Output", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetasoundOutputBlueprintAccess_eventGetBool_Parms, Output), Z_Construct_UScriptStruct_FMetaSoundOutput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Output_MetaData), NewProp_Output_MetaData) }; // 2217035627
void Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics::NewProp_Success_SetBit(void* Obj)
{
((MetasoundOutputBlueprintAccess_eventGetBool_Parms*)Obj)->Success = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics::NewProp_Success = { "Success", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MetasoundOutputBlueprintAccess_eventGetBool_Parms), &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics::NewProp_Success_SetBit, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((MetasoundOutputBlueprintAccess_eventGetBool_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MetasoundOutputBlueprintAccess_eventGetBool_Parms), &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics::NewProp_Output,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics::NewProp_Success,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics::PropPointers) < 2048);
// ********** End Function GetBool Property Definitions ********************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetasoundOutputBlueprintAccess, nullptr, "GetBool", Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics::MetasoundOutputBlueprintAccess_eventGetBool_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04442401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics::MetasoundOutputBlueprintAccess_eventGetBool_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMetasoundOutputBlueprintAccess::execGetBool)
{
P_GET_STRUCT_REF(FMetaSoundOutput,Z_Param_Out_Output);
P_GET_UBOOL_REF(Z_Param_Out_Success);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UMetasoundOutputBlueprintAccess::GetBool(Z_Param_Out_Output,Z_Param_Out_Success);
P_NATIVE_END;
}
// ********** End Class UMetasoundOutputBlueprintAccess Function GetBool ***************************
// ********** Begin Class UMetasoundOutputBlueprintAccess Function GetFloat ************************
struct Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat_Statics
{
struct MetasoundOutputBlueprintAccess_eventGetFloat_Parms
{
FMetaSoundOutput Output;
bool Success;
float ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MetaSoundOutput" },
{ "ModuleRelativePath", "Public/MetasoundOutput.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Output_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function GetFloat constinit property declarations ******************************
static const UECodeGen_Private::FStructPropertyParams NewProp_Output;
static void NewProp_Success_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_Success;
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetFloat constinit property declarations ********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetFloat Property Definitions *****************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat_Statics::NewProp_Output = { "Output", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetasoundOutputBlueprintAccess_eventGetFloat_Parms, Output), Z_Construct_UScriptStruct_FMetaSoundOutput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Output_MetaData), NewProp_Output_MetaData) }; // 2217035627
void Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat_Statics::NewProp_Success_SetBit(void* Obj)
{
((MetasoundOutputBlueprintAccess_eventGetFloat_Parms*)Obj)->Success = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat_Statics::NewProp_Success = { "Success", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MetasoundOutputBlueprintAccess_eventGetFloat_Parms), &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat_Statics::NewProp_Success_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetasoundOutputBlueprintAccess_eventGetFloat_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat_Statics::NewProp_Output,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat_Statics::NewProp_Success,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat_Statics::PropPointers) < 2048);
// ********** End Function GetFloat Property Definitions *******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetasoundOutputBlueprintAccess, nullptr, "GetFloat", Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat_Statics::MetasoundOutputBlueprintAccess_eventGetFloat_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04442401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat_Statics::MetasoundOutputBlueprintAccess_eventGetFloat_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMetasoundOutputBlueprintAccess::execGetFloat)
{
P_GET_STRUCT_REF(FMetaSoundOutput,Z_Param_Out_Output);
P_GET_UBOOL_REF(Z_Param_Out_Success);
P_FINISH;
P_NATIVE_BEGIN;
*(float*)Z_Param__Result=UMetasoundOutputBlueprintAccess::GetFloat(Z_Param_Out_Output,Z_Param_Out_Success);
P_NATIVE_END;
}
// ********** End Class UMetasoundOutputBlueprintAccess Function GetFloat **************************
// ********** Begin Class UMetasoundOutputBlueprintAccess Function GetInt32 ************************
struct Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32_Statics
{
struct MetasoundOutputBlueprintAccess_eventGetInt32_Parms
{
FMetaSoundOutput Output;
bool Success;
int32 ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MetaSoundOutput" },
{ "ModuleRelativePath", "Public/MetasoundOutput.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Output_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function GetInt32 constinit property declarations ******************************
static const UECodeGen_Private::FStructPropertyParams NewProp_Output;
static void NewProp_Success_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_Success;
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetInt32 constinit property declarations ********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetInt32 Property Definitions *****************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32_Statics::NewProp_Output = { "Output", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetasoundOutputBlueprintAccess_eventGetInt32_Parms, Output), Z_Construct_UScriptStruct_FMetaSoundOutput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Output_MetaData), NewProp_Output_MetaData) }; // 2217035627
void Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32_Statics::NewProp_Success_SetBit(void* Obj)
{
((MetasoundOutputBlueprintAccess_eventGetInt32_Parms*)Obj)->Success = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32_Statics::NewProp_Success = { "Success", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MetasoundOutputBlueprintAccess_eventGetInt32_Parms), &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32_Statics::NewProp_Success_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetasoundOutputBlueprintAccess_eventGetInt32_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32_Statics::NewProp_Output,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32_Statics::NewProp_Success,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32_Statics::PropPointers) < 2048);
// ********** End Function GetInt32 Property Definitions *******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetasoundOutputBlueprintAccess, nullptr, "GetInt32", Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32_Statics::MetasoundOutputBlueprintAccess_eventGetInt32_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04442401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32_Statics::MetasoundOutputBlueprintAccess_eventGetInt32_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMetasoundOutputBlueprintAccess::execGetInt32)
{
P_GET_STRUCT_REF(FMetaSoundOutput,Z_Param_Out_Output);
P_GET_UBOOL_REF(Z_Param_Out_Success);
P_FINISH;
P_NATIVE_BEGIN;
*(int32*)Z_Param__Result=UMetasoundOutputBlueprintAccess::GetInt32(Z_Param_Out_Output,Z_Param_Out_Success);
P_NATIVE_END;
}
// ********** End Class UMetasoundOutputBlueprintAccess Function GetInt32 **************************
// ********** Begin Class UMetasoundOutputBlueprintAccess Function GetString ***********************
struct Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString_Statics
{
struct MetasoundOutputBlueprintAccess_eventGetString_Parms
{
FMetaSoundOutput Output;
bool Success;
FString ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MetaSoundOutput" },
{ "ModuleRelativePath", "Public/MetasoundOutput.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Output_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function GetString constinit property declarations *****************************
static const UECodeGen_Private::FStructPropertyParams NewProp_Output;
static void NewProp_Success_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_Success;
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetString constinit property declarations *******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetString Property Definitions ****************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString_Statics::NewProp_Output = { "Output", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetasoundOutputBlueprintAccess_eventGetString_Parms, Output), Z_Construct_UScriptStruct_FMetaSoundOutput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Output_MetaData), NewProp_Output_MetaData) }; // 2217035627
void Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString_Statics::NewProp_Success_SetBit(void* Obj)
{
((MetasoundOutputBlueprintAccess_eventGetString_Parms*)Obj)->Success = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString_Statics::NewProp_Success = { "Success", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MetasoundOutputBlueprintAccess_eventGetString_Parms), &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString_Statics::NewProp_Success_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetasoundOutputBlueprintAccess_eventGetString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString_Statics::NewProp_Output,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString_Statics::NewProp_Success,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString_Statics::PropPointers) < 2048);
// ********** End Function GetString Property Definitions ******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetasoundOutputBlueprintAccess, nullptr, "GetString", Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString_Statics::MetasoundOutputBlueprintAccess_eventGetString_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04442401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString_Statics::MetasoundOutputBlueprintAccess_eventGetString_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMetasoundOutputBlueprintAccess::execGetString)
{
P_GET_STRUCT_REF(FMetaSoundOutput,Z_Param_Out_Output);
P_GET_UBOOL_REF(Z_Param_Out_Success);
P_FINISH;
P_NATIVE_BEGIN;
*(FString*)Z_Param__Result=UMetasoundOutputBlueprintAccess::GetString(Z_Param_Out_Output,Z_Param_Out_Success);
P_NATIVE_END;
}
// ********** End Class UMetasoundOutputBlueprintAccess Function GetString *************************
// ********** Begin Class UMetasoundOutputBlueprintAccess Function GetTimeSeconds ******************
struct Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds_Statics
{
struct MetasoundOutputBlueprintAccess_eventGetTimeSeconds_Parms
{
FMetaSoundOutput Output;
bool Success;
double ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MetaSoundOutput" },
{ "ModuleRelativePath", "Public/MetasoundOutput.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Output_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function GetTimeSeconds constinit property declarations ************************
static const UECodeGen_Private::FStructPropertyParams NewProp_Output;
static void NewProp_Success_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_Success;
static const UECodeGen_Private::FDoublePropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetTimeSeconds constinit property declarations **************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetTimeSeconds Property Definitions ***********************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds_Statics::NewProp_Output = { "Output", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetasoundOutputBlueprintAccess_eventGetTimeSeconds_Parms, Output), Z_Construct_UScriptStruct_FMetaSoundOutput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Output_MetaData), NewProp_Output_MetaData) }; // 2217035627
void Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds_Statics::NewProp_Success_SetBit(void* Obj)
{
((MetasoundOutputBlueprintAccess_eventGetTimeSeconds_Parms*)Obj)->Success = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds_Statics::NewProp_Success = { "Success", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MetasoundOutputBlueprintAccess_eventGetTimeSeconds_Parms), &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds_Statics::NewProp_Success_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetasoundOutputBlueprintAccess_eventGetTimeSeconds_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds_Statics::NewProp_Output,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds_Statics::NewProp_Success,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds_Statics::PropPointers) < 2048);
// ********** End Function GetTimeSeconds Property Definitions *************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetasoundOutputBlueprintAccess, nullptr, "GetTimeSeconds", Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds_Statics::MetasoundOutputBlueprintAccess_eventGetTimeSeconds_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04442401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds_Statics::MetasoundOutputBlueprintAccess_eventGetTimeSeconds_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMetasoundOutputBlueprintAccess::execGetTimeSeconds)
{
P_GET_STRUCT_REF(FMetaSoundOutput,Z_Param_Out_Output);
P_GET_UBOOL_REF(Z_Param_Out_Success);
P_FINISH;
P_NATIVE_BEGIN;
*(double*)Z_Param__Result=UMetasoundOutputBlueprintAccess::GetTimeSeconds(Z_Param_Out_Output,Z_Param_Out_Success);
P_NATIVE_END;
}
// ********** End Class UMetasoundOutputBlueprintAccess Function GetTimeSeconds ********************
// ********** Begin Class UMetasoundOutputBlueprintAccess Function IsBool **************************
struct Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsBool_Statics
{
struct MetasoundOutputBlueprintAccess_eventIsBool_Parms
{
FMetaSoundOutput Output;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MetaSoundOutput" },
{ "ModuleRelativePath", "Public/MetasoundOutput.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Output_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function IsBool constinit property declarations ********************************
static const UECodeGen_Private::FStructPropertyParams NewProp_Output;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function IsBool constinit property declarations **********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function IsBool Property Definitions *******************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsBool_Statics::NewProp_Output = { "Output", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetasoundOutputBlueprintAccess_eventIsBool_Parms, Output), Z_Construct_UScriptStruct_FMetaSoundOutput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Output_MetaData), NewProp_Output_MetaData) }; // 2217035627
void Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsBool_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((MetasoundOutputBlueprintAccess_eventIsBool_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsBool_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MetasoundOutputBlueprintAccess_eventIsBool_Parms), &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsBool_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsBool_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsBool_Statics::NewProp_Output,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsBool_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsBool_Statics::PropPointers) < 2048);
// ********** End Function IsBool Property Definitions *********************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsBool_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetasoundOutputBlueprintAccess, nullptr, "IsBool", Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsBool_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsBool_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsBool_Statics::MetasoundOutputBlueprintAccess_eventIsBool_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04442401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsBool_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsBool_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsBool_Statics::MetasoundOutputBlueprintAccess_eventIsBool_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsBool()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsBool_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMetasoundOutputBlueprintAccess::execIsBool)
{
P_GET_STRUCT_REF(FMetaSoundOutput,Z_Param_Out_Output);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UMetasoundOutputBlueprintAccess::IsBool(Z_Param_Out_Output);
P_NATIVE_END;
}
// ********** End Class UMetasoundOutputBlueprintAccess Function IsBool ****************************
// ********** Begin Class UMetasoundOutputBlueprintAccess Function IsFloat *************************
struct Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsFloat_Statics
{
struct MetasoundOutputBlueprintAccess_eventIsFloat_Parms
{
FMetaSoundOutput Output;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MetaSoundOutput" },
{ "ModuleRelativePath", "Public/MetasoundOutput.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Output_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function IsFloat constinit property declarations *******************************
static const UECodeGen_Private::FStructPropertyParams NewProp_Output;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function IsFloat constinit property declarations *********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function IsFloat Property Definitions ******************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsFloat_Statics::NewProp_Output = { "Output", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetasoundOutputBlueprintAccess_eventIsFloat_Parms, Output), Z_Construct_UScriptStruct_FMetaSoundOutput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Output_MetaData), NewProp_Output_MetaData) }; // 2217035627
void Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsFloat_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((MetasoundOutputBlueprintAccess_eventIsFloat_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsFloat_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MetasoundOutputBlueprintAccess_eventIsFloat_Parms), &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsFloat_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsFloat_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsFloat_Statics::NewProp_Output,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsFloat_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsFloat_Statics::PropPointers) < 2048);
// ********** End Function IsFloat Property Definitions ********************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsFloat_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetasoundOutputBlueprintAccess, nullptr, "IsFloat", Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsFloat_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsFloat_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsFloat_Statics::MetasoundOutputBlueprintAccess_eventIsFloat_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04442401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsFloat_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsFloat_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsFloat_Statics::MetasoundOutputBlueprintAccess_eventIsFloat_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsFloat()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsFloat_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMetasoundOutputBlueprintAccess::execIsFloat)
{
P_GET_STRUCT_REF(FMetaSoundOutput,Z_Param_Out_Output);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UMetasoundOutputBlueprintAccess::IsFloat(Z_Param_Out_Output);
P_NATIVE_END;
}
// ********** End Class UMetasoundOutputBlueprintAccess Function IsFloat ***************************
// ********** Begin Class UMetasoundOutputBlueprintAccess Function IsInt32 *************************
struct Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsInt32_Statics
{
struct MetasoundOutputBlueprintAccess_eventIsInt32_Parms
{
FMetaSoundOutput Output;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MetaSoundOutput" },
{ "ModuleRelativePath", "Public/MetasoundOutput.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Output_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function IsInt32 constinit property declarations *******************************
static const UECodeGen_Private::FStructPropertyParams NewProp_Output;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function IsInt32 constinit property declarations *********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function IsInt32 Property Definitions ******************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsInt32_Statics::NewProp_Output = { "Output", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetasoundOutputBlueprintAccess_eventIsInt32_Parms, Output), Z_Construct_UScriptStruct_FMetaSoundOutput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Output_MetaData), NewProp_Output_MetaData) }; // 2217035627
void Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsInt32_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((MetasoundOutputBlueprintAccess_eventIsInt32_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsInt32_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MetasoundOutputBlueprintAccess_eventIsInt32_Parms), &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsInt32_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsInt32_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsInt32_Statics::NewProp_Output,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsInt32_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsInt32_Statics::PropPointers) < 2048);
// ********** End Function IsInt32 Property Definitions ********************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsInt32_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetasoundOutputBlueprintAccess, nullptr, "IsInt32", Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsInt32_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsInt32_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsInt32_Statics::MetasoundOutputBlueprintAccess_eventIsInt32_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04442401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsInt32_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsInt32_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsInt32_Statics::MetasoundOutputBlueprintAccess_eventIsInt32_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsInt32()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsInt32_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMetasoundOutputBlueprintAccess::execIsInt32)
{
P_GET_STRUCT_REF(FMetaSoundOutput,Z_Param_Out_Output);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UMetasoundOutputBlueprintAccess::IsInt32(Z_Param_Out_Output);
P_NATIVE_END;
}
// ********** End Class UMetasoundOutputBlueprintAccess Function IsInt32 ***************************
// ********** Begin Class UMetasoundOutputBlueprintAccess Function IsString ************************
struct Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsString_Statics
{
struct MetasoundOutputBlueprintAccess_eventIsString_Parms
{
FMetaSoundOutput Output;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MetaSoundOutput" },
{ "ModuleRelativePath", "Public/MetasoundOutput.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Output_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function IsString constinit property declarations ******************************
static const UECodeGen_Private::FStructPropertyParams NewProp_Output;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function IsString constinit property declarations ********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function IsString Property Definitions *****************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsString_Statics::NewProp_Output = { "Output", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetasoundOutputBlueprintAccess_eventIsString_Parms, Output), Z_Construct_UScriptStruct_FMetaSoundOutput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Output_MetaData), NewProp_Output_MetaData) }; // 2217035627
void Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsString_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((MetasoundOutputBlueprintAccess_eventIsString_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MetasoundOutputBlueprintAccess_eventIsString_Parms), &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsString_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsString_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsString_Statics::NewProp_Output,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsString_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsString_Statics::PropPointers) < 2048);
// ********** End Function IsString Property Definitions *******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetasoundOutputBlueprintAccess, nullptr, "IsString", Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsString_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsString_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsString_Statics::MetasoundOutputBlueprintAccess_eventIsString_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04442401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsString_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsString_Statics::MetasoundOutputBlueprintAccess_eventIsString_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsString()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsString_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMetasoundOutputBlueprintAccess::execIsString)
{
P_GET_STRUCT_REF(FMetaSoundOutput,Z_Param_Out_Output);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UMetasoundOutputBlueprintAccess::IsString(Z_Param_Out_Output);
P_NATIVE_END;
}
// ********** End Class UMetasoundOutputBlueprintAccess Function IsString **************************
// ********** Begin Class UMetasoundOutputBlueprintAccess Function IsTime **************************
struct Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsTime_Statics
{
struct MetasoundOutputBlueprintAccess_eventIsTime_Parms
{
FMetaSoundOutput Output;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MetaSoundOutput" },
{ "ModuleRelativePath", "Public/MetasoundOutput.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Output_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function IsTime constinit property declarations ********************************
static const UECodeGen_Private::FStructPropertyParams NewProp_Output;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function IsTime constinit property declarations **********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function IsTime Property Definitions *******************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsTime_Statics::NewProp_Output = { "Output", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetasoundOutputBlueprintAccess_eventIsTime_Parms, Output), Z_Construct_UScriptStruct_FMetaSoundOutput, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Output_MetaData), NewProp_Output_MetaData) }; // 2217035627
void Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsTime_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((MetasoundOutputBlueprintAccess_eventIsTime_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsTime_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MetasoundOutputBlueprintAccess_eventIsTime_Parms), &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsTime_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsTime_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsTime_Statics::NewProp_Output,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsTime_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsTime_Statics::PropPointers) < 2048);
// ********** End Function IsTime Property Definitions *********************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetasoundOutputBlueprintAccess, nullptr, "IsTime", Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsTime_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsTime_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsTime_Statics::MetasoundOutputBlueprintAccess_eventIsTime_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04442401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsTime_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsTime_Statics::MetasoundOutputBlueprintAccess_eventIsTime_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsTime()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsTime_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMetasoundOutputBlueprintAccess::execIsTime)
{
P_GET_STRUCT_REF(FMetaSoundOutput,Z_Param_Out_Output);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UMetasoundOutputBlueprintAccess::IsTime(Z_Param_Out_Output);
P_NATIVE_END;
}
// ********** End Class UMetasoundOutputBlueprintAccess Function IsTime ****************************
// ********** Begin Class UMetasoundOutputBlueprintAccess ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetasoundOutputBlueprintAccess;
UClass* UMetasoundOutputBlueprintAccess::GetPrivateStaticClass()
{
using TClass = UMetasoundOutputBlueprintAccess;
if (!Z_Registration_Info_UClass_UMetasoundOutputBlueprintAccess.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetasoundOutputBlueprintAccess"),
Z_Registration_Info_UClass_UMetasoundOutputBlueprintAccess.InnerSingleton,
StaticRegisterNativesUMetasoundOutputBlueprintAccess,
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_UMetasoundOutputBlueprintAccess.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetasoundOutputBlueprintAccess_NoRegister()
{
return UMetasoundOutputBlueprintAccess::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetasoundOutputBlueprintAccess_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Blueprint support for core types. If you want to support more core types, add them here.\n * If you want to support types introduced in other plugins, create a blueprint library in that plugin.\n */" },
{ "IncludePath", "MetasoundOutput.h" },
{ "ModuleRelativePath", "Public/MetasoundOutput.h" },
{ "ToolTip", "Blueprint support for core types. If you want to support more core types, add them here.\nIf you want to support types introduced in other plugins, create a blueprint library in that plugin." },
};
#endif // WITH_METADATA
// ********** Begin Class UMetasoundOutputBlueprintAccess constinit property declarations **********
// ********** End Class UMetasoundOutputBlueprintAccess constinit property declarations ************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("GetBool"), .Pointer = &UMetasoundOutputBlueprintAccess::execGetBool },
{ .NameUTF8 = UTF8TEXT("GetFloat"), .Pointer = &UMetasoundOutputBlueprintAccess::execGetFloat },
{ .NameUTF8 = UTF8TEXT("GetInt32"), .Pointer = &UMetasoundOutputBlueprintAccess::execGetInt32 },
{ .NameUTF8 = UTF8TEXT("GetString"), .Pointer = &UMetasoundOutputBlueprintAccess::execGetString },
{ .NameUTF8 = UTF8TEXT("GetTimeSeconds"), .Pointer = &UMetasoundOutputBlueprintAccess::execGetTimeSeconds },
{ .NameUTF8 = UTF8TEXT("IsBool"), .Pointer = &UMetasoundOutputBlueprintAccess::execIsBool },
{ .NameUTF8 = UTF8TEXT("IsFloat"), .Pointer = &UMetasoundOutputBlueprintAccess::execIsFloat },
{ .NameUTF8 = UTF8TEXT("IsInt32"), .Pointer = &UMetasoundOutputBlueprintAccess::execIsInt32 },
{ .NameUTF8 = UTF8TEXT("IsString"), .Pointer = &UMetasoundOutputBlueprintAccess::execIsString },
{ .NameUTF8 = UTF8TEXT("IsTime"), .Pointer = &UMetasoundOutputBlueprintAccess::execIsTime },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetBool, "GetBool" }, // 1898306423
{ &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetFloat, "GetFloat" }, // 687749652
{ &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetInt32, "GetInt32" }, // 271582285
{ &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetString, "GetString" }, // 930145876
{ &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_GetTimeSeconds, "GetTimeSeconds" }, // 2815278094
{ &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsBool, "IsBool" }, // 3618322718
{ &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsFloat, "IsFloat" }, // 579403870
{ &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsInt32, "IsInt32" }, // 683591514
{ &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsString, "IsString" }, // 905378123
{ &Z_Construct_UFunction_UMetasoundOutputBlueprintAccess_IsTime, "IsTime" }, // 3150056770
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetasoundOutputBlueprintAccess>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetasoundOutputBlueprintAccess_Statics
UObject* (*const Z_Construct_UClass_UMetasoundOutputBlueprintAccess_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEngine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundOutputBlueprintAccess_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetasoundOutputBlueprintAccess_Statics::ClassParams = {
&UMetasoundOutputBlueprintAccess::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundOutputBlueprintAccess_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetasoundOutputBlueprintAccess_Statics::Class_MetaDataParams)
};
void UMetasoundOutputBlueprintAccess::StaticRegisterNativesUMetasoundOutputBlueprintAccess()
{
UClass* Class = UMetasoundOutputBlueprintAccess::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UMetasoundOutputBlueprintAccess_Statics::Funcs));
}
UClass* Z_Construct_UClass_UMetasoundOutputBlueprintAccess()
{
if (!Z_Registration_Info_UClass_UMetasoundOutputBlueprintAccess.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetasoundOutputBlueprintAccess.OuterSingleton, Z_Construct_UClass_UMetasoundOutputBlueprintAccess_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetasoundOutputBlueprintAccess.OuterSingleton;
}
UMetasoundOutputBlueprintAccess::UMetasoundOutputBlueprintAccess(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetasoundOutputBlueprintAccess);
UMetasoundOutputBlueprintAccess::~UMetasoundOutputBlueprintAccess() {}
// ********** End Class UMetasoundOutputBlueprintAccess ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEngine_Public_MetasoundOutput_h__Script_MetasoundEngine_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMetaSoundOutput::StaticStruct, Z_Construct_UScriptStruct_FMetaSoundOutput_Statics::NewStructOps, TEXT("MetaSoundOutput"),&Z_Registration_Info_UScriptStruct_FMetaSoundOutput, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMetaSoundOutput), 2217035627U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMetasoundOutputBlueprintAccess, UMetasoundOutputBlueprintAccess::StaticClass, TEXT("UMetasoundOutputBlueprintAccess"), &Z_Registration_Info_UClass_UMetasoundOutputBlueprintAccess, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetasoundOutputBlueprintAccess), 4283916120U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEngine_Public_MetasoundOutput_h__Script_MetasoundEngine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEngine_Public_MetasoundOutput_h__Script_MetasoundEngine_1091422098{
TEXT("/Script/MetasoundEngine"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEngine_Public_MetasoundOutput_h__Script_MetasoundEngine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEngine_Public_MetasoundOutput_h__Script_MetasoundEngine_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEngine_Public_MetasoundOutput_h__Script_MetasoundEngine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEngine_Public_MetasoundOutput_h__Script_MetasoundEngine_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS