Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,206 @@
// 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 "MetasoundAssetDefinitions.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetasoundAssetDefinitions() {}
// ********** Begin Cross Module References ********************************************************
AUDIOEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_SoundAssetBase();
AUDIOEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_SoundBase();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_MetaSoundPatch();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_MetaSoundPatch_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_MetaSoundSource();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_MetaSoundSource_NoRegister();
UPackage* Z_Construct_UPackage__Script_MetasoundEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UAssetDefinition_MetaSoundPatch ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAssetDefinition_MetaSoundPatch;
UClass* UAssetDefinition_MetaSoundPatch::GetPrivateStaticClass()
{
using TClass = UAssetDefinition_MetaSoundPatch;
if (!Z_Registration_Info_UClass_UAssetDefinition_MetaSoundPatch.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AssetDefinition_MetaSoundPatch"),
Z_Registration_Info_UClass_UAssetDefinition_MetaSoundPatch.InnerSingleton,
StaticRegisterNativesUAssetDefinition_MetaSoundPatch,
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_UAssetDefinition_MetaSoundPatch.InnerSingleton;
}
UClass* Z_Construct_UClass_UAssetDefinition_MetaSoundPatch_NoRegister()
{
return UAssetDefinition_MetaSoundPatch::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAssetDefinition_MetaSoundPatch_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "MetasoundAssetDefinitions.h" },
{ "ModuleRelativePath", "Private/MetasoundAssetDefinitions.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UAssetDefinition_MetaSoundPatch constinit property declarations **********
// ********** End Class UAssetDefinition_MetaSoundPatch constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UAssetDefinition_MetaSoundPatch>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAssetDefinition_MetaSoundPatch_Statics
UObject* (*const Z_Construct_UClass_UAssetDefinition_MetaSoundPatch_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UAssetDefinition_SoundAssetBase,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAssetDefinition_MetaSoundPatch_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAssetDefinition_MetaSoundPatch_Statics::ClassParams = {
&UAssetDefinition_MetaSoundPatch::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAssetDefinition_MetaSoundPatch_Statics::Class_MetaDataParams), Z_Construct_UClass_UAssetDefinition_MetaSoundPatch_Statics::Class_MetaDataParams)
};
void UAssetDefinition_MetaSoundPatch::StaticRegisterNativesUAssetDefinition_MetaSoundPatch()
{
}
UClass* Z_Construct_UClass_UAssetDefinition_MetaSoundPatch()
{
if (!Z_Registration_Info_UClass_UAssetDefinition_MetaSoundPatch.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAssetDefinition_MetaSoundPatch.OuterSingleton, Z_Construct_UClass_UAssetDefinition_MetaSoundPatch_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAssetDefinition_MetaSoundPatch.OuterSingleton;
}
UAssetDefinition_MetaSoundPatch::UAssetDefinition_MetaSoundPatch() {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAssetDefinition_MetaSoundPatch);
UAssetDefinition_MetaSoundPatch::~UAssetDefinition_MetaSoundPatch() {}
// ********** End Class UAssetDefinition_MetaSoundPatch ********************************************
// ********** Begin Class UAssetDefinition_MetaSoundSource *****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAssetDefinition_MetaSoundSource;
UClass* UAssetDefinition_MetaSoundSource::GetPrivateStaticClass()
{
using TClass = UAssetDefinition_MetaSoundSource;
if (!Z_Registration_Info_UClass_UAssetDefinition_MetaSoundSource.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AssetDefinition_MetaSoundSource"),
Z_Registration_Info_UClass_UAssetDefinition_MetaSoundSource.InnerSingleton,
StaticRegisterNativesUAssetDefinition_MetaSoundSource,
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_UAssetDefinition_MetaSoundSource.InnerSingleton;
}
UClass* Z_Construct_UClass_UAssetDefinition_MetaSoundSource_NoRegister()
{
return UAssetDefinition_MetaSoundSource::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAssetDefinition_MetaSoundSource_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "MetasoundAssetDefinitions.h" },
{ "ModuleRelativePath", "Private/MetasoundAssetDefinitions.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UAssetDefinition_MetaSoundSource constinit property declarations *********
// ********** End Class UAssetDefinition_MetaSoundSource constinit property declarations ***********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UAssetDefinition_MetaSoundSource>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAssetDefinition_MetaSoundSource_Statics
UObject* (*const Z_Construct_UClass_UAssetDefinition_MetaSoundSource_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UAssetDefinition_SoundBase,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAssetDefinition_MetaSoundSource_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAssetDefinition_MetaSoundSource_Statics::ClassParams = {
&UAssetDefinition_MetaSoundSource::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAssetDefinition_MetaSoundSource_Statics::Class_MetaDataParams), Z_Construct_UClass_UAssetDefinition_MetaSoundSource_Statics::Class_MetaDataParams)
};
void UAssetDefinition_MetaSoundSource::StaticRegisterNativesUAssetDefinition_MetaSoundSource()
{
}
UClass* Z_Construct_UClass_UAssetDefinition_MetaSoundSource()
{
if (!Z_Registration_Info_UClass_UAssetDefinition_MetaSoundSource.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAssetDefinition_MetaSoundSource.OuterSingleton, Z_Construct_UClass_UAssetDefinition_MetaSoundSource_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAssetDefinition_MetaSoundSource.OuterSingleton;
}
UAssetDefinition_MetaSoundSource::UAssetDefinition_MetaSoundSource() {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAssetDefinition_MetaSoundSource);
UAssetDefinition_MetaSoundSource::~UAssetDefinition_MetaSoundSource() {}
// ********** End Class UAssetDefinition_MetaSoundSource *******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundAssetDefinitions_h__Script_MetasoundEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAssetDefinition_MetaSoundPatch, UAssetDefinition_MetaSoundPatch::StaticClass, TEXT("UAssetDefinition_MetaSoundPatch"), &Z_Registration_Info_UClass_UAssetDefinition_MetaSoundPatch, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAssetDefinition_MetaSoundPatch), 1784545910U) },
{ Z_Construct_UClass_UAssetDefinition_MetaSoundSource, UAssetDefinition_MetaSoundSource::StaticClass, TEXT("UAssetDefinition_MetaSoundSource"), &Z_Registration_Info_UClass_UAssetDefinition_MetaSoundSource, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAssetDefinition_MetaSoundSource), 887510605U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundAssetDefinitions_h__Script_MetasoundEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundAssetDefinitions_h__Script_MetasoundEditor_2682191189{
TEXT("/Script/MetasoundEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundAssetDefinitions_h__Script_MetasoundEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundAssetDefinitions_h__Script_MetasoundEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,104 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "MetasoundAssetDefinitions.h"
#ifdef METASOUNDEDITOR_MetasoundAssetDefinitions_generated_h
#error "MetasoundAssetDefinitions.generated.h already included, missing '#pragma once' in MetasoundAssetDefinitions.h"
#endif
#define METASOUNDEDITOR_MetasoundAssetDefinitions_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UAssetDefinition_MetaSoundPatch ******************************************
struct Z_Construct_UClass_UAssetDefinition_MetaSoundPatch_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_MetaSoundPatch_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundAssetDefinitions_h_14_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUAssetDefinition_MetaSoundPatch(); \
friend struct ::Z_Construct_UClass_UAssetDefinition_MetaSoundPatch_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UAssetDefinition_MetaSoundPatch_NoRegister(); \
public: \
DECLARE_CLASS2(UAssetDefinition_MetaSoundPatch, UAssetDefinition_SoundAssetBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UAssetDefinition_MetaSoundPatch_NoRegister) \
DECLARE_SERIALIZER(UAssetDefinition_MetaSoundPatch)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundAssetDefinitions_h_14_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UAssetDefinition_MetaSoundPatch(); \
/** Deleted move- and copy-constructors, should never be used */ \
UAssetDefinition_MetaSoundPatch(UAssetDefinition_MetaSoundPatch&&) = delete; \
UAssetDefinition_MetaSoundPatch(const UAssetDefinition_MetaSoundPatch&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UAssetDefinition_MetaSoundPatch); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAssetDefinition_MetaSoundPatch); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UAssetDefinition_MetaSoundPatch) \
NO_API virtual ~UAssetDefinition_MetaSoundPatch();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundAssetDefinitions_h_11_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundAssetDefinitions_h_14_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundAssetDefinitions_h_14_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundAssetDefinitions_h_14_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UAssetDefinition_MetaSoundPatch;
// ********** End Class UAssetDefinition_MetaSoundPatch ********************************************
// ********** Begin Class UAssetDefinition_MetaSoundSource *****************************************
struct Z_Construct_UClass_UAssetDefinition_MetaSoundSource_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_MetaSoundSource_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundAssetDefinitions_h_34_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUAssetDefinition_MetaSoundSource(); \
friend struct ::Z_Construct_UClass_UAssetDefinition_MetaSoundSource_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UAssetDefinition_MetaSoundSource_NoRegister(); \
public: \
DECLARE_CLASS2(UAssetDefinition_MetaSoundSource, UAssetDefinition_SoundBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UAssetDefinition_MetaSoundSource_NoRegister) \
DECLARE_SERIALIZER(UAssetDefinition_MetaSoundSource)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundAssetDefinitions_h_34_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UAssetDefinition_MetaSoundSource(); \
/** Deleted move- and copy-constructors, should never be used */ \
UAssetDefinition_MetaSoundSource(UAssetDefinition_MetaSoundSource&&) = delete; \
UAssetDefinition_MetaSoundSource(const UAssetDefinition_MetaSoundSource&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UAssetDefinition_MetaSoundSource); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAssetDefinition_MetaSoundSource); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UAssetDefinition_MetaSoundSource) \
NO_API virtual ~UAssetDefinition_MetaSoundSource();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundAssetDefinitions_h_31_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundAssetDefinitions_h_34_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundAssetDefinitions_h_34_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundAssetDefinitions_h_34_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UAssetDefinition_MetaSoundSource;
// ********** End Class UAssetDefinition_MetaSoundSource *******************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundAssetDefinitions_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,295 @@
// 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 "MetasoundEditor.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetasoundEditor() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorViewBase();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorViewBase_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundInterfacesView();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundInterfacesView_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundPagesView();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundPagesView_NoRegister();
UPackage* Z_Construct_UPackage__Script_MetasoundEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMetasoundEditorViewBase *************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetasoundEditorViewBase;
UClass* UMetasoundEditorViewBase::GetPrivateStaticClass()
{
using TClass = UMetasoundEditorViewBase;
if (!Z_Registration_Info_UClass_UMetasoundEditorViewBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetasoundEditorViewBase"),
Z_Registration_Info_UClass_UMetasoundEditorViewBase.InnerSingleton,
StaticRegisterNativesUMetasoundEditorViewBase,
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_UMetasoundEditorViewBase.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetasoundEditorViewBase_NoRegister()
{
return UMetasoundEditorViewBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetasoundEditorViewBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "// Base implementation for editor wrappers that provide edit customizations\n" },
{ "IncludePath", "MetasoundEditor.h" },
{ "ModuleRelativePath", "Private/MetasoundEditor.h" },
{ "ToolTip", "Base implementation for editor wrappers that provide edit customizations" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetasoundEditorViewBase constinit property declarations *****************
// ********** End Class UMetasoundEditorViewBase constinit property declarations *******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetasoundEditorViewBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetasoundEditorViewBase_Statics
UObject* (*const Z_Construct_UClass_UMetasoundEditorViewBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorViewBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetasoundEditorViewBase_Statics::ClassParams = {
&UMetasoundEditorViewBase::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorViewBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetasoundEditorViewBase_Statics::Class_MetaDataParams)
};
void UMetasoundEditorViewBase::StaticRegisterNativesUMetasoundEditorViewBase()
{
}
UClass* Z_Construct_UClass_UMetasoundEditorViewBase()
{
if (!Z_Registration_Info_UClass_UMetasoundEditorViewBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetasoundEditorViewBase.OuterSingleton, Z_Construct_UClass_UMetasoundEditorViewBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetasoundEditorViewBase.OuterSingleton;
}
UMetasoundEditorViewBase::UMetasoundEditorViewBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetasoundEditorViewBase);
UMetasoundEditorViewBase::~UMetasoundEditorViewBase() {}
// ********** End Class UMetasoundEditorViewBase ***************************************************
// ********** Begin Class UMetasoundInterfacesView *************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetasoundInterfacesView;
UClass* UMetasoundInterfacesView::GetPrivateStaticClass()
{
using TClass = UMetasoundInterfacesView;
if (!Z_Registration_Info_UClass_UMetasoundInterfacesView.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetasoundInterfacesView"),
Z_Registration_Info_UClass_UMetasoundInterfacesView.InnerSingleton,
StaticRegisterNativesUMetasoundInterfacesView,
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_UMetasoundInterfacesView.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetasoundInterfacesView_NoRegister()
{
return UMetasoundInterfacesView::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetasoundInterfacesView_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "// Simple class for the interfaces details tab to keep track of its corresponding Metasound \n" },
{ "IncludePath", "MetasoundEditor.h" },
{ "ModuleRelativePath", "Private/MetasoundEditor.h" },
{ "ToolTip", "Simple class for the interfaces details tab to keep track of its corresponding Metasound" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetasoundInterfacesView constinit property declarations *****************
// ********** End Class UMetasoundInterfacesView constinit property declarations *******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetasoundInterfacesView>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetasoundInterfacesView_Statics
UObject* (*const Z_Construct_UClass_UMetasoundInterfacesView_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetasoundEditorViewBase,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundInterfacesView_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetasoundInterfacesView_Statics::ClassParams = {
&UMetasoundInterfacesView::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundInterfacesView_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetasoundInterfacesView_Statics::Class_MetaDataParams)
};
void UMetasoundInterfacesView::StaticRegisterNativesUMetasoundInterfacesView()
{
}
UClass* Z_Construct_UClass_UMetasoundInterfacesView()
{
if (!Z_Registration_Info_UClass_UMetasoundInterfacesView.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetasoundInterfacesView.OuterSingleton, Z_Construct_UClass_UMetasoundInterfacesView_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetasoundInterfacesView.OuterSingleton;
}
UMetasoundInterfacesView::UMetasoundInterfacesView(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetasoundInterfacesView);
UMetasoundInterfacesView::~UMetasoundInterfacesView() {}
// ********** End Class UMetasoundInterfacesView ***************************************************
// ********** Begin Class UMetasoundPagesView ******************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetasoundPagesView;
UClass* UMetasoundPagesView::GetPrivateStaticClass()
{
using TClass = UMetasoundPagesView;
if (!Z_Registration_Info_UClass_UMetasoundPagesView.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetasoundPagesView"),
Z_Registration_Info_UClass_UMetasoundPagesView.InnerSingleton,
StaticRegisterNativesUMetasoundPagesView,
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_UMetasoundPagesView.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetasoundPagesView_NoRegister()
{
return UMetasoundPagesView::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetasoundPagesView_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "MetasoundEditor.h" },
{ "ModuleRelativePath", "Private/MetasoundEditor.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetasoundPagesView constinit property declarations **********************
// ********** End Class UMetasoundPagesView constinit property declarations ************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetasoundPagesView>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetasoundPagesView_Statics
UObject* (*const Z_Construct_UClass_UMetasoundPagesView_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetasoundEditorViewBase,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundPagesView_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetasoundPagesView_Statics::ClassParams = {
&UMetasoundPagesView::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundPagesView_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetasoundPagesView_Statics::Class_MetaDataParams)
};
void UMetasoundPagesView::StaticRegisterNativesUMetasoundPagesView()
{
}
UClass* Z_Construct_UClass_UMetasoundPagesView()
{
if (!Z_Registration_Info_UClass_UMetasoundPagesView.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetasoundPagesView.OuterSingleton, Z_Construct_UClass_UMetasoundPagesView_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetasoundPagesView.OuterSingleton;
}
UMetasoundPagesView::UMetasoundPagesView(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetasoundPagesView);
UMetasoundPagesView::~UMetasoundPagesView() {}
// ********** End Class UMetasoundPagesView ********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h__Script_MetasoundEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMetasoundEditorViewBase, UMetasoundEditorViewBase::StaticClass, TEXT("UMetasoundEditorViewBase"), &Z_Registration_Info_UClass_UMetasoundEditorViewBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetasoundEditorViewBase), 2186387439U) },
{ Z_Construct_UClass_UMetasoundInterfacesView, UMetasoundInterfacesView::StaticClass, TEXT("UMetasoundInterfacesView"), &Z_Registration_Info_UClass_UMetasoundInterfacesView, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetasoundInterfacesView), 716800306U) },
{ Z_Construct_UClass_UMetasoundPagesView, UMetasoundPagesView::StaticClass, TEXT("UMetasoundPagesView"), &Z_Registration_Info_UClass_UMetasoundPagesView, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetasoundPagesView), 1137965297U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h__Script_MetasoundEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h__Script_MetasoundEditor_907980085{
TEXT("/Script/MetasoundEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h__Script_MetasoundEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h__Script_MetasoundEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,145 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "MetasoundEditor.h"
#ifdef METASOUNDEDITOR_MetasoundEditor_generated_h
#error "MetasoundEditor.generated.h already included, missing '#pragma once' in MetasoundEditor.h"
#endif
#define METASOUNDEDITOR_MetasoundEditor_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMetasoundEditorViewBase *************************************************
struct Z_Construct_UClass_UMetasoundEditorViewBase_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorViewBase_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h_74_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorViewBase(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorViewBase_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorViewBase_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorViewBase, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorViewBase_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorViewBase)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h_74_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorViewBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorViewBase(UMetasoundEditorViewBase&&) = delete; \
UMetasoundEditorViewBase(const UMetasoundEditorViewBase&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorViewBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorViewBase); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorViewBase) \
METASOUNDEDITOR_API virtual ~UMetasoundEditorViewBase();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h_71_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h_74_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h_74_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h_74_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorViewBase;
// ********** End Class UMetasoundEditorViewBase ***************************************************
// ********** Begin Class UMetasoundInterfacesView *************************************************
struct Z_Construct_UClass_UMetasoundInterfacesView_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundInterfacesView_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h_90_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundInterfacesView(); \
friend struct ::Z_Construct_UClass_UMetasoundInterfacesView_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundInterfacesView_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundInterfacesView, UMetasoundEditorViewBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundInterfacesView_NoRegister) \
DECLARE_SERIALIZER(UMetasoundInterfacesView)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h_90_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundInterfacesView(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundInterfacesView(UMetasoundInterfacesView&&) = delete; \
UMetasoundInterfacesView(const UMetasoundInterfacesView&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundInterfacesView); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundInterfacesView); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundInterfacesView) \
METASOUNDEDITOR_API virtual ~UMetasoundInterfacesView();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h_87_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h_90_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h_90_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h_90_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundInterfacesView;
// ********** End Class UMetasoundInterfacesView ***************************************************
// ********** Begin Class UMetasoundPagesView ******************************************************
struct Z_Construct_UClass_UMetasoundPagesView_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundPagesView_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h_96_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundPagesView(); \
friend struct ::Z_Construct_UClass_UMetasoundPagesView_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundPagesView_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundPagesView, UMetasoundEditorViewBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundPagesView_NoRegister) \
DECLARE_SERIALIZER(UMetasoundPagesView)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h_96_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundPagesView(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundPagesView(UMetasoundPagesView&&) = delete; \
UMetasoundPagesView(const UMetasoundPagesView&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundPagesView); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundPagesView); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundPagesView) \
METASOUNDEDITOR_API virtual ~UMetasoundPagesView();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h_93_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h_96_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h_96_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h_96_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundPagesView;
// ********** End Class UMetasoundPagesView ********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditor_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,51 @@
// 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"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeMetasoundEditor_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); METASOUNDEDITOR_API UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature();
METASOUNDEDITOR_API UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataStringChanged__DelegateSignature();
METASOUNDEDITOR_API UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature();
METASOUNDEDITOR_API UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextChanged__DelegateSignature();
METASOUNDEDITOR_API UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature();
METASOUNDEDITOR_API UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature();
METASOUNDEDITOR_API UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature();
METASOUNDEDITOR_API UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature();
METASOUNDEDITOR_API UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature();
METASOUNDEDITOR_API UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature();
static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_MetasoundEditor;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_MetasoundEditor()
{
if (!Z_Registration_Info_UPackage__Script_MetasoundEditor.OuterSingleton)
{
static UObject* (*const SingletonFuncArray[])() = {
(UObject* (*)())Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature,
(UObject* (*)())Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataStringChanged__DelegateSignature,
(UObject* (*)())Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature,
(UObject* (*)())Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextChanged__DelegateSignature,
(UObject* (*)())Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature,
(UObject* (*)())Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature,
(UObject* (*)())Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature,
(UObject* (*)())Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature,
(UObject* (*)())Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature,
(UObject* (*)())Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature,
};
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/MetasoundEditor",
SingletonFuncArray,
UE_ARRAY_COUNT(SingletonFuncArray),
PKG_CompiledIn | 0x00000100,
0xAB601359,
0xC57EA969,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_MetasoundEditor.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_MetasoundEditor.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_MetasoundEditor(Z_Construct_UPackage__Script_MetasoundEditor, TEXT("/Script/MetasoundEditor"), Z_Registration_Info_UPackage__Script_MetasoundEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xAB601359, 0xC57EA969));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,978 @@
// 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 "MetasoundEditorBuilderListener.h"
#include "MetasoundFrontendLiteral.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetasoundEditorBuilderListener() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetaSoundEditorBuilderListener();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetaSoundEditorBuilderListener_NoRegister();
METASOUNDEDITOR_API UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature();
METASOUNDEDITOR_API UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataStringChanged__DelegateSignature();
METASOUNDEDITOR_API UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature();
METASOUNDEDITOR_API UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextChanged__DelegateSignature();
METASOUNDEDITOR_API UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature();
METASOUNDEDITOR_API UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature();
METASOUNDEDITOR_API UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature();
METASOUNDEDITOR_API UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature();
METASOUNDEDITOR_API UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature();
METASOUNDEDITOR_API UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundFrontendLiteral();
UPackage* Z_Construct_UPackage__Script_MetasoundEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Delegate FOnMetaSoundBuilderDocumentMetadataTextChanged ************************
struct Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextChanged__DelegateSignature_Statics
{
struct _Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataTextChanged_Parms
{
FText NewText;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Comment", "// BP Delegates for builder changes\n" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
{ "ToolTip", "BP Delegates for builder changes" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnMetaSoundBuilderDocumentMetadataTextChanged constinit property declarations
static const UECodeGen_Private::FTextPropertyParams NewProp_NewText;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnMetaSoundBuilderDocumentMetadataTextChanged constinit property declarations
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnMetaSoundBuilderDocumentMetadataTextChanged Property Definitions ***
const UECodeGen_Private::FTextPropertyParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextChanged__DelegateSignature_Statics::NewProp_NewText = { "NewText", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataTextChanged_Parms, NewText), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextChanged__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextChanged__DelegateSignature_Statics::NewProp_NewText,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextChanged__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnMetaSoundBuilderDocumentMetadataTextChanged Property Definitions *****
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextChanged__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_MetasoundEditor, nullptr, "OnMetaSoundBuilderDocumentMetadataTextChanged__DelegateSignature", Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextChanged__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextChanged__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextChanged__DelegateSignature_Statics::_Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataTextChanged_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextChanged__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextChanged__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextChanged__DelegateSignature_Statics::_Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataTextChanged_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextChanged__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextChanged__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnMetaSoundBuilderDocumentMetadataTextChanged_DelegateWrapper(const FMulticastScriptDelegate& OnMetaSoundBuilderDocumentMetadataTextChanged, const FText& NewText)
{
struct _Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataTextChanged_Parms
{
FText NewText;
};
_Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataTextChanged_Parms Parms;
Parms.NewText=NewText;
OnMetaSoundBuilderDocumentMetadataTextChanged.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnMetaSoundBuilderDocumentMetadataTextChanged **************************
// ********** Begin Delegate FOnMetaSoundBuilderDocumentMetadataTextArrayChanged *******************
struct Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature_Statics
{
struct _Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataTextArrayChanged_Parms
{
TArray<FText> NewTextArray;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnMetaSoundBuilderDocumentMetadataTextArrayChanged constinit property declarations
static const UECodeGen_Private::FTextPropertyParams NewProp_NewTextArray_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_NewTextArray;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnMetaSoundBuilderDocumentMetadataTextArrayChanged constinit property declarations
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnMetaSoundBuilderDocumentMetadataTextArrayChanged Property Definitions
const UECodeGen_Private::FTextPropertyParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature_Statics::NewProp_NewTextArray_Inner = { "NewTextArray", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature_Statics::NewProp_NewTextArray = { "NewTextArray", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataTextArrayChanged_Parms, NewTextArray), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature_Statics::NewProp_NewTextArray_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature_Statics::NewProp_NewTextArray,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnMetaSoundBuilderDocumentMetadataTextArrayChanged Property Definitions
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_MetasoundEditor, nullptr, "OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature", Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature_Statics::_Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataTextArrayChanged_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature_Statics::_Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataTextArrayChanged_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnMetaSoundBuilderDocumentMetadataTextArrayChanged_DelegateWrapper(const FMulticastScriptDelegate& OnMetaSoundBuilderDocumentMetadataTextArrayChanged, const TArray<FText>& NewTextArray)
{
struct _Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataTextArrayChanged_Parms
{
TArray<FText> NewTextArray;
};
_Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataTextArrayChanged_Parms Parms;
Parms.NewTextArray=NewTextArray;
OnMetaSoundBuilderDocumentMetadataTextArrayChanged.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnMetaSoundBuilderDocumentMetadataTextArrayChanged *********************
// ********** Begin Delegate FOnMetaSoundBuilderDocumentMetadataStringChanged **********************
struct Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataStringChanged__DelegateSignature_Statics
{
struct _Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataStringChanged_Parms
{
FString NewString;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnMetaSoundBuilderDocumentMetadataStringChanged constinit property declarations
static const UECodeGen_Private::FStrPropertyParams NewProp_NewString;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnMetaSoundBuilderDocumentMetadataStringChanged constinit property declarations
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnMetaSoundBuilderDocumentMetadataStringChanged Property Definitions *
const UECodeGen_Private::FStrPropertyParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataStringChanged__DelegateSignature_Statics::NewProp_NewString = { "NewString", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataStringChanged_Parms, NewString), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataStringChanged__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataStringChanged__DelegateSignature_Statics::NewProp_NewString,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataStringChanged__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnMetaSoundBuilderDocumentMetadataStringChanged Property Definitions ***
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataStringChanged__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_MetasoundEditor, nullptr, "OnMetaSoundBuilderDocumentMetadataStringChanged__DelegateSignature", Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataStringChanged__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataStringChanged__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataStringChanged__DelegateSignature_Statics::_Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataStringChanged_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataStringChanged__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataStringChanged__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataStringChanged__DelegateSignature_Statics::_Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataStringChanged_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataStringChanged__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataStringChanged__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnMetaSoundBuilderDocumentMetadataStringChanged_DelegateWrapper(const FMulticastScriptDelegate& OnMetaSoundBuilderDocumentMetadataStringChanged, const FString& NewString)
{
struct _Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataStringChanged_Parms
{
FString NewString;
};
_Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataStringChanged_Parms Parms;
Parms.NewString=NewString;
OnMetaSoundBuilderDocumentMetadataStringChanged.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnMetaSoundBuilderDocumentMetadataStringChanged ************************
// ********** Begin Delegate FOnMetaSoundBuilderDocumentMetadataBoolChanged ************************
struct Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature_Statics
{
struct _Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataBoolChanged_Parms
{
bool NewBool;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnMetaSoundBuilderDocumentMetadataBoolChanged constinit property declarations
static void NewProp_NewBool_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_NewBool;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnMetaSoundBuilderDocumentMetadataBoolChanged constinit property declarations
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnMetaSoundBuilderDocumentMetadataBoolChanged Property Definitions ***
void Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature_Statics::NewProp_NewBool_SetBit(void* Obj)
{
((_Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataBoolChanged_Parms*)Obj)->NewBool = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature_Statics::NewProp_NewBool = { "NewBool", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(_Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataBoolChanged_Parms), &Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature_Statics::NewProp_NewBool_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature_Statics::NewProp_NewBool,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnMetaSoundBuilderDocumentMetadataBoolChanged Property Definitions *****
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_MetasoundEditor, nullptr, "OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature", Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature_Statics::_Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataBoolChanged_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature_Statics::_Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataBoolChanged_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnMetaSoundBuilderDocumentMetadataBoolChanged_DelegateWrapper(const FMulticastScriptDelegate& OnMetaSoundBuilderDocumentMetadataBoolChanged, bool NewBool)
{
struct _Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataBoolChanged_Parms
{
bool NewBool;
};
_Script_MetasoundEditor_eventOnMetaSoundBuilderDocumentMetadataBoolChanged_Parms Parms;
Parms.NewBool=NewBool ? true : false;
OnMetaSoundBuilderDocumentMetadataBoolChanged.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnMetaSoundBuilderDocumentMetadataBoolChanged **************************
// ********** Begin Delegate FOnMetaSoundBuilderGraphInterfaceMutate *******************************
struct Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature_Statics
{
struct _Script_MetasoundEditor_eventOnMetaSoundBuilderGraphInterfaceMutate_Parms
{
FName VertexName;
FName DataType;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnMetaSoundBuilderGraphInterfaceMutate constinit property declarations
static const UECodeGen_Private::FNamePropertyParams NewProp_VertexName;
static const UECodeGen_Private::FNamePropertyParams NewProp_DataType;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnMetaSoundBuilderGraphInterfaceMutate constinit property declarations *
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnMetaSoundBuilderGraphInterfaceMutate Property Definitions **********
const UECodeGen_Private::FNamePropertyParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature_Statics::NewProp_VertexName = { "VertexName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphInterfaceMutate_Parms, VertexName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature_Statics::NewProp_DataType = { "DataType", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphInterfaceMutate_Parms, DataType), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature_Statics::NewProp_VertexName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature_Statics::NewProp_DataType,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnMetaSoundBuilderGraphInterfaceMutate Property Definitions ************
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_MetasoundEditor, nullptr, "OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature", Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature_Statics::_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphInterfaceMutate_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature_Statics::_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphInterfaceMutate_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnMetaSoundBuilderGraphInterfaceMutate_DelegateWrapper(const FMulticastScriptDelegate& OnMetaSoundBuilderGraphInterfaceMutate, FName VertexName, FName DataType)
{
struct _Script_MetasoundEditor_eventOnMetaSoundBuilderGraphInterfaceMutate_Parms
{
FName VertexName;
FName DataType;
};
_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphInterfaceMutate_Parms Parms;
Parms.VertexName=VertexName;
Parms.DataType=DataType;
OnMetaSoundBuilderGraphInterfaceMutate.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnMetaSoundBuilderGraphInterfaceMutate *********************************
// ********** Begin Delegate FOnMetaSoundBuilderGraphLiteralMutate *********************************
struct Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature_Statics
{
struct _Script_MetasoundEditor_eventOnMetaSoundBuilderGraphLiteralMutate_Parms
{
FName VertexName;
FMetasoundFrontendLiteral LiteralValue;
FName PageName;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnMetaSoundBuilderGraphLiteralMutate constinit property declarations *
static const UECodeGen_Private::FNamePropertyParams NewProp_VertexName;
static const UECodeGen_Private::FStructPropertyParams NewProp_LiteralValue;
static const UECodeGen_Private::FNamePropertyParams NewProp_PageName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnMetaSoundBuilderGraphLiteralMutate constinit property declarations ***
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnMetaSoundBuilderGraphLiteralMutate Property Definitions ************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature_Statics::NewProp_VertexName = { "VertexName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphLiteralMutate_Parms, VertexName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature_Statics::NewProp_LiteralValue = { "LiteralValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphLiteralMutate_Parms, LiteralValue), Z_Construct_UScriptStruct_FMetasoundFrontendLiteral, METADATA_PARAMS(0, nullptr) }; // 2216509155
const UECodeGen_Private::FNamePropertyParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature_Statics::NewProp_PageName = { "PageName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphLiteralMutate_Parms, PageName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature_Statics::NewProp_VertexName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature_Statics::NewProp_LiteralValue,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature_Statics::NewProp_PageName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnMetaSoundBuilderGraphLiteralMutate Property Definitions **************
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_MetasoundEditor, nullptr, "OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature", Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature_Statics::_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphLiteralMutate_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature_Statics::_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphLiteralMutate_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnMetaSoundBuilderGraphLiteralMutate_DelegateWrapper(const FMulticastScriptDelegate& OnMetaSoundBuilderGraphLiteralMutate, FName VertexName, FMetasoundFrontendLiteral LiteralValue, FName PageName)
{
struct _Script_MetasoundEditor_eventOnMetaSoundBuilderGraphLiteralMutate_Parms
{
FName VertexName;
FMetasoundFrontendLiteral LiteralValue;
FName PageName;
};
_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphLiteralMutate_Parms Parms;
Parms.VertexName=VertexName;
Parms.LiteralValue=LiteralValue;
Parms.PageName=PageName;
OnMetaSoundBuilderGraphLiteralMutate.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnMetaSoundBuilderGraphLiteralMutate ***********************************
// ********** Begin Delegate FOnMetaSoundBuilderGraphVertexRename **********************************
struct Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature_Statics
{
struct _Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexRename_Parms
{
FName OldName;
FName NewName;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnMetaSoundBuilderGraphVertexRename constinit property declarations **
static const UECodeGen_Private::FNamePropertyParams NewProp_OldName;
static const UECodeGen_Private::FNamePropertyParams NewProp_NewName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnMetaSoundBuilderGraphVertexRename constinit property declarations ****
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnMetaSoundBuilderGraphVertexRename Property Definitions *************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature_Statics::NewProp_OldName = { "OldName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexRename_Parms, OldName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature_Statics::NewProp_NewName = { "NewName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexRename_Parms, NewName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature_Statics::NewProp_OldName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature_Statics::NewProp_NewName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnMetaSoundBuilderGraphVertexRename Property Definitions ***************
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_MetasoundEditor, nullptr, "OnMetaSoundBuilderGraphVertexRename__DelegateSignature", Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature_Statics::_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexRename_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature_Statics::_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexRename_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnMetaSoundBuilderGraphVertexRename_DelegateWrapper(const FMulticastScriptDelegate& OnMetaSoundBuilderGraphVertexRename, FName OldName, FName NewName)
{
struct _Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexRename_Parms
{
FName OldName;
FName NewName;
};
_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexRename_Parms Parms;
Parms.OldName=OldName;
Parms.NewName=NewName;
OnMetaSoundBuilderGraphVertexRename.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnMetaSoundBuilderGraphVertexRename ************************************
// ********** Begin Delegate FOnMetaSoundBuilderGraphVertexBoolChanged *****************************
struct Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature_Statics
{
struct _Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexBoolChanged_Parms
{
FName VertexName;
bool bNewBool;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnMetaSoundBuilderGraphVertexBoolChanged constinit property declarations
static const UECodeGen_Private::FNamePropertyParams NewProp_VertexName;
static void NewProp_bNewBool_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bNewBool;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnMetaSoundBuilderGraphVertexBoolChanged constinit property declarations
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnMetaSoundBuilderGraphVertexBoolChanged Property Definitions ********
const UECodeGen_Private::FNamePropertyParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature_Statics::NewProp_VertexName = { "VertexName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexBoolChanged_Parms, VertexName), METADATA_PARAMS(0, nullptr) };
void Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature_Statics::NewProp_bNewBool_SetBit(void* Obj)
{
((_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexBoolChanged_Parms*)Obj)->bNewBool = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature_Statics::NewProp_bNewBool = { "bNewBool", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexBoolChanged_Parms), &Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature_Statics::NewProp_bNewBool_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature_Statics::NewProp_VertexName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature_Statics::NewProp_bNewBool,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnMetaSoundBuilderGraphVertexBoolChanged Property Definitions **********
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_MetasoundEditor, nullptr, "OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature", Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature_Statics::_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexBoolChanged_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature_Statics::_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexBoolChanged_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnMetaSoundBuilderGraphVertexBoolChanged_DelegateWrapper(const FMulticastScriptDelegate& OnMetaSoundBuilderGraphVertexBoolChanged, FName VertexName, bool bNewBool)
{
struct _Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexBoolChanged_Parms
{
FName VertexName;
bool bNewBool;
};
_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexBoolChanged_Parms Parms;
Parms.VertexName=VertexName;
Parms.bNewBool=bNewBool ? true : false;
OnMetaSoundBuilderGraphVertexBoolChanged.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnMetaSoundBuilderGraphVertexBoolChanged *******************************
// ********** Begin Delegate FOnMetaSoundBuilderGraphVertexIntChanged ******************************
struct Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature_Statics
{
struct _Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexIntChanged_Parms
{
FName VertexName;
int32 NewInt;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnMetaSoundBuilderGraphVertexIntChanged constinit property declarations
static const UECodeGen_Private::FNamePropertyParams NewProp_VertexName;
static const UECodeGen_Private::FIntPropertyParams NewProp_NewInt;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnMetaSoundBuilderGraphVertexIntChanged constinit property declarations
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnMetaSoundBuilderGraphVertexIntChanged Property Definitions *********
const UECodeGen_Private::FNamePropertyParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature_Statics::NewProp_VertexName = { "VertexName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexIntChanged_Parms, VertexName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature_Statics::NewProp_NewInt = { "NewInt", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexIntChanged_Parms, NewInt), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature_Statics::NewProp_VertexName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature_Statics::NewProp_NewInt,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnMetaSoundBuilderGraphVertexIntChanged Property Definitions ***********
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_MetasoundEditor, nullptr, "OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature", Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature_Statics::_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexIntChanged_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature_Statics::_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexIntChanged_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnMetaSoundBuilderGraphVertexIntChanged_DelegateWrapper(const FMulticastScriptDelegate& OnMetaSoundBuilderGraphVertexIntChanged, FName VertexName, int32 NewInt)
{
struct _Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexIntChanged_Parms
{
FName VertexName;
int32 NewInt;
};
_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexIntChanged_Parms Parms;
Parms.VertexName=VertexName;
Parms.NewInt=NewInt;
OnMetaSoundBuilderGraphVertexIntChanged.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnMetaSoundBuilderGraphVertexIntChanged ********************************
// ********** Begin Delegate FOnMetaSoundBuilderGraphVertexTextChanged *****************************
struct Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature_Statics
{
struct _Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexTextChanged_Parms
{
FName VertexName;
FText NewText;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnMetaSoundBuilderGraphVertexTextChanged constinit property declarations
static const UECodeGen_Private::FNamePropertyParams NewProp_VertexName;
static const UECodeGen_Private::FTextPropertyParams NewProp_NewText;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnMetaSoundBuilderGraphVertexTextChanged constinit property declarations
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnMetaSoundBuilderGraphVertexTextChanged Property Definitions ********
const UECodeGen_Private::FNamePropertyParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature_Statics::NewProp_VertexName = { "VertexName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexTextChanged_Parms, VertexName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FTextPropertyParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature_Statics::NewProp_NewText = { "NewText", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexTextChanged_Parms, NewText), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature_Statics::NewProp_VertexName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature_Statics::NewProp_NewText,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnMetaSoundBuilderGraphVertexTextChanged Property Definitions **********
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_MetasoundEditor, nullptr, "OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature", Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature_Statics::_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexTextChanged_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature_Statics::_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexTextChanged_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FOnMetaSoundBuilderGraphVertexTextChanged_DelegateWrapper(const FMulticastScriptDelegate& OnMetaSoundBuilderGraphVertexTextChanged, FName VertexName, const FText& NewText)
{
struct _Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexTextChanged_Parms
{
FName VertexName;
FText NewText;
};
_Script_MetasoundEditor_eventOnMetaSoundBuilderGraphVertexTextChanged_Parms Parms;
Parms.VertexName=VertexName;
Parms.NewText=NewText;
OnMetaSoundBuilderGraphVertexTextChanged.ProcessMulticastDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnMetaSoundBuilderGraphVertexTextChanged *******************************
// ********** Begin Class UMetaSoundEditorBuilderListener Function RemoveAllDelegates **************
struct Z_Construct_UFunction_UMetaSoundEditorBuilderListener_RemoveAllDelegates_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|MetaSound|BuilderListener" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
#endif // WITH_METADATA
// ********** Begin Function RemoveAllDelegates constinit property declarations ********************
// ********** End Function RemoveAllDelegates constinit property declarations **********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetaSoundEditorBuilderListener_RemoveAllDelegates_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetaSoundEditorBuilderListener, nullptr, "RemoveAllDelegates", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundEditorBuilderListener_RemoveAllDelegates_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetaSoundEditorBuilderListener_RemoveAllDelegates_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UMetaSoundEditorBuilderListener_RemoveAllDelegates()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetaSoundEditorBuilderListener_RemoveAllDelegates_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMetaSoundEditorBuilderListener::execRemoveAllDelegates)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->RemoveAllDelegates();
P_NATIVE_END;
}
// ********** End Class UMetaSoundEditorBuilderListener Function RemoveAllDelegates ****************
// ********** Begin Class UMetaSoundEditorBuilderListener ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetaSoundEditorBuilderListener;
UClass* UMetaSoundEditorBuilderListener::GetPrivateStaticClass()
{
using TClass = UMetaSoundEditorBuilderListener;
if (!Z_Registration_Info_UClass_UMetaSoundEditorBuilderListener.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetaSoundEditorBuilderListener"),
Z_Registration_Info_UClass_UMetaSoundEditorBuilderListener.InnerSingleton,
StaticRegisterNativesUMetaSoundEditorBuilderListener,
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_UMetaSoundEditorBuilderListener.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetaSoundEditorBuilderListener_NoRegister()
{
return UMetaSoundEditorBuilderListener::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "IncludePath", "MetasoundEditorBuilderListener.h" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnDocumentDisplayNameChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener" },
{ "DisplayName", "On Document Display Name Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnDocumentDescriptionChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener" },
{ "DisplayName", "On Document Description Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnDocumentAuthorChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener" },
{ "DisplayName", "On Document Author Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnDocumentKeywordsChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener" },
{ "DisplayName", "On Document Keywords Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnDocumentCategoryHierarchyChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener" },
{ "DisplayName", "On Document Category Hierarchy Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnDocumentIsDeprecatedChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener" },
{ "DisplayName", "On Document Is Deprecated Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnGraphInputAddedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener|InputDelegates" },
{ "DisplayName", "On Graph Input Added" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnRemovingGraphInputDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener|InputDelegates" },
{ "DisplayName", "On Graph Input Removed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnGraphInputNameChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener|InputDelegates" },
{ "DisplayName", "On Graph Input Name Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnGraphInputDisplayNameChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener|InputDelegates" },
{ "DisplayName", "On Graph Input Display Name Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnGraphInputDataTypeChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener|InputDelegates" },
{ "DisplayName", "On Graph Input Data Type Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnGraphInputDescriptionChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener|InputDelegates" },
{ "DisplayName", "On Graph Input Description Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnGraphInputSortOrderIndexChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener|InputDelegates" },
{ "DisplayName", "On Graph Input Sort Order Index Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnGraphInputIsConstructorPinChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener|InputDelegates" },
{ "DisplayName", "On Graph Input Is Constructor Pin Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnGraphInputIsAdvancedDisplayChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener|InputDelegates" },
{ "DisplayName", "On Graph Input Is Advanced Display Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnGraphInputDefaultChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener|InputDelegates" },
{ "DisplayName", "On Graph Input Default Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnGraphInputInheritsDefaultChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener|InputDelegates" },
{ "DisplayName", "On Graph Input Inherits Default Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnGraphOutputAddedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener|OutputDelegates" },
{ "DisplayName", "On Graph Output Added" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnRemovingGraphOutputDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener|OutputDelegates" },
{ "DisplayName", "On Graph Output Removed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnGraphOutputNameChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener|OutputDelegates" },
{ "DisplayName", "On Graph Output Name Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnGraphOutputDisplayNameChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener|OutputDelegates" },
{ "DisplayName", "On Graph Output Display Name Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnGraphOutputDataTypeChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener|OutputDelegates" },
{ "DisplayName", "On Graph Output Data Type Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnGraphOutputDescriptionChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener|OutputDelegates" },
{ "DisplayName", "On Graph Output Description Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnGraphOutputSortOrderIndexChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener|OutputDelegates" },
{ "DisplayName", "On Graph Output Sort Order Index Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnGraphOutputIsConstructorPinChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener|OutputDelegates" },
{ "DisplayName", "On Graph Output Is Constructor Pin Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnGraphOutputIsAdvancedDisplayChangedDelegate_MetaData[] = {
{ "Category", "Audio|MetaSound|BuilderListener|OutputDelegates" },
{ "DisplayName", "On Graph Output Is Advanced Display Changed" },
{ "ModuleRelativePath", "Public/MetasoundEditorBuilderListener.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetaSoundEditorBuilderListener constinit property declarations **********
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnDocumentDisplayNameChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnDocumentDescriptionChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnDocumentAuthorChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnDocumentKeywordsChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnDocumentCategoryHierarchyChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnDocumentIsDeprecatedChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnGraphInputAddedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnRemovingGraphInputDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnGraphInputNameChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnGraphInputDisplayNameChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnGraphInputDataTypeChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnGraphInputDescriptionChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnGraphInputSortOrderIndexChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnGraphInputIsConstructorPinChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnGraphInputIsAdvancedDisplayChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnGraphInputDefaultChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnGraphInputInheritsDefaultChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnGraphOutputAddedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnRemovingGraphOutputDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnGraphOutputNameChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnGraphOutputDisplayNameChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnGraphOutputDataTypeChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnGraphOutputDescriptionChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnGraphOutputSortOrderIndexChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnGraphOutputIsConstructorPinChangedDelegate;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnGraphOutputIsAdvancedDisplayChangedDelegate;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMetaSoundEditorBuilderListener constinit property declarations ************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("RemoveAllDelegates"), .Pointer = &UMetaSoundEditorBuilderListener::execRemoveAllDelegates },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UMetaSoundEditorBuilderListener_RemoveAllDelegates, "RemoveAllDelegates" }, // 1542538433
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetaSoundEditorBuilderListener>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics
// ********** Begin Class UMetaSoundEditorBuilderListener Property Definitions *********************
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnDocumentDisplayNameChangedDelegate = { "OnDocumentDisplayNameChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnDocumentDisplayNameChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnDocumentDisplayNameChangedDelegate_MetaData), NewProp_OnDocumentDisplayNameChangedDelegate_MetaData) }; // 1260303445
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnDocumentDescriptionChangedDelegate = { "OnDocumentDescriptionChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnDocumentDescriptionChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnDocumentDescriptionChangedDelegate_MetaData), NewProp_OnDocumentDescriptionChangedDelegate_MetaData) }; // 1260303445
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnDocumentAuthorChangedDelegate = { "OnDocumentAuthorChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnDocumentAuthorChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataStringChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnDocumentAuthorChangedDelegate_MetaData), NewProp_OnDocumentAuthorChangedDelegate_MetaData) }; // 1219418240
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnDocumentKeywordsChangedDelegate = { "OnDocumentKeywordsChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnDocumentKeywordsChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnDocumentKeywordsChangedDelegate_MetaData), NewProp_OnDocumentKeywordsChangedDelegate_MetaData) }; // 1231837143
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnDocumentCategoryHierarchyChangedDelegate = { "OnDocumentCategoryHierarchyChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnDocumentCategoryHierarchyChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataTextArrayChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnDocumentCategoryHierarchyChangedDelegate_MetaData), NewProp_OnDocumentCategoryHierarchyChangedDelegate_MetaData) }; // 1231837143
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnDocumentIsDeprecatedChangedDelegate = { "OnDocumentIsDeprecatedChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnDocumentIsDeprecatedChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderDocumentMetadataBoolChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnDocumentIsDeprecatedChangedDelegate_MetaData), NewProp_OnDocumentIsDeprecatedChangedDelegate_MetaData) }; // 1936401719
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphInputAddedDelegate = { "OnGraphInputAddedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnGraphInputAddedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnGraphInputAddedDelegate_MetaData), NewProp_OnGraphInputAddedDelegate_MetaData) }; // 1478227734
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnRemovingGraphInputDelegate = { "OnRemovingGraphInputDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnRemovingGraphInputDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnRemovingGraphInputDelegate_MetaData), NewProp_OnRemovingGraphInputDelegate_MetaData) }; // 1478227734
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphInputNameChangedDelegate = { "OnGraphInputNameChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnGraphInputNameChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnGraphInputNameChangedDelegate_MetaData), NewProp_OnGraphInputNameChangedDelegate_MetaData) }; // 999670367
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphInputDisplayNameChangedDelegate = { "OnGraphInputDisplayNameChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnGraphInputDisplayNameChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnGraphInputDisplayNameChangedDelegate_MetaData), NewProp_OnGraphInputDisplayNameChangedDelegate_MetaData) }; // 732605882
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphInputDataTypeChangedDelegate = { "OnGraphInputDataTypeChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnGraphInputDataTypeChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnGraphInputDataTypeChangedDelegate_MetaData), NewProp_OnGraphInputDataTypeChangedDelegate_MetaData) }; // 1478227734
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphInputDescriptionChangedDelegate = { "OnGraphInputDescriptionChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnGraphInputDescriptionChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnGraphInputDescriptionChangedDelegate_MetaData), NewProp_OnGraphInputDescriptionChangedDelegate_MetaData) }; // 732605882
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphInputSortOrderIndexChangedDelegate = { "OnGraphInputSortOrderIndexChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnGraphInputSortOrderIndexChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnGraphInputSortOrderIndexChangedDelegate_MetaData), NewProp_OnGraphInputSortOrderIndexChangedDelegate_MetaData) }; // 2498619957
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphInputIsConstructorPinChangedDelegate = { "OnGraphInputIsConstructorPinChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnGraphInputIsConstructorPinChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnGraphInputIsConstructorPinChangedDelegate_MetaData), NewProp_OnGraphInputIsConstructorPinChangedDelegate_MetaData) }; // 881425565
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphInputIsAdvancedDisplayChangedDelegate = { "OnGraphInputIsAdvancedDisplayChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnGraphInputIsAdvancedDisplayChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnGraphInputIsAdvancedDisplayChangedDelegate_MetaData), NewProp_OnGraphInputIsAdvancedDisplayChangedDelegate_MetaData) }; // 881425565
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphInputDefaultChangedDelegate = { "OnGraphInputDefaultChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnGraphInputDefaultChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphLiteralMutate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnGraphInputDefaultChangedDelegate_MetaData), NewProp_OnGraphInputDefaultChangedDelegate_MetaData) }; // 2571146562
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphInputInheritsDefaultChangedDelegate = { "OnGraphInputInheritsDefaultChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnGraphInputInheritsDefaultChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnGraphInputInheritsDefaultChangedDelegate_MetaData), NewProp_OnGraphInputInheritsDefaultChangedDelegate_MetaData) }; // 881425565
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphOutputAddedDelegate = { "OnGraphOutputAddedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnGraphOutputAddedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnGraphOutputAddedDelegate_MetaData), NewProp_OnGraphOutputAddedDelegate_MetaData) }; // 1478227734
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnRemovingGraphOutputDelegate = { "OnRemovingGraphOutputDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnRemovingGraphOutputDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnRemovingGraphOutputDelegate_MetaData), NewProp_OnRemovingGraphOutputDelegate_MetaData) }; // 1478227734
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphOutputNameChangedDelegate = { "OnGraphOutputNameChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnGraphOutputNameChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexRename__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnGraphOutputNameChangedDelegate_MetaData), NewProp_OnGraphOutputNameChangedDelegate_MetaData) }; // 999670367
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphOutputDisplayNameChangedDelegate = { "OnGraphOutputDisplayNameChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnGraphOutputDisplayNameChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnGraphOutputDisplayNameChangedDelegate_MetaData), NewProp_OnGraphOutputDisplayNameChangedDelegate_MetaData) }; // 732605882
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphOutputDataTypeChangedDelegate = { "OnGraphOutputDataTypeChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnGraphOutputDataTypeChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphInterfaceMutate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnGraphOutputDataTypeChangedDelegate_MetaData), NewProp_OnGraphOutputDataTypeChangedDelegate_MetaData) }; // 1478227734
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphOutputDescriptionChangedDelegate = { "OnGraphOutputDescriptionChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnGraphOutputDescriptionChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexTextChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnGraphOutputDescriptionChangedDelegate_MetaData), NewProp_OnGraphOutputDescriptionChangedDelegate_MetaData) }; // 732605882
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphOutputSortOrderIndexChangedDelegate = { "OnGraphOutputSortOrderIndexChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnGraphOutputSortOrderIndexChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexIntChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnGraphOutputSortOrderIndexChangedDelegate_MetaData), NewProp_OnGraphOutputSortOrderIndexChangedDelegate_MetaData) }; // 2498619957
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphOutputIsConstructorPinChangedDelegate = { "OnGraphOutputIsConstructorPinChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnGraphOutputIsConstructorPinChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnGraphOutputIsConstructorPinChangedDelegate_MetaData), NewProp_OnGraphOutputIsConstructorPinChangedDelegate_MetaData) }; // 881425565
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphOutputIsAdvancedDisplayChangedDelegate = { "OnGraphOutputIsAdvancedDisplayChangedDelegate", nullptr, (EPropertyFlags)0x0010100010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundEditorBuilderListener, OnGraphOutputIsAdvancedDisplayChangedDelegate), Z_Construct_UDelegateFunction_MetasoundEditor_OnMetaSoundBuilderGraphVertexBoolChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnGraphOutputIsAdvancedDisplayChangedDelegate_MetaData), NewProp_OnGraphOutputIsAdvancedDisplayChangedDelegate_MetaData) }; // 881425565
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnDocumentDisplayNameChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnDocumentDescriptionChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnDocumentAuthorChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnDocumentKeywordsChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnDocumentCategoryHierarchyChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnDocumentIsDeprecatedChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphInputAddedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnRemovingGraphInputDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphInputNameChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphInputDisplayNameChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphInputDataTypeChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphInputDescriptionChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphInputSortOrderIndexChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphInputIsConstructorPinChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphInputIsAdvancedDisplayChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphInputDefaultChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphInputInheritsDefaultChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphOutputAddedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnRemovingGraphOutputDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphOutputNameChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphOutputDisplayNameChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphOutputDataTypeChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphOutputDescriptionChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphOutputSortOrderIndexChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphOutputIsConstructorPinChangedDelegate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::NewProp_OnGraphOutputIsAdvancedDisplayChangedDelegate,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::PropPointers) < 2048);
// ********** End Class UMetaSoundEditorBuilderListener Property Definitions ***********************
UObject* (*const Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::ClassParams = {
&UMetaSoundEditorBuilderListener::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::PropPointers),
0,
0x008800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::Class_MetaDataParams)
};
void UMetaSoundEditorBuilderListener::StaticRegisterNativesUMetaSoundEditorBuilderListener()
{
UClass* Class = UMetaSoundEditorBuilderListener::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::Funcs));
}
UClass* Z_Construct_UClass_UMetaSoundEditorBuilderListener()
{
if (!Z_Registration_Info_UClass_UMetaSoundEditorBuilderListener.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetaSoundEditorBuilderListener.OuterSingleton, Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetaSoundEditorBuilderListener.OuterSingleton;
}
UMetaSoundEditorBuilderListener::UMetaSoundEditorBuilderListener(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetaSoundEditorBuilderListener);
// ********** End Class UMetaSoundEditorBuilderListener ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h__Script_MetasoundEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMetaSoundEditorBuilderListener, UMetaSoundEditorBuilderListener::StaticClass, TEXT("UMetaSoundEditorBuilderListener"), &Z_Registration_Info_UClass_UMetaSoundEditorBuilderListener, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetaSoundEditorBuilderListener), 3738292568U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h__Script_MetasoundEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h__Script_MetasoundEditor_4226381415{
TEXT("/Script/MetasoundEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h__Script_MetasoundEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h__Script_MetasoundEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,138 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "MetasoundEditorBuilderListener.h"
#ifdef METASOUNDEDITOR_MetasoundEditorBuilderListener_generated_h
#error "MetasoundEditorBuilderListener.generated.h already included, missing '#pragma once' in MetasoundEditorBuilderListener.h"
#endif
#define METASOUNDEDITOR_MetasoundEditorBuilderListener_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
struct FMetasoundFrontendLiteral;
// ********** Begin Delegate FOnMetaSoundBuilderDocumentMetadataTextChanged ************************
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h_15_DELEGATE \
METASOUNDEDITOR_API void FOnMetaSoundBuilderDocumentMetadataTextChanged_DelegateWrapper(const FMulticastScriptDelegate& OnMetaSoundBuilderDocumentMetadataTextChanged, const FText& NewText);
// ********** End Delegate FOnMetaSoundBuilderDocumentMetadataTextChanged **************************
// ********** Begin Delegate FOnMetaSoundBuilderDocumentMetadataTextArrayChanged *******************
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h_16_DELEGATE \
METASOUNDEDITOR_API void FOnMetaSoundBuilderDocumentMetadataTextArrayChanged_DelegateWrapper(const FMulticastScriptDelegate& OnMetaSoundBuilderDocumentMetadataTextArrayChanged, const TArray<FText>& NewTextArray);
// ********** End Delegate FOnMetaSoundBuilderDocumentMetadataTextArrayChanged *********************
// ********** Begin Delegate FOnMetaSoundBuilderDocumentMetadataStringChanged **********************
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h_17_DELEGATE \
METASOUNDEDITOR_API void FOnMetaSoundBuilderDocumentMetadataStringChanged_DelegateWrapper(const FMulticastScriptDelegate& OnMetaSoundBuilderDocumentMetadataStringChanged, const FString& NewString);
// ********** End Delegate FOnMetaSoundBuilderDocumentMetadataStringChanged ************************
// ********** Begin Delegate FOnMetaSoundBuilderDocumentMetadataBoolChanged ************************
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h_18_DELEGATE \
METASOUNDEDITOR_API void FOnMetaSoundBuilderDocumentMetadataBoolChanged_DelegateWrapper(const FMulticastScriptDelegate& OnMetaSoundBuilderDocumentMetadataBoolChanged, bool NewBool);
// ********** End Delegate FOnMetaSoundBuilderDocumentMetadataBoolChanged **************************
// ********** Begin Delegate FOnMetaSoundBuilderGraphInterfaceMutate *******************************
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h_19_DELEGATE \
METASOUNDEDITOR_API void FOnMetaSoundBuilderGraphInterfaceMutate_DelegateWrapper(const FMulticastScriptDelegate& OnMetaSoundBuilderGraphInterfaceMutate, FName VertexName, FName DataType);
// ********** End Delegate FOnMetaSoundBuilderGraphInterfaceMutate *********************************
// ********** Begin Delegate FOnMetaSoundBuilderGraphLiteralMutate *********************************
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h_20_DELEGATE \
METASOUNDEDITOR_API void FOnMetaSoundBuilderGraphLiteralMutate_DelegateWrapper(const FMulticastScriptDelegate& OnMetaSoundBuilderGraphLiteralMutate, FName VertexName, FMetasoundFrontendLiteral LiteralValue, FName PageName);
// ********** End Delegate FOnMetaSoundBuilderGraphLiteralMutate ***********************************
// ********** Begin Delegate FOnMetaSoundBuilderGraphVertexRename **********************************
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h_21_DELEGATE \
METASOUNDEDITOR_API void FOnMetaSoundBuilderGraphVertexRename_DelegateWrapper(const FMulticastScriptDelegate& OnMetaSoundBuilderGraphVertexRename, FName OldName, FName NewName);
// ********** End Delegate FOnMetaSoundBuilderGraphVertexRename ************************************
// ********** Begin Delegate FOnMetaSoundBuilderGraphVertexBoolChanged *****************************
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h_22_DELEGATE \
METASOUNDEDITOR_API void FOnMetaSoundBuilderGraphVertexBoolChanged_DelegateWrapper(const FMulticastScriptDelegate& OnMetaSoundBuilderGraphVertexBoolChanged, FName VertexName, bool bNewBool);
// ********** End Delegate FOnMetaSoundBuilderGraphVertexBoolChanged *******************************
// ********** Begin Delegate FOnMetaSoundBuilderGraphVertexIntChanged ******************************
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h_23_DELEGATE \
METASOUNDEDITOR_API void FOnMetaSoundBuilderGraphVertexIntChanged_DelegateWrapper(const FMulticastScriptDelegate& OnMetaSoundBuilderGraphVertexIntChanged, FName VertexName, int32 NewInt);
// ********** End Delegate FOnMetaSoundBuilderGraphVertexIntChanged ********************************
// ********** Begin Delegate FOnMetaSoundBuilderGraphVertexTextChanged *****************************
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h_24_DELEGATE \
METASOUNDEDITOR_API void FOnMetaSoundBuilderGraphVertexTextChanged_DelegateWrapper(const FMulticastScriptDelegate& OnMetaSoundBuilderGraphVertexTextChanged, FName VertexName, const FText& NewText);
// ********** End Delegate FOnMetaSoundBuilderGraphVertexTextChanged *******************************
// ********** Begin Class UMetaSoundEditorBuilderListener ******************************************
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h_30_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execRemoveAllDelegates);
struct Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetaSoundEditorBuilderListener_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h_30_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetaSoundEditorBuilderListener(); \
friend struct ::Z_Construct_UClass_UMetaSoundEditorBuilderListener_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetaSoundEditorBuilderListener_NoRegister(); \
public: \
DECLARE_CLASS2(UMetaSoundEditorBuilderListener, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetaSoundEditorBuilderListener_NoRegister) \
DECLARE_SERIALIZER(UMetaSoundEditorBuilderListener)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h_30_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetaSoundEditorBuilderListener(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetaSoundEditorBuilderListener(UMetaSoundEditorBuilderListener&&) = delete; \
UMetaSoundEditorBuilderListener(const UMetaSoundEditorBuilderListener&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetaSoundEditorBuilderListener); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetaSoundEditorBuilderListener); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetaSoundEditorBuilderListener)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h_26_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h_30_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h_30_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h_30_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h_30_ENHANCED_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetaSoundEditorBuilderListener;
// ********** End Class UMetaSoundEditorBuilderListener ********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorBuilderListener_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@@ -0,0 +1,994 @@
// 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 "MetasoundEditorGraph.h"
#include "MetasoundFrontendDocument.h"
#include "MetasoundFrontendLiteral.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetasoundEditorGraph() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraph();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraph_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphInput();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphInput_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphMember();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphMember_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultLiteral();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultLiteral_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphOutput();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphOutput_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphVariable();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphVariable_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphVertex();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphVertex_NoRegister();
METASOUNDEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb();
METASOUNDEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb();
METASOUNDEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb();
METASOUNDENGINE_API UClass* Z_Construct_UClass_UMetasoundEditorGraphBase();
METASOUNDFRONTEND_API UClass* Z_Construct_UClass_UMetaSoundFrontendMemberMetadata();
METASOUNDFRONTEND_API UEnum* Z_Construct_UEnum_MetasoundFrontend_EMetasoundFrontendVertexAccessType();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundFrontendClassName();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundFrontendLiteral();
UPackage* Z_Construct_UPackage__Script_MetasoundEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMetasoundEditorGraphMemberBreadcrumb *****************************
struct Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMetasoundEditorGraphMemberBreadcrumb); }
static inline consteval int16 GetStructAlignment() { return alignof(FMetasoundEditorGraphMemberBreadcrumb); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "// namespace Metasound\n" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
{ "ToolTip", "namespace Metasound" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MemberName_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Description_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMetasoundEditorGraphMemberBreadcrumb constinit property declarations
static const UECodeGen_Private::FNamePropertyParams NewProp_MemberName;
static const UECodeGen_Private::FTextPropertyParams NewProp_Description;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMetasoundEditorGraphMemberBreadcrumb constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMetasoundEditorGraphMemberBreadcrumb>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb;
class UScriptStruct* FMetasoundEditorGraphMemberBreadcrumb::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb, (UObject*)Z_Construct_UPackage__Script_MetasoundEditor(), TEXT("MetasoundEditorGraphMemberBreadcrumb"));
}
return Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb.OuterSingleton;
}
// ********** Begin ScriptStruct FMetasoundEditorGraphMemberBreadcrumb Property Definitions ********
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb_Statics::NewProp_MemberName = { "MemberName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundEditorGraphMemberBreadcrumb, MemberName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MemberName_MetaData), NewProp_MemberName_MetaData) };
const UECodeGen_Private::FTextPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb_Statics::NewProp_Description = { "Description", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundEditorGraphMemberBreadcrumb, Description), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Description_MetaData), NewProp_Description_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb_Statics::NewProp_MemberName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb_Statics::NewProp_Description,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMetasoundEditorGraphMemberBreadcrumb Property Definitions **********
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
nullptr,
&NewStructOps,
"MetasoundEditorGraphMemberBreadcrumb",
Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb_Statics::PropPointers),
sizeof(FMetasoundEditorGraphMemberBreadcrumb),
alignof(FMetasoundEditorGraphMemberBreadcrumb),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb()
{
if (!Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb.InnerSingleton, Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb.InnerSingleton);
}
// ********** End ScriptStruct FMetasoundEditorGraphMemberBreadcrumb *******************************
// ********** Begin ScriptStruct FMetasoundEditorGraphVertexBreadcrumb *****************************
struct Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMetasoundEditorGraphVertexBreadcrumb); }
static inline consteval int16 GetStructAlignment() { return alignof(FMetasoundEditorGraphVertexBreadcrumb); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AccessType_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultLiterals_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsAdvancedDisplay_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SortOrderIndex_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMetasoundEditorGraphVertexBreadcrumb constinit property declarations
static const UECodeGen_Private::FIntPropertyParams NewProp_AccessType_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_AccessType;
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultLiterals_ValueProp;
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultLiterals_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_DefaultLiterals;
static void NewProp_bIsAdvancedDisplay_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsAdvancedDisplay;
static const UECodeGen_Private::FIntPropertyParams NewProp_SortOrderIndex;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMetasoundEditorGraphVertexBreadcrumb constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMetasoundEditorGraphVertexBreadcrumb>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics
static_assert(std::is_polymorphic<FMetasoundEditorGraphVertexBreadcrumb>() == std::is_polymorphic<FMetasoundEditorGraphMemberBreadcrumb>(), "USTRUCT FMetasoundEditorGraphVertexBreadcrumb cannot be polymorphic unless super FMetasoundEditorGraphMemberBreadcrumb is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb;
class UScriptStruct* FMetasoundEditorGraphVertexBreadcrumb::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb, (UObject*)Z_Construct_UPackage__Script_MetasoundEditor(), TEXT("MetasoundEditorGraphVertexBreadcrumb"));
}
return Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb.OuterSingleton;
}
// ********** Begin ScriptStruct FMetasoundEditorGraphVertexBreadcrumb Property Definitions ********
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::NewProp_AccessType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::NewProp_AccessType = { "AccessType", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundEditorGraphVertexBreadcrumb, AccessType), Z_Construct_UEnum_MetasoundFrontend_EMetasoundFrontendVertexAccessType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AccessType_MetaData), NewProp_AccessType_MetaData) }; // 2949749699
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::NewProp_DefaultLiterals_ValueProp = { "DefaultLiterals", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FMetasoundFrontendLiteral, METADATA_PARAMS(0, nullptr) }; // 2216509155
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::NewProp_DefaultLiterals_Key_KeyProp = { "DefaultLiterals_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FMapPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::NewProp_DefaultLiterals = { "DefaultLiterals", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundEditorGraphVertexBreadcrumb, DefaultLiterals), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultLiterals_MetaData), NewProp_DefaultLiterals_MetaData) }; // 2216509155
void Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::NewProp_bIsAdvancedDisplay_SetBit(void* Obj)
{
((FMetasoundEditorGraphVertexBreadcrumb*)Obj)->bIsAdvancedDisplay = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::NewProp_bIsAdvancedDisplay = { "bIsAdvancedDisplay", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMetasoundEditorGraphVertexBreadcrumb), &Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::NewProp_bIsAdvancedDisplay_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsAdvancedDisplay_MetaData), NewProp_bIsAdvancedDisplay_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::NewProp_SortOrderIndex = { "SortOrderIndex", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundEditorGraphVertexBreadcrumb, SortOrderIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SortOrderIndex_MetaData), NewProp_SortOrderIndex_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::NewProp_AccessType_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::NewProp_AccessType,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::NewProp_DefaultLiterals_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::NewProp_DefaultLiterals_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::NewProp_DefaultLiterals,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::NewProp_bIsAdvancedDisplay,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::NewProp_SortOrderIndex,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMetasoundEditorGraphVertexBreadcrumb Property Definitions **********
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb,
&NewStructOps,
"MetasoundEditorGraphVertexBreadcrumb",
Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::PropPointers),
sizeof(FMetasoundEditorGraphVertexBreadcrumb),
alignof(FMetasoundEditorGraphVertexBreadcrumb),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb()
{
if (!Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb.InnerSingleton, Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb.InnerSingleton);
}
// ********** End ScriptStruct FMetasoundEditorGraphVertexBreadcrumb *******************************
// ********** Begin ScriptStruct FMetasoundEditorGraphVariableBreadcrumb ***************************
struct Z_Construct_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMetasoundEditorGraphVariableBreadcrumb); }
static inline consteval int16 GetStructAlignment() { return alignof(FMetasoundEditorGraphVariableBreadcrumb); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultLiteral_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMetasoundEditorGraphVariableBreadcrumb constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultLiteral;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMetasoundEditorGraphVariableBreadcrumb constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMetasoundEditorGraphVariableBreadcrumb>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb_Statics
static_assert(std::is_polymorphic<FMetasoundEditorGraphVariableBreadcrumb>() == std::is_polymorphic<FMetasoundEditorGraphMemberBreadcrumb>(), "USTRUCT FMetasoundEditorGraphVariableBreadcrumb cannot be polymorphic unless super FMetasoundEditorGraphMemberBreadcrumb is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb;
class UScriptStruct* FMetasoundEditorGraphVariableBreadcrumb::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb, (UObject*)Z_Construct_UPackage__Script_MetasoundEditor(), TEXT("MetasoundEditorGraphVariableBreadcrumb"));
}
return Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb.OuterSingleton;
}
// ********** Begin ScriptStruct FMetasoundEditorGraphVariableBreadcrumb Property Definitions ******
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb_Statics::NewProp_DefaultLiteral = { "DefaultLiteral", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundEditorGraphVariableBreadcrumb, DefaultLiteral), Z_Construct_UScriptStruct_FMetasoundFrontendLiteral, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultLiteral_MetaData), NewProp_DefaultLiteral_MetaData) }; // 2216509155
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb_Statics::NewProp_DefaultLiteral,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMetasoundEditorGraphVariableBreadcrumb Property Definitions ********
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb,
&NewStructOps,
"MetasoundEditorGraphVariableBreadcrumb",
Z_Construct_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb_Statics::PropPointers),
sizeof(FMetasoundEditorGraphVariableBreadcrumb),
alignof(FMetasoundEditorGraphVariableBreadcrumb),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb()
{
if (!Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb.InnerSingleton, Z_Construct_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb.InnerSingleton);
}
// ********** End ScriptStruct FMetasoundEditorGraphVariableBreadcrumb *****************************
// ********** Begin Class UMetasoundEditorGraphMemberDefaultLiteral ********************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetasoundEditorGraphMemberDefaultLiteral;
UClass* UMetasoundEditorGraphMemberDefaultLiteral::GetPrivateStaticClass()
{
using TClass = UMetasoundEditorGraphMemberDefaultLiteral;
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphMemberDefaultLiteral.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetasoundEditorGraphMemberDefaultLiteral"),
Z_Registration_Info_UClass_UMetasoundEditorGraphMemberDefaultLiteral.InnerSingleton,
StaticRegisterNativesUMetasoundEditorGraphMemberDefaultLiteral,
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_UMetasoundEditorGraphMemberDefaultLiteral.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultLiteral_NoRegister()
{
return UMetasoundEditorGraphMemberDefaultLiteral::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultLiteral_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "MetasoundEditorGraph.h" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetasoundEditorGraphMemberDefaultLiteral constinit property declarations
// ********** End Class UMetasoundEditorGraphMemberDefaultLiteral constinit property declarations **
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetasoundEditorGraphMemberDefaultLiteral>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultLiteral_Statics
UObject* (*const Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultLiteral_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetaSoundFrontendMemberMetadata,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultLiteral_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultLiteral_Statics::ClassParams = {
&UMetasoundEditorGraphMemberDefaultLiteral::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultLiteral_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultLiteral_Statics::Class_MetaDataParams)
};
void UMetasoundEditorGraphMemberDefaultLiteral::StaticRegisterNativesUMetasoundEditorGraphMemberDefaultLiteral()
{
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultLiteral()
{
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphMemberDefaultLiteral.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetasoundEditorGraphMemberDefaultLiteral.OuterSingleton, Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultLiteral_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetasoundEditorGraphMemberDefaultLiteral.OuterSingleton;
}
UMetasoundEditorGraphMemberDefaultLiteral::UMetasoundEditorGraphMemberDefaultLiteral(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetasoundEditorGraphMemberDefaultLiteral);
UMetasoundEditorGraphMemberDefaultLiteral::~UMetasoundEditorGraphMemberDefaultLiteral() {}
// ********** End Class UMetasoundEditorGraphMemberDefaultLiteral **********************************
// ********** Begin Class UMetasoundEditorGraphMember **********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetasoundEditorGraphMember;
UClass* UMetasoundEditorGraphMember::GetPrivateStaticClass()
{
using TClass = UMetasoundEditorGraphMember;
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphMember.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetasoundEditorGraphMember"),
Z_Registration_Info_UClass_UMetasoundEditorGraphMember.InnerSingleton,
StaticRegisterNativesUMetasoundEditorGraphMember,
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_UMetasoundEditorGraphMember.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphMember_NoRegister()
{
return UMetasoundEditorGraphMember::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetasoundEditorGraphMember_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** UMetasoundEditorGraphMember is a base class for non-node graph level members \n * such as inputs, outputs and variables. */" },
{ "IncludePath", "MetasoundEditorGraph.h" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
{ "ToolTip", "UMetasoundEditorGraphMember is a base class for non-node graph level members\nsuch as inputs, outputs and variables." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Literal_MetaData[] = {
{ "Comment", "/** Default literal value of member */" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
{ "ToolTip", "Default literal value of member" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TypeName_MetaData[] = {
{ "Comment", "/** Metasound Data Type. */" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
{ "ToolTip", "Metasound Data Type." },
};
#endif // WITH_METADATA
// ********** Begin Class UMetasoundEditorGraphMember constinit property declarations **************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Literal;
static const UECodeGen_Private::FNamePropertyParams NewProp_TypeName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMetasoundEditorGraphMember constinit property declarations ****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetasoundEditorGraphMember>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetasoundEditorGraphMember_Statics
// ********** Begin Class UMetasoundEditorGraphMember Property Definitions *************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMetasoundEditorGraphMember_Statics::NewProp_Literal = { "Literal", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphMember, Literal), Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultLiteral_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Literal_MetaData), NewProp_Literal_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UMetasoundEditorGraphMember_Statics::NewProp_TypeName = { "TypeName", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphMember, TypeName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TypeName_MetaData), NewProp_TypeName_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMetasoundEditorGraphMember_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphMember_Statics::NewProp_Literal,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphMember_Statics::NewProp_TypeName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphMember_Statics::PropPointers) < 2048);
// ********** End Class UMetasoundEditorGraphMember Property Definitions ***************************
UObject* (*const Z_Construct_UClass_UMetasoundEditorGraphMember_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphMember_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetasoundEditorGraphMember_Statics::ClassParams = {
&UMetasoundEditorGraphMember::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMetasoundEditorGraphMember_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphMember_Statics::PropPointers),
0,
0x000800A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphMember_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetasoundEditorGraphMember_Statics::Class_MetaDataParams)
};
void UMetasoundEditorGraphMember::StaticRegisterNativesUMetasoundEditorGraphMember()
{
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphMember()
{
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphMember.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetasoundEditorGraphMember.OuterSingleton, Z_Construct_UClass_UMetasoundEditorGraphMember_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetasoundEditorGraphMember.OuterSingleton;
}
UMetasoundEditorGraphMember::UMetasoundEditorGraphMember(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetasoundEditorGraphMember);
UMetasoundEditorGraphMember::~UMetasoundEditorGraphMember() {}
// ********** End Class UMetasoundEditorGraphMember ************************************************
// ********** Begin Class UMetasoundEditorGraphVertex **********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetasoundEditorGraphVertex;
UClass* UMetasoundEditorGraphVertex::GetPrivateStaticClass()
{
using TClass = UMetasoundEditorGraphVertex;
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphVertex.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetasoundEditorGraphVertex"),
Z_Registration_Info_UClass_UMetasoundEditorGraphVertex.InnerSingleton,
StaticRegisterNativesUMetasoundEditorGraphVertex,
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_UMetasoundEditorGraphVertex.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphVertex_NoRegister()
{
return UMetasoundEditorGraphVertex::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetasoundEditorGraphVertex_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** Base class for an input or output of the graph. */" },
{ "IncludePath", "MetasoundEditorGraph.h" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
{ "ToolTip", "Base class for an input or output of the graph." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NodeID_MetaData[] = {
{ "Comment", "/** ID of Metasound Frontend node. */" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
{ "ToolTip", "ID of Metasound Frontend node." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ClassName_MetaData[] = {
{ "Comment", "/* Class name of Metasound Frontend node. */" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
{ "ToolTip", "Class name of Metasound Frontend node." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Breadcrumb_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetasoundEditorGraphVertex constinit property declarations **************
static const UECodeGen_Private::FStructPropertyParams NewProp_NodeID;
static const UECodeGen_Private::FStructPropertyParams NewProp_ClassName;
static const UECodeGen_Private::FStructPropertyParams NewProp_Breadcrumb;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMetasoundEditorGraphVertex constinit property declarations ****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetasoundEditorGraphVertex>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetasoundEditorGraphVertex_Statics
// ********** Begin Class UMetasoundEditorGraphVertex Property Definitions *************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetasoundEditorGraphVertex_Statics::NewProp_NodeID = { "NodeID", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphVertex, NodeID), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NodeID_MetaData), NewProp_NodeID_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetasoundEditorGraphVertex_Statics::NewProp_ClassName = { "ClassName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphVertex, ClassName), Z_Construct_UScriptStruct_FMetasoundFrontendClassName, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ClassName_MetaData), NewProp_ClassName_MetaData) }; // 1537318611
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetasoundEditorGraphVertex_Statics::NewProp_Breadcrumb = { "Breadcrumb", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphVertex, Breadcrumb), Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Breadcrumb_MetaData), NewProp_Breadcrumb_MetaData) }; // 2974040255
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMetasoundEditorGraphVertex_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphVertex_Statics::NewProp_NodeID,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphVertex_Statics::NewProp_ClassName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphVertex_Statics::NewProp_Breadcrumb,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphVertex_Statics::PropPointers) < 2048);
// ********** End Class UMetasoundEditorGraphVertex Property Definitions ***************************
UObject* (*const Z_Construct_UClass_UMetasoundEditorGraphVertex_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetasoundEditorGraphMember,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphVertex_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetasoundEditorGraphVertex_Statics::ClassParams = {
&UMetasoundEditorGraphVertex::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMetasoundEditorGraphVertex_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphVertex_Statics::PropPointers),
0,
0x000800A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphVertex_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetasoundEditorGraphVertex_Statics::Class_MetaDataParams)
};
void UMetasoundEditorGraphVertex::StaticRegisterNativesUMetasoundEditorGraphVertex()
{
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphVertex()
{
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphVertex.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetasoundEditorGraphVertex.OuterSingleton, Z_Construct_UClass_UMetasoundEditorGraphVertex_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetasoundEditorGraphVertex.OuterSingleton;
}
UMetasoundEditorGraphVertex::UMetasoundEditorGraphVertex(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetasoundEditorGraphVertex);
UMetasoundEditorGraphVertex::~UMetasoundEditorGraphVertex() {}
// ********** End Class UMetasoundEditorGraphVertex ************************************************
// ********** Begin Class UMetasoundEditorGraphInput ***********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetasoundEditorGraphInput;
UClass* UMetasoundEditorGraphInput::GetPrivateStaticClass()
{
using TClass = UMetasoundEditorGraphInput;
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphInput.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetasoundEditorGraphInput"),
Z_Registration_Info_UClass_UMetasoundEditorGraphInput.InnerSingleton,
StaticRegisterNativesUMetasoundEditorGraphInput,
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_UMetasoundEditorGraphInput.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphInput_NoRegister()
{
return UMetasoundEditorGraphInput::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetasoundEditorGraphInput_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "MetasoundEditorGraph.h" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetasoundEditorGraphInput constinit property declarations ***************
// ********** End Class UMetasoundEditorGraphInput constinit property declarations *****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetasoundEditorGraphInput>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetasoundEditorGraphInput_Statics
UObject* (*const Z_Construct_UClass_UMetasoundEditorGraphInput_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetasoundEditorGraphVertex,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphInput_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetasoundEditorGraphInput_Statics::ClassParams = {
&UMetasoundEditorGraphInput::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphInput_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetasoundEditorGraphInput_Statics::Class_MetaDataParams)
};
void UMetasoundEditorGraphInput::StaticRegisterNativesUMetasoundEditorGraphInput()
{
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphInput()
{
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphInput.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetasoundEditorGraphInput.OuterSingleton, Z_Construct_UClass_UMetasoundEditorGraphInput_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetasoundEditorGraphInput.OuterSingleton;
}
UMetasoundEditorGraphInput::UMetasoundEditorGraphInput(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetasoundEditorGraphInput);
UMetasoundEditorGraphInput::~UMetasoundEditorGraphInput() {}
// ********** End Class UMetasoundEditorGraphInput *************************************************
// ********** Begin Class UMetasoundEditorGraphOutput **********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetasoundEditorGraphOutput;
UClass* UMetasoundEditorGraphOutput::GetPrivateStaticClass()
{
using TClass = UMetasoundEditorGraphOutput;
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphOutput.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetasoundEditorGraphOutput"),
Z_Registration_Info_UClass_UMetasoundEditorGraphOutput.InnerSingleton,
StaticRegisterNativesUMetasoundEditorGraphOutput,
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_UMetasoundEditorGraphOutput.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphOutput_NoRegister()
{
return UMetasoundEditorGraphOutput::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetasoundEditorGraphOutput_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "MetasoundEditorGraph.h" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetasoundEditorGraphOutput constinit property declarations **************
// ********** End Class UMetasoundEditorGraphOutput constinit property declarations ****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetasoundEditorGraphOutput>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetasoundEditorGraphOutput_Statics
UObject* (*const Z_Construct_UClass_UMetasoundEditorGraphOutput_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetasoundEditorGraphVertex,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphOutput_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetasoundEditorGraphOutput_Statics::ClassParams = {
&UMetasoundEditorGraphOutput::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphOutput_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetasoundEditorGraphOutput_Statics::Class_MetaDataParams)
};
void UMetasoundEditorGraphOutput::StaticRegisterNativesUMetasoundEditorGraphOutput()
{
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphOutput()
{
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphOutput.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetasoundEditorGraphOutput.OuterSingleton, Z_Construct_UClass_UMetasoundEditorGraphOutput_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetasoundEditorGraphOutput.OuterSingleton;
}
UMetasoundEditorGraphOutput::UMetasoundEditorGraphOutput(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetasoundEditorGraphOutput);
UMetasoundEditorGraphOutput::~UMetasoundEditorGraphOutput() {}
// ********** End Class UMetasoundEditorGraphOutput ************************************************
// ********** Begin Class UMetasoundEditorGraphVariable ********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetasoundEditorGraphVariable;
UClass* UMetasoundEditorGraphVariable::GetPrivateStaticClass()
{
using TClass = UMetasoundEditorGraphVariable;
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphVariable.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetasoundEditorGraphVariable"),
Z_Registration_Info_UClass_UMetasoundEditorGraphVariable.InnerSingleton,
StaticRegisterNativesUMetasoundEditorGraphVariable,
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_UMetasoundEditorGraphVariable.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphVariable_NoRegister()
{
return UMetasoundEditorGraphVariable::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetasoundEditorGraphVariable_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "MetasoundEditorGraph.h" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VariableID_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Breadcrumb_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetasoundEditorGraphVariable constinit property declarations ************
static const UECodeGen_Private::FStructPropertyParams NewProp_VariableID;
static const UECodeGen_Private::FStructPropertyParams NewProp_Breadcrumb;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMetasoundEditorGraphVariable constinit property declarations **************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetasoundEditorGraphVariable>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetasoundEditorGraphVariable_Statics
// ********** Begin Class UMetasoundEditorGraphVariable Property Definitions ***********************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetasoundEditorGraphVariable_Statics::NewProp_VariableID = { "VariableID", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphVariable, VariableID), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VariableID_MetaData), NewProp_VariableID_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetasoundEditorGraphVariable_Statics::NewProp_Breadcrumb = { "Breadcrumb", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphVariable, Breadcrumb), Z_Construct_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Breadcrumb_MetaData), NewProp_Breadcrumb_MetaData) }; // 3406482912
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMetasoundEditorGraphVariable_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphVariable_Statics::NewProp_VariableID,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphVariable_Statics::NewProp_Breadcrumb,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphVariable_Statics::PropPointers) < 2048);
// ********** End Class UMetasoundEditorGraphVariable Property Definitions *************************
UObject* (*const Z_Construct_UClass_UMetasoundEditorGraphVariable_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetasoundEditorGraphMember,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphVariable_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetasoundEditorGraphVariable_Statics::ClassParams = {
&UMetasoundEditorGraphVariable::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMetasoundEditorGraphVariable_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphVariable_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphVariable_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetasoundEditorGraphVariable_Statics::Class_MetaDataParams)
};
void UMetasoundEditorGraphVariable::StaticRegisterNativesUMetasoundEditorGraphVariable()
{
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphVariable()
{
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphVariable.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetasoundEditorGraphVariable.OuterSingleton, Z_Construct_UClass_UMetasoundEditorGraphVariable_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetasoundEditorGraphVariable.OuterSingleton;
}
UMetasoundEditorGraphVariable::UMetasoundEditorGraphVariable(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetasoundEditorGraphVariable);
UMetasoundEditorGraphVariable::~UMetasoundEditorGraphVariable() {}
// ********** End Class UMetasoundEditorGraphVariable **********************************************
// ********** Begin Class UMetasoundEditorGraph ****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetasoundEditorGraph;
UClass* UMetasoundEditorGraph::GetPrivateStaticClass()
{
using TClass = UMetasoundEditorGraph;
if (!Z_Registration_Info_UClass_UMetasoundEditorGraph.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetasoundEditorGraph"),
Z_Registration_Info_UClass_UMetasoundEditorGraph.InnerSingleton,
StaticRegisterNativesUMetasoundEditorGraph,
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_UMetasoundEditorGraph.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetasoundEditorGraph_NoRegister()
{
return UMetasoundEditorGraph::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetasoundEditorGraph_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "MetasoundEditorGraph.h" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Inputs_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Outputs_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Variables_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraph.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetasoundEditorGraph constinit property declarations ********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Inputs_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Inputs;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Outputs_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Outputs;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Variables_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Variables;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMetasoundEditorGraph constinit property declarations **********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetasoundEditorGraph>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetasoundEditorGraph_Statics
// ********** Begin Class UMetasoundEditorGraph Property Definitions *******************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMetasoundEditorGraph_Statics::NewProp_Inputs_Inner = { "Inputs", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMetasoundEditorGraphInput_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMetasoundEditorGraph_Statics::NewProp_Inputs = { "Inputs", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraph, Inputs), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Inputs_MetaData), NewProp_Inputs_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMetasoundEditorGraph_Statics::NewProp_Outputs_Inner = { "Outputs", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMetasoundEditorGraphOutput_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMetasoundEditorGraph_Statics::NewProp_Outputs = { "Outputs", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraph, Outputs), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Outputs_MetaData), NewProp_Outputs_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMetasoundEditorGraph_Statics::NewProp_Variables_Inner = { "Variables", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMetasoundEditorGraphVariable_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMetasoundEditorGraph_Statics::NewProp_Variables = { "Variables", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraph, Variables), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Variables_MetaData), NewProp_Variables_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMetasoundEditorGraph_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraph_Statics::NewProp_Inputs_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraph_Statics::NewProp_Inputs,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraph_Statics::NewProp_Outputs_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraph_Statics::NewProp_Outputs,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraph_Statics::NewProp_Variables_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraph_Statics::NewProp_Variables,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraph_Statics::PropPointers) < 2048);
// ********** End Class UMetasoundEditorGraph Property Definitions *********************************
UObject* (*const Z_Construct_UClass_UMetasoundEditorGraph_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetasoundEditorGraphBase,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraph_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetasoundEditorGraph_Statics::ClassParams = {
&UMetasoundEditorGraph::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMetasoundEditorGraph_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraph_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraph_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetasoundEditorGraph_Statics::Class_MetaDataParams)
};
void UMetasoundEditorGraph::StaticRegisterNativesUMetasoundEditorGraph()
{
}
UClass* Z_Construct_UClass_UMetasoundEditorGraph()
{
if (!Z_Registration_Info_UClass_UMetasoundEditorGraph.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetasoundEditorGraph.OuterSingleton, Z_Construct_UClass_UMetasoundEditorGraph_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetasoundEditorGraph.OuterSingleton;
}
UMetasoundEditorGraph::UMetasoundEditorGraph(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetasoundEditorGraph);
UMetasoundEditorGraph::~UMetasoundEditorGraph() {}
// ********** End Class UMetasoundEditorGraph ******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h__Script_MetasoundEditor_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMetasoundEditorGraphMemberBreadcrumb::StaticStruct, Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb_Statics::NewStructOps, TEXT("MetasoundEditorGraphMemberBreadcrumb"),&Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMetasoundEditorGraphMemberBreadcrumb), 3729059531U) },
{ FMetasoundEditorGraphVertexBreadcrumb::StaticStruct, Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics::NewStructOps, TEXT("MetasoundEditorGraphVertexBreadcrumb"),&Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMetasoundEditorGraphVertexBreadcrumb), 2974040255U) },
{ FMetasoundEditorGraphVariableBreadcrumb::StaticStruct, Z_Construct_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb_Statics::NewStructOps, TEXT("MetasoundEditorGraphVariableBreadcrumb"),&Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMetasoundEditorGraphVariableBreadcrumb), 3406482912U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultLiteral, UMetasoundEditorGraphMemberDefaultLiteral::StaticClass, TEXT("UMetasoundEditorGraphMemberDefaultLiteral"), &Z_Registration_Info_UClass_UMetasoundEditorGraphMemberDefaultLiteral, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetasoundEditorGraphMemberDefaultLiteral), 1875434317U) },
{ Z_Construct_UClass_UMetasoundEditorGraphMember, UMetasoundEditorGraphMember::StaticClass, TEXT("UMetasoundEditorGraphMember"), &Z_Registration_Info_UClass_UMetasoundEditorGraphMember, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetasoundEditorGraphMember), 2973071814U) },
{ Z_Construct_UClass_UMetasoundEditorGraphVertex, UMetasoundEditorGraphVertex::StaticClass, TEXT("UMetasoundEditorGraphVertex"), &Z_Registration_Info_UClass_UMetasoundEditorGraphVertex, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetasoundEditorGraphVertex), 1167261046U) },
{ Z_Construct_UClass_UMetasoundEditorGraphInput, UMetasoundEditorGraphInput::StaticClass, TEXT("UMetasoundEditorGraphInput"), &Z_Registration_Info_UClass_UMetasoundEditorGraphInput, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetasoundEditorGraphInput), 711326995U) },
{ Z_Construct_UClass_UMetasoundEditorGraphOutput, UMetasoundEditorGraphOutput::StaticClass, TEXT("UMetasoundEditorGraphOutput"), &Z_Registration_Info_UClass_UMetasoundEditorGraphOutput, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetasoundEditorGraphOutput), 395982708U) },
{ Z_Construct_UClass_UMetasoundEditorGraphVariable, UMetasoundEditorGraphVariable::StaticClass, TEXT("UMetasoundEditorGraphVariable"), &Z_Registration_Info_UClass_UMetasoundEditorGraphVariable, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetasoundEditorGraphVariable), 523235558U) },
{ Z_Construct_UClass_UMetasoundEditorGraph, UMetasoundEditorGraph::StaticClass, TEXT("UMetasoundEditorGraph"), &Z_Registration_Info_UClass_UMetasoundEditorGraph, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetasoundEditorGraph), 3025491068U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h__Script_MetasoundEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h__Script_MetasoundEditor_2909905844{
TEXT("/Script/MetasoundEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h__Script_MetasoundEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h__Script_MetasoundEditor_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h__Script_MetasoundEditor_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h__Script_MetasoundEditor_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,341 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "MetasoundEditorGraph.h"
#ifdef METASOUNDEDITOR_MetasoundEditorGraph_generated_h
#error "MetasoundEditorGraph.generated.h already included, missing '#pragma once' in MetasoundEditorGraph.h"
#endif
#define METASOUNDEDITOR_MetasoundEditorGraph_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FMetasoundEditorGraphMemberBreadcrumb *****************************
struct Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_51_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberBreadcrumb_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct();
struct FMetasoundEditorGraphMemberBreadcrumb;
// ********** End ScriptStruct FMetasoundEditorGraphMemberBreadcrumb *******************************
// ********** Begin ScriptStruct FMetasoundEditorGraphVertexBreadcrumb *****************************
struct Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_63_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexBreadcrumb_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundEditorGraphMemberBreadcrumb Super;
struct FMetasoundEditorGraphVertexBreadcrumb;
// ********** End ScriptStruct FMetasoundEditorGraphVertexBreadcrumb *******************************
// ********** Begin ScriptStruct FMetasoundEditorGraphVariableBreadcrumb ***************************
struct Z_Construct_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_81_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundEditorGraphVariableBreadcrumb_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundEditorGraphMemberBreadcrumb Super;
struct FMetasoundEditorGraphVariableBreadcrumb;
// ********** End ScriptStruct FMetasoundEditorGraphVariableBreadcrumb *****************************
// ********** Begin Class UMetasoundEditorGraphMemberDefaultLiteral ********************************
struct Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultLiteral_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultLiteral_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_93_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphMemberDefaultLiteral(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultLiteral_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultLiteral_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphMemberDefaultLiteral, UMetaSoundFrontendMemberMetadata, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultLiteral_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphMemberDefaultLiteral)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_93_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphMemberDefaultLiteral(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphMemberDefaultLiteral(UMetasoundEditorGraphMemberDefaultLiteral&&) = delete; \
UMetasoundEditorGraphMemberDefaultLiteral(const UMetasoundEditorGraphMemberDefaultLiteral&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphMemberDefaultLiteral); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphMemberDefaultLiteral); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphMemberDefaultLiteral) \
METASOUNDEDITOR_API virtual ~UMetasoundEditorGraphMemberDefaultLiteral();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_90_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_93_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_93_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_93_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphMemberDefaultLiteral;
// ********** End Class UMetasoundEditorGraphMemberDefaultLiteral **********************************
// ********** Begin Class UMetasoundEditorGraphMember **********************************************
struct Z_Construct_UClass_UMetasoundEditorGraphMember_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphMember_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_156_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphMember(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphMember_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphMember_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphMember, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphMember_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphMember)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_156_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphMember(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphMember(UMetasoundEditorGraphMember&&) = delete; \
UMetasoundEditorGraphMember(const UMetasoundEditorGraphMember&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphMember); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphMember); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphMember) \
METASOUNDEDITOR_API virtual ~UMetasoundEditorGraphMember();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_153_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_156_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_156_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_156_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphMember;
// ********** End Class UMetasoundEditorGraphMember ************************************************
// ********** Begin Class UMetasoundEditorGraphVertex **********************************************
struct Z_Construct_UClass_UMetasoundEditorGraphVertex_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphVertex_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_265_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphVertex(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphVertex_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphVertex_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphVertex, UMetasoundEditorGraphMember, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphVertex_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphVertex)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_265_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphVertex(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphVertex(UMetasoundEditorGraphVertex&&) = delete; \
UMetasoundEditorGraphVertex(const UMetasoundEditorGraphVertex&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphVertex); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphVertex); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphVertex) \
METASOUNDEDITOR_API virtual ~UMetasoundEditorGraphVertex();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_262_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_265_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_265_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_265_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphVertex;
// ********** End Class UMetasoundEditorGraphVertex ************************************************
// ********** Begin Class UMetasoundEditorGraphInput ***********************************************
struct Z_Construct_UClass_UMetasoundEditorGraphInput_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphInput_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_354_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphInput(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphInput_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphInput_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphInput, UMetasoundEditorGraphVertex, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphInput_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphInput)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_354_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphInput(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphInput(UMetasoundEditorGraphInput&&) = delete; \
UMetasoundEditorGraphInput(const UMetasoundEditorGraphInput&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphInput); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphInput); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphInput) \
METASOUNDEDITOR_API virtual ~UMetasoundEditorGraphInput();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_351_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_354_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_354_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_354_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphInput;
// ********** End Class UMetasoundEditorGraphInput *************************************************
// ********** Begin Class UMetasoundEditorGraphOutput **********************************************
struct Z_Construct_UClass_UMetasoundEditorGraphOutput_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphOutput_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_388_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphOutput(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphOutput_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphOutput_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphOutput, UMetasoundEditorGraphVertex, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphOutput_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphOutput)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_388_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphOutput(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphOutput(UMetasoundEditorGraphOutput&&) = delete; \
UMetasoundEditorGraphOutput(const UMetasoundEditorGraphOutput&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphOutput); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphOutput); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphOutput) \
METASOUNDEDITOR_API virtual ~UMetasoundEditorGraphOutput();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_385_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_388_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_388_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_388_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphOutput;
// ********** End Class UMetasoundEditorGraphOutput ************************************************
// ********** Begin Class UMetasoundEditorGraphVariable ********************************************
struct Z_Construct_UClass_UMetasoundEditorGraphVariable_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphVariable_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_416_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphVariable(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphVariable_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphVariable_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphVariable, UMetasoundEditorGraphMember, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphVariable_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphVariable)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_416_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphVariable(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphVariable(UMetasoundEditorGraphVariable&&) = delete; \
UMetasoundEditorGraphVariable(const UMetasoundEditorGraphVariable&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphVariable); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphVariable); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphVariable) \
METASOUNDEDITOR_API virtual ~UMetasoundEditorGraphVariable();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_413_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_416_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_416_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_416_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphVariable;
// ********** End Class UMetasoundEditorGraphVariable **********************************************
// ********** Begin Class UMetasoundEditorGraph ****************************************************
struct Z_Construct_UClass_UMetasoundEditorGraph_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraph_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_491_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraph(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraph_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraph_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraph, UMetasoundEditorGraphBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraph_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraph)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_491_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraph(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraph(UMetasoundEditorGraph&&) = delete; \
UMetasoundEditorGraph(const UMetasoundEditorGraph&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraph); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraph); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraph) \
METASOUNDEDITOR_API virtual ~UMetasoundEditorGraph();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_488_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_491_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_491_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h_491_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraph;
// ********** End Class UMetasoundEditorGraph ******************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraph_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,133 @@
// 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 "MetasoundEditorGraphCommentNode.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetasoundEditorGraphCommentNode() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphCommentNode();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphCommentNode_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UEdGraphNode_Comment();
UPackage* Z_Construct_UPackage__Script_MetasoundEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMetasoundEditorGraphCommentNode *****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetasoundEditorGraphCommentNode;
UClass* UMetasoundEditorGraphCommentNode::GetPrivateStaticClass()
{
using TClass = UMetasoundEditorGraphCommentNode;
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphCommentNode.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetasoundEditorGraphCommentNode"),
Z_Registration_Info_UClass_UMetasoundEditorGraphCommentNode.InnerSingleton,
StaticRegisterNativesUMetasoundEditorGraphCommentNode,
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_UMetasoundEditorGraphCommentNode.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphCommentNode_NoRegister()
{
return UMetasoundEditorGraphCommentNode::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetasoundEditorGraphCommentNode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "MetasoundEditorGraphCommentNode.h" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraphCommentNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CommentID_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraphCommentNode.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetasoundEditorGraphCommentNode constinit property declarations *********
static const UECodeGen_Private::FStructPropertyParams NewProp_CommentID;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMetasoundEditorGraphCommentNode constinit property declarations ***********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetasoundEditorGraphCommentNode>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetasoundEditorGraphCommentNode_Statics
// ********** Begin Class UMetasoundEditorGraphCommentNode Property Definitions ********************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetasoundEditorGraphCommentNode_Statics::NewProp_CommentID = { "CommentID", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphCommentNode, CommentID), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CommentID_MetaData), NewProp_CommentID_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMetasoundEditorGraphCommentNode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphCommentNode_Statics::NewProp_CommentID,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphCommentNode_Statics::PropPointers) < 2048);
// ********** End Class UMetasoundEditorGraphCommentNode Property Definitions **********************
UObject* (*const Z_Construct_UClass_UMetasoundEditorGraphCommentNode_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEdGraphNode_Comment,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphCommentNode_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetasoundEditorGraphCommentNode_Statics::ClassParams = {
&UMetasoundEditorGraphCommentNode::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMetasoundEditorGraphCommentNode_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphCommentNode_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphCommentNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetasoundEditorGraphCommentNode_Statics::Class_MetaDataParams)
};
void UMetasoundEditorGraphCommentNode::StaticRegisterNativesUMetasoundEditorGraphCommentNode()
{
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphCommentNode()
{
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphCommentNode.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetasoundEditorGraphCommentNode.OuterSingleton, Z_Construct_UClass_UMetasoundEditorGraphCommentNode_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetasoundEditorGraphCommentNode.OuterSingleton;
}
UMetasoundEditorGraphCommentNode::UMetasoundEditorGraphCommentNode(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetasoundEditorGraphCommentNode);
UMetasoundEditorGraphCommentNode::~UMetasoundEditorGraphCommentNode() {}
// ********** End Class UMetasoundEditorGraphCommentNode *******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphCommentNode_h__Script_MetasoundEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMetasoundEditorGraphCommentNode, UMetasoundEditorGraphCommentNode::StaticClass, TEXT("UMetasoundEditorGraphCommentNode"), &Z_Registration_Info_UClass_UMetasoundEditorGraphCommentNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetasoundEditorGraphCommentNode), 1323417969U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphCommentNode_h__Script_MetasoundEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphCommentNode_h__Script_MetasoundEditor_4087673396{
TEXT("/Script/MetasoundEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphCommentNode_h__Script_MetasoundEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphCommentNode_h__Script_MetasoundEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "MetasoundEditorGraphCommentNode.h"
#ifdef METASOUNDEDITOR_MetasoundEditorGraphCommentNode_generated_h
#error "MetasoundEditorGraphCommentNode.generated.h already included, missing '#pragma once' in MetasoundEditorGraphCommentNode.h"
#endif
#define METASOUNDEDITOR_MetasoundEditorGraphCommentNode_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMetasoundEditorGraphCommentNode *****************************************
struct Z_Construct_UClass_UMetasoundEditorGraphCommentNode_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphCommentNode_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphCommentNode_h_30_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphCommentNode(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphCommentNode_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphCommentNode_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphCommentNode, UEdGraphNode_Comment, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphCommentNode_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphCommentNode)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphCommentNode_h_30_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphCommentNode(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphCommentNode(UMetasoundEditorGraphCommentNode&&) = delete; \
UMetasoundEditorGraphCommentNode(const UMetasoundEditorGraphCommentNode&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphCommentNode); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphCommentNode); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphCommentNode) \
METASOUNDEDITOR_API virtual ~UMetasoundEditorGraphCommentNode();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphCommentNode_h_27_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphCommentNode_h_30_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphCommentNode_h_30_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphCommentNode_h_30_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphCommentNode;
// ********** End Class UMetasoundEditorGraphCommentNode *******************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphCommentNode_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,149 @@
// 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 "MetasoundEditorGraphInputNode.h"
#include "MetasoundEditorGraphNode.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetasoundEditorGraphInputNode() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphInput_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphInputNode();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphInputNode_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberNode();
METASOUNDEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb();
UPackage* Z_Construct_UPackage__Script_MetasoundEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMetasoundEditorGraphInputNode *******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetasoundEditorGraphInputNode;
UClass* UMetasoundEditorGraphInputNode::GetPrivateStaticClass()
{
using TClass = UMetasoundEditorGraphInputNode;
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphInputNode.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetasoundEditorGraphInputNode"),
Z_Registration_Info_UClass_UMetasoundEditorGraphInputNode.InnerSingleton,
StaticRegisterNativesUMetasoundEditorGraphInputNode,
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_UMetasoundEditorGraphInputNode.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphInputNode_NoRegister()
{
return UMetasoundEditorGraphInputNode::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetasoundEditorGraphInputNode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "MetasoundEditorGraphInputNode.h" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraphInputNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Input_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraphInputNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NodeID_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraphInputNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Breadcrumb_MetaData[] = {
{ "Comment", "// Breadcrumb used if associated FrontendNode cannot be found or has been unlinked\n" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraphInputNode.h" },
{ "ToolTip", "Breadcrumb used if associated FrontendNode cannot be found or has been unlinked" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetasoundEditorGraphInputNode constinit property declarations ***********
static const UECodeGen_Private::FObjectPropertyParams NewProp_Input;
static const UECodeGen_Private::FStructPropertyParams NewProp_NodeID;
static const UECodeGen_Private::FStructPropertyParams NewProp_Breadcrumb;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMetasoundEditorGraphInputNode constinit property declarations *************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetasoundEditorGraphInputNode>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetasoundEditorGraphInputNode_Statics
// ********** Begin Class UMetasoundEditorGraphInputNode Property Definitions **********************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMetasoundEditorGraphInputNode_Statics::NewProp_Input = { "Input", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphInputNode, Input), Z_Construct_UClass_UMetasoundEditorGraphInput_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Input_MetaData), NewProp_Input_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetasoundEditorGraphInputNode_Statics::NewProp_NodeID = { "NodeID", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphInputNode, NodeID), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NodeID_MetaData), NewProp_NodeID_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetasoundEditorGraphInputNode_Statics::NewProp_Breadcrumb = { "Breadcrumb", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphInputNode, Breadcrumb), Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Breadcrumb_MetaData), NewProp_Breadcrumb_MetaData) }; // 3565292976
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMetasoundEditorGraphInputNode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphInputNode_Statics::NewProp_Input,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphInputNode_Statics::NewProp_NodeID,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphInputNode_Statics::NewProp_Breadcrumb,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphInputNode_Statics::PropPointers) < 2048);
// ********** End Class UMetasoundEditorGraphInputNode Property Definitions ************************
UObject* (*const Z_Construct_UClass_UMetasoundEditorGraphInputNode_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetasoundEditorGraphMemberNode,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphInputNode_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetasoundEditorGraphInputNode_Statics::ClassParams = {
&UMetasoundEditorGraphInputNode::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMetasoundEditorGraphInputNode_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphInputNode_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphInputNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetasoundEditorGraphInputNode_Statics::Class_MetaDataParams)
};
void UMetasoundEditorGraphInputNode::StaticRegisterNativesUMetasoundEditorGraphInputNode()
{
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphInputNode()
{
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphInputNode.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetasoundEditorGraphInputNode.OuterSingleton, Z_Construct_UClass_UMetasoundEditorGraphInputNode_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetasoundEditorGraphInputNode.OuterSingleton;
}
UMetasoundEditorGraphInputNode::UMetasoundEditorGraphInputNode(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetasoundEditorGraphInputNode);
// ********** End Class UMetasoundEditorGraphInputNode *********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphInputNode_h__Script_MetasoundEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMetasoundEditorGraphInputNode, UMetasoundEditorGraphInputNode::StaticClass, TEXT("UMetasoundEditorGraphInputNode"), &Z_Registration_Info_UClass_UMetasoundEditorGraphInputNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetasoundEditorGraphInputNode), 3919951373U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphInputNode_h__Script_MetasoundEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphInputNode_h__Script_MetasoundEditor_3379304677{
TEXT("/Script/MetasoundEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphInputNode_h__Script_MetasoundEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphInputNode_h__Script_MetasoundEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,62 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "MetasoundEditorGraphInputNode.h"
#ifdef METASOUNDEDITOR_MetasoundEditorGraphInputNode_generated_h
#error "MetasoundEditorGraphInputNode.generated.h already included, missing '#pragma once' in MetasoundEditorGraphInputNode.h"
#endif
#define METASOUNDEDITOR_MetasoundEditorGraphInputNode_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMetasoundEditorGraphInputNode *******************************************
struct Z_Construct_UClass_UMetasoundEditorGraphInputNode_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphInputNode_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphInputNode_h_25_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphInputNode(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphInputNode_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphInputNode_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphInputNode, UMetasoundEditorGraphMemberNode, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphInputNode_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphInputNode)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphInputNode_h_25_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphInputNode(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphInputNode(UMetasoundEditorGraphInputNode&&) = delete; \
UMetasoundEditorGraphInputNode(const UMetasoundEditorGraphInputNode&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphInputNode); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphInputNode); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphInputNode)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphInputNode_h_22_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphInputNode_h_25_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphInputNode_h_25_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphInputNode_h_25_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphInputNode;
// ********** End Class UMetasoundEditorGraphInputNode *********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphInputNode_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,583 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "MetasoundEditorGraphMemberDefaults.h"
#ifdef METASOUNDEDITOR_MetasoundEditorGraphMemberDefaults_generated_h
#error "MetasoundEditorGraphMemberDefaults.generated.h already included, missing '#pragma once' in MetasoundEditorGraphMemberDefaults.h"
#endif
#define METASOUNDEDITOR_MetasoundEditorGraphMemberDefaults_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FMetasoundEditorMemberPageDefault *********************************
struct Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefault_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_38_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefault_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct();
struct FMetasoundEditorMemberPageDefault;
// ********** End ScriptStruct FMetasoundEditorMemberPageDefault ***********************************
// ********** Begin ScriptStruct FMetasoundEditorGraphMemberDefaultBoolRef *************************
struct Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberDefaultBoolRef_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_69_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberDefaultBoolRef_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct();
struct FMetasoundEditorGraphMemberDefaultBoolRef;
// ********** End ScriptStruct FMetasoundEditorGraphMemberDefaultBoolRef ***************************
// ********** Begin ScriptStruct FMetasoundEditorMemberPageDefaultBool *****************************
struct Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefaultBool_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_79_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefaultBool_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundEditorMemberPageDefault Super;
struct FMetasoundEditorMemberPageDefaultBool;
// ********** End ScriptStruct FMetasoundEditorMemberPageDefaultBool *******************************
// ********** Begin Class UMetasoundEditorGraphMemberDefaultBool ***********************************
struct Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultBool_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultBool_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_95_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphMemberDefaultBool(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultBool_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultBool_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphMemberDefaultBool, UMetasoundEditorGraphMemberDefaultLiteral, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultBool_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphMemberDefaultBool)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_95_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphMemberDefaultBool(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphMemberDefaultBool(UMetasoundEditorGraphMemberDefaultBool&&) = delete; \
UMetasoundEditorGraphMemberDefaultBool(const UMetasoundEditorGraphMemberDefaultBool&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphMemberDefaultBool); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphMemberDefaultBool); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphMemberDefaultBool)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_92_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_95_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_95_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_95_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphMemberDefaultBool;
// ********** End Class UMetasoundEditorGraphMemberDefaultBool *************************************
// ********** Begin ScriptStruct FMetasoundEditorMemberPageDefaultBoolArray ************************
struct Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefaultBoolArray_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_134_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefaultBoolArray_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundEditorMemberPageDefault Super;
struct FMetasoundEditorMemberPageDefaultBoolArray;
// ********** End ScriptStruct FMetasoundEditorMemberPageDefaultBoolArray **************************
// ********** Begin Class UMetasoundEditorGraphMemberDefaultBoolArray ******************************
struct Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultBoolArray_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultBoolArray_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_150_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphMemberDefaultBoolArray(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultBoolArray_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultBoolArray_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphMemberDefaultBoolArray, UMetasoundEditorGraphMemberDefaultLiteral, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultBoolArray_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphMemberDefaultBoolArray)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_150_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphMemberDefaultBoolArray(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphMemberDefaultBoolArray(UMetasoundEditorGraphMemberDefaultBoolArray&&) = delete; \
UMetasoundEditorGraphMemberDefaultBoolArray(const UMetasoundEditorGraphMemberDefaultBoolArray&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphMemberDefaultBoolArray); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphMemberDefaultBoolArray); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphMemberDefaultBoolArray)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_147_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_150_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_150_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_150_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphMemberDefaultBoolArray;
// ********** End Class UMetasoundEditorGraphMemberDefaultBoolArray ********************************
// ********** Begin ScriptStruct FMetasoundEditorGraphMemberDefaultIntRef **************************
struct Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberDefaultIntRef_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_182_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberDefaultIntRef_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct();
struct FMetasoundEditorGraphMemberDefaultIntRef;
// ********** End ScriptStruct FMetasoundEditorGraphMemberDefaultIntRef ****************************
// ********** Begin ScriptStruct FMetasoundEditorMemberPageDefaultInt ******************************
struct Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefaultInt_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_192_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefaultInt_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundEditorMemberPageDefault Super;
struct FMetasoundEditorMemberPageDefaultInt;
// ********** End ScriptStruct FMetasoundEditorMemberPageDefaultInt ********************************
// ********** Begin Class UMetasoundEditorGraphMemberDefaultInt ************************************
struct Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultInt_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultInt_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_208_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphMemberDefaultInt(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultInt_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultInt_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphMemberDefaultInt, UMetasoundEditorGraphMemberDefaultLiteral, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultInt_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphMemberDefaultInt)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_208_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphMemberDefaultInt(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphMemberDefaultInt(UMetasoundEditorGraphMemberDefaultInt&&) = delete; \
UMetasoundEditorGraphMemberDefaultInt(const UMetasoundEditorGraphMemberDefaultInt&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphMemberDefaultInt); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphMemberDefaultInt); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphMemberDefaultInt)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_205_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_208_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_208_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_208_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphMemberDefaultInt;
// ********** End Class UMetasoundEditorGraphMemberDefaultInt **************************************
// ********** Begin ScriptStruct FMetasoundEditorMemberPageDefaultIntArray *************************
struct Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefaultIntArray_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_239_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefaultIntArray_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundEditorMemberPageDefault Super;
struct FMetasoundEditorMemberPageDefaultIntArray;
// ********** End ScriptStruct FMetasoundEditorMemberPageDefaultIntArray ***************************
// ********** Begin Class UMetasoundEditorGraphMemberDefaultIntArray *******************************
struct Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultIntArray_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultIntArray_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_255_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphMemberDefaultIntArray(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultIntArray_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultIntArray_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphMemberDefaultIntArray, UMetasoundEditorGraphMemberDefaultLiteral, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultIntArray_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphMemberDefaultIntArray)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_255_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphMemberDefaultIntArray(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphMemberDefaultIntArray(UMetasoundEditorGraphMemberDefaultIntArray&&) = delete; \
UMetasoundEditorGraphMemberDefaultIntArray(const UMetasoundEditorGraphMemberDefaultIntArray&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphMemberDefaultIntArray); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphMemberDefaultIntArray); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphMemberDefaultIntArray)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_252_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_255_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_255_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_255_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphMemberDefaultIntArray;
// ********** End Class UMetasoundEditorGraphMemberDefaultIntArray *********************************
// ********** Begin ScriptStruct FMetasoundEditorMemberPageDefaultFloat ****************************
struct Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefaultFloat_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_301_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefaultFloat_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundEditorMemberPageDefault Super;
struct FMetasoundEditorMemberPageDefaultFloat;
// ********** End ScriptStruct FMetasoundEditorMemberPageDefaultFloat ******************************
// ********** Begin Class UMetasoundEditorGraphMemberDefaultFloat **********************************
struct Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultFloat_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultFloat_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_317_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphMemberDefaultFloat(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultFloat_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultFloat_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphMemberDefaultFloat, UMetasoundEditorGraphMemberDefaultLiteral, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultFloat_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphMemberDefaultFloat)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_317_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphMemberDefaultFloat(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphMemberDefaultFloat(UMetasoundEditorGraphMemberDefaultFloat&&) = delete; \
UMetasoundEditorGraphMemberDefaultFloat(const UMetasoundEditorGraphMemberDefaultFloat&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphMemberDefaultFloat); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphMemberDefaultFloat); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphMemberDefaultFloat)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_314_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_317_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_317_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_317_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphMemberDefaultFloat;
// ********** End Class UMetasoundEditorGraphMemberDefaultFloat ************************************
// ********** Begin ScriptStruct FMetasoundEditorMemberPageDefaultFloatArray ***********************
struct Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefaultFloatArray_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_393_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefaultFloatArray_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundEditorMemberPageDefault Super;
struct FMetasoundEditorMemberPageDefaultFloatArray;
// ********** End ScriptStruct FMetasoundEditorMemberPageDefaultFloatArray *************************
// ********** Begin Class UMetasoundEditorGraphMemberDefaultFloatArray *****************************
struct Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultFloatArray_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultFloatArray_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_409_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphMemberDefaultFloatArray(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultFloatArray_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultFloatArray_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphMemberDefaultFloatArray, UMetasoundEditorGraphMemberDefaultLiteral, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultFloatArray_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphMemberDefaultFloatArray)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_409_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphMemberDefaultFloatArray(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphMemberDefaultFloatArray(UMetasoundEditorGraphMemberDefaultFloatArray&&) = delete; \
UMetasoundEditorGraphMemberDefaultFloatArray(const UMetasoundEditorGraphMemberDefaultFloatArray&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphMemberDefaultFloatArray); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphMemberDefaultFloatArray); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphMemberDefaultFloatArray)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_406_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_409_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_409_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_409_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphMemberDefaultFloatArray;
// ********** End Class UMetasoundEditorGraphMemberDefaultFloatArray *******************************
// ********** Begin ScriptStruct FMetasoundEditorMemberPageDefaultString ***************************
struct Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefaultString_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_440_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefaultString_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundEditorMemberPageDefault Super;
struct FMetasoundEditorMemberPageDefaultString;
// ********** End ScriptStruct FMetasoundEditorMemberPageDefaultString *****************************
// ********** Begin Class UMetasoundEditorGraphMemberDefaultString *********************************
struct Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultString_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultString_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_456_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphMemberDefaultString(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultString_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultString_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphMemberDefaultString, UMetasoundEditorGraphMemberDefaultLiteral, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultString_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphMemberDefaultString)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_456_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphMemberDefaultString(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphMemberDefaultString(UMetasoundEditorGraphMemberDefaultString&&) = delete; \
UMetasoundEditorGraphMemberDefaultString(const UMetasoundEditorGraphMemberDefaultString&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphMemberDefaultString); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphMemberDefaultString); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphMemberDefaultString)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_453_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_456_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_456_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_456_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphMemberDefaultString;
// ********** End Class UMetasoundEditorGraphMemberDefaultString ***********************************
// ********** Begin ScriptStruct FMetasoundEditorMemberPageDefaultStringArray **********************
struct Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefaultStringArray_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_487_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefaultStringArray_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundEditorMemberPageDefault Super;
struct FMetasoundEditorMemberPageDefaultStringArray;
// ********** End ScriptStruct FMetasoundEditorMemberPageDefaultStringArray ************************
// ********** Begin Class UMetasoundEditorGraphMemberDefaultStringArray ****************************
struct Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultStringArray_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultStringArray_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_503_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphMemberDefaultStringArray(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultStringArray_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultStringArray_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphMemberDefaultStringArray, UMetasoundEditorGraphMemberDefaultLiteral, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultStringArray_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphMemberDefaultStringArray)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_503_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphMemberDefaultStringArray(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphMemberDefaultStringArray(UMetasoundEditorGraphMemberDefaultStringArray&&) = delete; \
UMetasoundEditorGraphMemberDefaultStringArray(const UMetasoundEditorGraphMemberDefaultStringArray&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphMemberDefaultStringArray); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphMemberDefaultStringArray); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphMemberDefaultStringArray)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_500_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_503_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_503_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_503_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphMemberDefaultStringArray;
// ********** End Class UMetasoundEditorGraphMemberDefaultStringArray ******************************
// ********** Begin ScriptStruct FMetasoundEditorGraphMemberDefaultObjectRef ***********************
struct Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberDefaultObjectRef_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_534_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberDefaultObjectRef_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct();
struct FMetasoundEditorGraphMemberDefaultObjectRef;
// ********** End ScriptStruct FMetasoundEditorGraphMemberDefaultObjectRef *************************
// ********** Begin ScriptStruct FMetasoundEditorMemberPageDefaultObjectRef ************************
struct Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefaultObjectRef_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_543_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefaultObjectRef_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundEditorMemberPageDefault Super;
struct FMetasoundEditorMemberPageDefaultObjectRef;
// ********** End ScriptStruct FMetasoundEditorMemberPageDefaultObjectRef **************************
// ********** Begin Class UMetasoundEditorGraphMemberDefaultObject *********************************
struct Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultObject_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultObject_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_558_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphMemberDefaultObject(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultObject_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultObject_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphMemberDefaultObject, UMetasoundEditorGraphMemberDefaultLiteral, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultObject_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphMemberDefaultObject)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_558_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphMemberDefaultObject(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphMemberDefaultObject(UMetasoundEditorGraphMemberDefaultObject&&) = delete; \
UMetasoundEditorGraphMemberDefaultObject(const UMetasoundEditorGraphMemberDefaultObject&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphMemberDefaultObject); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphMemberDefaultObject); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphMemberDefaultObject)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_555_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_558_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_558_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_558_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphMemberDefaultObject;
// ********** End Class UMetasoundEditorGraphMemberDefaultObject ***********************************
// ********** Begin ScriptStruct FMetasoundEditorMemberPageDefaultObjectArray **********************
struct Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefaultObjectArray_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_587_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundEditorMemberPageDefaultObjectArray_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundEditorMemberPageDefault Super;
struct FMetasoundEditorMemberPageDefaultObjectArray;
// ********** End ScriptStruct FMetasoundEditorMemberPageDefaultObjectArray ************************
// ********** Begin Class UMetasoundEditorGraphMemberDefaultObjectArray ****************************
struct Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultObjectArray_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultObjectArray_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_602_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphMemberDefaultObjectArray(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultObjectArray_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultObjectArray_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphMemberDefaultObjectArray, UMetasoundEditorGraphMemberDefaultLiteral, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphMemberDefaultObjectArray_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphMemberDefaultObjectArray)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_602_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphMemberDefaultObjectArray(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphMemberDefaultObjectArray(UMetasoundEditorGraphMemberDefaultObjectArray&&) = delete; \
UMetasoundEditorGraphMemberDefaultObjectArray(const UMetasoundEditorGraphMemberDefaultObjectArray&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphMemberDefaultObjectArray); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphMemberDefaultObjectArray); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphMemberDefaultObjectArray)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_599_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_602_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_602_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h_602_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphMemberDefaultObjectArray;
// ********** End Class UMetasoundEditorGraphMemberDefaultObjectArray ******************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphMemberDefaults_h
// ********** Begin Enum EMetasoundMemberDefaultWidgetValueType ************************************
#define FOREACH_ENUM_EMETASOUNDMEMBERDEFAULTWIDGETVALUETYPE(op) \
op(EMetasoundMemberDefaultWidgetValueType::Linear) \
op(EMetasoundMemberDefaultWidgetValueType::Frequency) \
op(EMetasoundMemberDefaultWidgetValueType::Volume)
enum class EMetasoundMemberDefaultWidgetValueType : uint8;
template<> struct TIsUEnumClass<EMetasoundMemberDefaultWidgetValueType> { enum { Value = true }; };
template<> METASOUNDEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EMetasoundMemberDefaultWidgetValueType>();
// ********** End Enum EMetasoundMemberDefaultWidgetValueType **************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,871 @@
// 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 "MetasoundEditorGraphNode.h"
#include "MetasoundFrontendDocument.h"
#include "MetasoundFrontendLiteral.h"
#include "MetasoundFrontendNodeTemplateRegistry.h"
#include "StructUtils/InstancedStruct.h"
#include "UObject/SoftObjectPath.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetasoundEditorGraphNode() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FInstancedStruct();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FSoftObjectPath();
ENGINE_API UClass* Z_Construct_UClass_UEdGraphNode();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphExternalNode();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphExternalNode_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberNode();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberNode_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphNode();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphNode_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphOutput_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphOutputNode();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphOutputNode_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphVariable_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphVariableNode();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphVariableNode_NoRegister();
METASOUNDEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb();
METASOUNDEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb();
METASOUNDEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb();
METASOUNDFRONTEND_API UEnum* Z_Construct_UEnum_MetasoundFrontend_EMetasoundFrontendClassType();
METASOUNDFRONTEND_API UEnum* Z_Construct_UEnum_MetasoundFrontend_EMetasoundFrontendVertexAccessType();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundFrontendClassName();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundFrontendLiteral();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundFrontendVersionNumber();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundFrontendVertexMetadata();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams();
UPackage* Z_Construct_UPackage__Script_MetasoundEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMetasoundEditorGraphNodeBreadcrumb *******************************
struct Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMetasoundEditorGraphNodeBreadcrumb); }
static inline consteval int16 GetStructAlignment() { return alignof(FMetasoundEditorGraphNodeBreadcrumb); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "// namespace Metasound::Editor\n" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
{ "ToolTip", "namespace Metasound::Editor" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ClassName_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsClassNative_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NodeConfiguration_MetaData[] = {
{ "BaseStruct", "/Script/MetasoundFrontend.MetaSoundFrontendNodeConfiguration" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TemplateParams_MetaData[] = {
{ "Comment", "// For use with template nodes only\n" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
{ "ToolTip", "For use with template nodes only" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Version_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMetasoundEditorGraphNodeBreadcrumb constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_ClassName;
static void NewProp_bIsClassNative_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsClassNative;
static const UECodeGen_Private::FStructPropertyParams NewProp_NodeConfiguration;
static const UECodeGen_Private::FStructPropertyParams NewProp_TemplateParams_Inner;
static const UECodeGen_Private::FGenericPropertyParams NewProp_TemplateParams;
static const UECodeGen_Private::FStructPropertyParams NewProp_Version;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMetasoundEditorGraphNodeBreadcrumb constinit property declarations *
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMetasoundEditorGraphNodeBreadcrumb>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb;
class UScriptStruct* FMetasoundEditorGraphNodeBreadcrumb::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb, (UObject*)Z_Construct_UPackage__Script_MetasoundEditor(), TEXT("MetasoundEditorGraphNodeBreadcrumb"));
}
return Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb.OuterSingleton;
}
// ********** Begin ScriptStruct FMetasoundEditorGraphNodeBreadcrumb Property Definitions **********
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::NewProp_ClassName = { "ClassName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundEditorGraphNodeBreadcrumb, ClassName), Z_Construct_UScriptStruct_FMetasoundFrontendClassName, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ClassName_MetaData), NewProp_ClassName_MetaData) }; // 1537318611
void Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::NewProp_bIsClassNative_SetBit(void* Obj)
{
((FMetasoundEditorGraphNodeBreadcrumb*)Obj)->bIsClassNative = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::NewProp_bIsClassNative = { "bIsClassNative", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMetasoundEditorGraphNodeBreadcrumb), &Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::NewProp_bIsClassNative_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsClassNative_MetaData), NewProp_bIsClassNative_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::NewProp_NodeConfiguration = { "NodeConfiguration", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundEditorGraphNodeBreadcrumb, NodeConfiguration), Z_Construct_UScriptStruct_FInstancedStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NodeConfiguration_MetaData), NewProp_NodeConfiguration_MetaData) }; // 3949785911
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::NewProp_TemplateParams_Inner = { "TemplateParams", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams, METADATA_PARAMS(0, nullptr) }; // 1274899305
const UECodeGen_Private::FGenericPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::NewProp_TemplateParams = { "TemplateParams", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Optional, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundEditorGraphNodeBreadcrumb, TemplateParams), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TemplateParams_MetaData), NewProp_TemplateParams_MetaData) }; // 1274899305
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::NewProp_Version = { "Version", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundEditorGraphNodeBreadcrumb, Version), Z_Construct_UScriptStruct_FMetasoundFrontendVersionNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Version_MetaData), NewProp_Version_MetaData) }; // 3499755003
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::NewProp_ClassName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::NewProp_bIsClassNative,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::NewProp_NodeConfiguration,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::NewProp_TemplateParams_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::NewProp_TemplateParams,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::NewProp_Version,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMetasoundEditorGraphNodeBreadcrumb Property Definitions ************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
nullptr,
&NewStructOps,
"MetasoundEditorGraphNodeBreadcrumb",
Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::PropPointers),
sizeof(FMetasoundEditorGraphNodeBreadcrumb),
alignof(FMetasoundEditorGraphNodeBreadcrumb),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb()
{
if (!Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb.InnerSingleton, Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb.InnerSingleton);
}
// ********** End ScriptStruct FMetasoundEditorGraphNodeBreadcrumb *********************************
// ********** Begin ScriptStruct FMetasoundEditorGraphMemberNodeBreadcrumb *************************
struct Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMetasoundEditorGraphMemberNodeBreadcrumb); }
static inline consteval int16 GetStructAlignment() { return alignof(FMetasoundEditorGraphMemberNodeBreadcrumb); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MemberName_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DataType_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultLiterals_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VertexMetadata_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MemberMetadataPath_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMetasoundEditorGraphMemberNodeBreadcrumb constinit property declarations
static const UECodeGen_Private::FNamePropertyParams NewProp_MemberName;
static const UECodeGen_Private::FNamePropertyParams NewProp_DataType;
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultLiterals_ValueProp;
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultLiterals_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_DefaultLiterals;
static const UECodeGen_Private::FStructPropertyParams NewProp_VertexMetadata;
static const UECodeGen_Private::FStructPropertyParams NewProp_MemberMetadataPath_Inner;
static const UECodeGen_Private::FGenericPropertyParams NewProp_MemberMetadataPath;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMetasoundEditorGraphMemberNodeBreadcrumb constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMetasoundEditorGraphMemberNodeBreadcrumb>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics
static_assert(std::is_polymorphic<FMetasoundEditorGraphMemberNodeBreadcrumb>() == std::is_polymorphic<FMetasoundEditorGraphNodeBreadcrumb>(), "USTRUCT FMetasoundEditorGraphMemberNodeBreadcrumb cannot be polymorphic unless super FMetasoundEditorGraphNodeBreadcrumb is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb;
class UScriptStruct* FMetasoundEditorGraphMemberNodeBreadcrumb::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb, (UObject*)Z_Construct_UPackage__Script_MetasoundEditor(), TEXT("MetasoundEditorGraphMemberNodeBreadcrumb"));
}
return Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb.OuterSingleton;
}
// ********** Begin ScriptStruct FMetasoundEditorGraphMemberNodeBreadcrumb Property Definitions ****
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::NewProp_MemberName = { "MemberName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundEditorGraphMemberNodeBreadcrumb, MemberName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MemberName_MetaData), NewProp_MemberName_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::NewProp_DataType = { "DataType", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundEditorGraphMemberNodeBreadcrumb, DataType), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DataType_MetaData), NewProp_DataType_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::NewProp_DefaultLiterals_ValueProp = { "DefaultLiterals", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FMetasoundFrontendLiteral, METADATA_PARAMS(0, nullptr) }; // 2216509155
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::NewProp_DefaultLiterals_Key_KeyProp = { "DefaultLiterals_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FMapPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::NewProp_DefaultLiterals = { "DefaultLiterals", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundEditorGraphMemberNodeBreadcrumb, DefaultLiterals), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultLiterals_MetaData), NewProp_DefaultLiterals_MetaData) }; // 2216509155
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::NewProp_VertexMetadata = { "VertexMetadata", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundEditorGraphMemberNodeBreadcrumb, VertexMetadata), Z_Construct_UScriptStruct_FMetasoundFrontendVertexMetadata, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VertexMetadata_MetaData), NewProp_VertexMetadata_MetaData) }; // 1948496219
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::NewProp_MemberMetadataPath_Inner = { "MemberMetadataPath", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FSoftObjectPath, METADATA_PARAMS(0, nullptr) }; // 2425717601
const UECodeGen_Private::FGenericPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::NewProp_MemberMetadataPath = { "MemberMetadataPath", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Optional, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundEditorGraphMemberNodeBreadcrumb, MemberMetadataPath), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MemberMetadataPath_MetaData), NewProp_MemberMetadataPath_MetaData) }; // 2425717601
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::NewProp_MemberName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::NewProp_DataType,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::NewProp_DefaultLiterals_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::NewProp_DefaultLiterals_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::NewProp_DefaultLiterals,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::NewProp_VertexMetadata,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::NewProp_MemberMetadataPath_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::NewProp_MemberMetadataPath,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMetasoundEditorGraphMemberNodeBreadcrumb Property Definitions ******
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb,
&NewStructOps,
"MetasoundEditorGraphMemberNodeBreadcrumb",
Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::PropPointers),
sizeof(FMetasoundEditorGraphMemberNodeBreadcrumb),
alignof(FMetasoundEditorGraphMemberNodeBreadcrumb),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb()
{
if (!Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb.InnerSingleton, Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb.InnerSingleton);
}
// ********** End ScriptStruct FMetasoundEditorGraphMemberNodeBreadcrumb ***************************
// ********** Begin ScriptStruct FMetasoundEditorGraphVertexNodeBreadcrumb *************************
struct Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMetasoundEditorGraphVertexNodeBreadcrumb); }
static inline consteval int16 GetStructAlignment() { return alignof(FMetasoundEditorGraphVertexNodeBreadcrumb); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AccessType_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMetasoundEditorGraphVertexNodeBreadcrumb constinit property declarations
static const UECodeGen_Private::FIntPropertyParams NewProp_AccessType_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_AccessType;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMetasoundEditorGraphVertexNodeBreadcrumb constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMetasoundEditorGraphVertexNodeBreadcrumb>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb_Statics
static_assert(std::is_polymorphic<FMetasoundEditorGraphVertexNodeBreadcrumb>() == std::is_polymorphic<FMetasoundEditorGraphMemberNodeBreadcrumb>(), "USTRUCT FMetasoundEditorGraphVertexNodeBreadcrumb cannot be polymorphic unless super FMetasoundEditorGraphMemberNodeBreadcrumb is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb;
class UScriptStruct* FMetasoundEditorGraphVertexNodeBreadcrumb::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb, (UObject*)Z_Construct_UPackage__Script_MetasoundEditor(), TEXT("MetasoundEditorGraphVertexNodeBreadcrumb"));
}
return Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb.OuterSingleton;
}
// ********** Begin ScriptStruct FMetasoundEditorGraphVertexNodeBreadcrumb Property Definitions ****
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb_Statics::NewProp_AccessType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb_Statics::NewProp_AccessType = { "AccessType", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundEditorGraphVertexNodeBreadcrumb, AccessType), Z_Construct_UEnum_MetasoundFrontend_EMetasoundFrontendVertexAccessType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AccessType_MetaData), NewProp_AccessType_MetaData) }; // 2949749699
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb_Statics::NewProp_AccessType_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb_Statics::NewProp_AccessType,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMetasoundEditorGraphVertexNodeBreadcrumb Property Definitions ******
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb,
&NewStructOps,
"MetasoundEditorGraphVertexNodeBreadcrumb",
Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb_Statics::PropPointers),
sizeof(FMetasoundEditorGraphVertexNodeBreadcrumb),
alignof(FMetasoundEditorGraphVertexNodeBreadcrumb),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb()
{
if (!Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb.InnerSingleton, Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb.InnerSingleton);
}
// ********** End ScriptStruct FMetasoundEditorGraphVertexNodeBreadcrumb ***************************
// ********** Begin Class UMetasoundEditorGraphNode ************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetasoundEditorGraphNode;
UClass* UMetasoundEditorGraphNode::GetPrivateStaticClass()
{
using TClass = UMetasoundEditorGraphNode;
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphNode.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetasoundEditorGraphNode"),
Z_Registration_Info_UClass_UMetasoundEditorGraphNode.InnerSingleton,
StaticRegisterNativesUMetasoundEditorGraphNode,
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_UMetasoundEditorGraphNode.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphNode_NoRegister()
{
return UMetasoundEditorGraphNode::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetasoundEditorGraphNode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "MetasoundEditorGraphNode.h" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetasoundEditorGraphNode constinit property declarations ****************
// ********** End Class UMetasoundEditorGraphNode constinit property declarations ******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetasoundEditorGraphNode>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetasoundEditorGraphNode_Statics
UObject* (*const Z_Construct_UClass_UMetasoundEditorGraphNode_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEdGraphNode,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphNode_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetasoundEditorGraphNode_Statics::ClassParams = {
&UMetasoundEditorGraphNode::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetasoundEditorGraphNode_Statics::Class_MetaDataParams)
};
void UMetasoundEditorGraphNode::StaticRegisterNativesUMetasoundEditorGraphNode()
{
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphNode()
{
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphNode.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetasoundEditorGraphNode.OuterSingleton, Z_Construct_UClass_UMetasoundEditorGraphNode_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetasoundEditorGraphNode.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetasoundEditorGraphNode);
UMetasoundEditorGraphNode::~UMetasoundEditorGraphNode() {}
// ********** End Class UMetasoundEditorGraphNode **************************************************
// ********** Begin Class UMetasoundEditorGraphMemberNode ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetasoundEditorGraphMemberNode;
UClass* UMetasoundEditorGraphMemberNode::GetPrivateStaticClass()
{
using TClass = UMetasoundEditorGraphMemberNode;
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphMemberNode.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetasoundEditorGraphMemberNode"),
Z_Registration_Info_UClass_UMetasoundEditorGraphMemberNode.InnerSingleton,
StaticRegisterNativesUMetasoundEditorGraphMemberNode,
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_UMetasoundEditorGraphMemberNode.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberNode_NoRegister()
{
return UMetasoundEditorGraphMemberNode::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetasoundEditorGraphMemberNode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** Node that represents a graph member */" },
{ "IncludePath", "MetasoundEditorGraphNode.h" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
{ "ToolTip", "Node that represents a graph member" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetasoundEditorGraphMemberNode constinit property declarations **********
// ********** End Class UMetasoundEditorGraphMemberNode constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetasoundEditorGraphMemberNode>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetasoundEditorGraphMemberNode_Statics
UObject* (*const Z_Construct_UClass_UMetasoundEditorGraphMemberNode_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetasoundEditorGraphNode,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphMemberNode_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetasoundEditorGraphMemberNode_Statics::ClassParams = {
&UMetasoundEditorGraphMemberNode::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphMemberNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetasoundEditorGraphMemberNode_Statics::Class_MetaDataParams)
};
void UMetasoundEditorGraphMemberNode::StaticRegisterNativesUMetasoundEditorGraphMemberNode()
{
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberNode()
{
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphMemberNode.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetasoundEditorGraphMemberNode.OuterSingleton, Z_Construct_UClass_UMetasoundEditorGraphMemberNode_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetasoundEditorGraphMemberNode.OuterSingleton;
}
UMetasoundEditorGraphMemberNode::UMetasoundEditorGraphMemberNode(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetasoundEditorGraphMemberNode);
UMetasoundEditorGraphMemberNode::~UMetasoundEditorGraphMemberNode() {}
// ********** End Class UMetasoundEditorGraphMemberNode ********************************************
// ********** Begin Class UMetasoundEditorGraphOutputNode ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetasoundEditorGraphOutputNode;
UClass* UMetasoundEditorGraphOutputNode::GetPrivateStaticClass()
{
using TClass = UMetasoundEditorGraphOutputNode;
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphOutputNode.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetasoundEditorGraphOutputNode"),
Z_Registration_Info_UClass_UMetasoundEditorGraphOutputNode.InnerSingleton,
StaticRegisterNativesUMetasoundEditorGraphOutputNode,
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_UMetasoundEditorGraphOutputNode.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphOutputNode_NoRegister()
{
return UMetasoundEditorGraphOutputNode::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetasoundEditorGraphOutputNode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** Node that represents a graph output */" },
{ "IncludePath", "MetasoundEditorGraphNode.h" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
{ "ToolTip", "Node that represents a graph output" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Output_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Breadcrumb_MetaData[] = {
{ "Comment", "// Breadcrumb used if associated FrontendNode cannot be found or has been unlinked\n" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
{ "ToolTip", "Breadcrumb used if associated FrontendNode cannot be found or has been unlinked" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetasoundEditorGraphOutputNode constinit property declarations **********
static const UECodeGen_Private::FObjectPropertyParams NewProp_Output;
static const UECodeGen_Private::FStructPropertyParams NewProp_Breadcrumb;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMetasoundEditorGraphOutputNode constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetasoundEditorGraphOutputNode>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetasoundEditorGraphOutputNode_Statics
// ********** Begin Class UMetasoundEditorGraphOutputNode Property Definitions *********************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMetasoundEditorGraphOutputNode_Statics::NewProp_Output = { "Output", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphOutputNode, Output), Z_Construct_UClass_UMetasoundEditorGraphOutput_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Output_MetaData), NewProp_Output_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetasoundEditorGraphOutputNode_Statics::NewProp_Breadcrumb = { "Breadcrumb", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphOutputNode, Breadcrumb), Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Breadcrumb_MetaData), NewProp_Breadcrumb_MetaData) }; // 3565292976
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMetasoundEditorGraphOutputNode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphOutputNode_Statics::NewProp_Output,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphOutputNode_Statics::NewProp_Breadcrumb,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphOutputNode_Statics::PropPointers) < 2048);
// ********** End Class UMetasoundEditorGraphOutputNode Property Definitions ***********************
UObject* (*const Z_Construct_UClass_UMetasoundEditorGraphOutputNode_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetasoundEditorGraphMemberNode,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphOutputNode_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetasoundEditorGraphOutputNode_Statics::ClassParams = {
&UMetasoundEditorGraphOutputNode::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMetasoundEditorGraphOutputNode_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphOutputNode_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphOutputNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetasoundEditorGraphOutputNode_Statics::Class_MetaDataParams)
};
void UMetasoundEditorGraphOutputNode::StaticRegisterNativesUMetasoundEditorGraphOutputNode()
{
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphOutputNode()
{
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphOutputNode.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetasoundEditorGraphOutputNode.OuterSingleton, Z_Construct_UClass_UMetasoundEditorGraphOutputNode_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetasoundEditorGraphOutputNode.OuterSingleton;
}
UMetasoundEditorGraphOutputNode::UMetasoundEditorGraphOutputNode(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetasoundEditorGraphOutputNode);
UMetasoundEditorGraphOutputNode::~UMetasoundEditorGraphOutputNode() {}
// ********** End Class UMetasoundEditorGraphOutputNode ********************************************
// ********** Begin Class UMetasoundEditorGraphExternalNode ****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetasoundEditorGraphExternalNode;
UClass* UMetasoundEditorGraphExternalNode::GetPrivateStaticClass()
{
using TClass = UMetasoundEditorGraphExternalNode;
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphExternalNode.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetasoundEditorGraphExternalNode"),
Z_Registration_Info_UClass_UMetasoundEditorGraphExternalNode.InnerSingleton,
StaticRegisterNativesUMetasoundEditorGraphExternalNode,
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_UMetasoundEditorGraphExternalNode.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphExternalNode_NoRegister()
{
return UMetasoundEditorGraphExternalNode::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "MetasoundEditorGraphNode.h" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Breadcrumb_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ClassName_MetaData[] = {
{ "Deprecated", "5.4" },
{ "DeprecationMessage", "Use Breadcrumb value when manipulating clipboard data or validating. Otherwise, look-up frontend node's associated class directly" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NodeID_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsClassNative_MetaData[] = {
{ "Deprecated", "5.4" },
{ "DeprecationMessage", "Use Breadcrumb value when manipulating clipboard data or validating, Otherwise, look-up frontend node's associated class directly" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetasoundEditorGraphExternalNode constinit property declarations ********
static const UECodeGen_Private::FStructPropertyParams NewProp_Breadcrumb;
static const UECodeGen_Private::FStructPropertyParams NewProp_ClassName;
static const UECodeGen_Private::FStructPropertyParams NewProp_NodeID;
static void NewProp_bIsClassNative_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsClassNative;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMetasoundEditorGraphExternalNode constinit property declarations **********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetasoundEditorGraphExternalNode>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics
// ********** Begin Class UMetasoundEditorGraphExternalNode Property Definitions *******************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics::NewProp_Breadcrumb = { "Breadcrumb", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphExternalNode, Breadcrumb), Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Breadcrumb_MetaData), NewProp_Breadcrumb_MetaData) }; // 1752463231
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics::NewProp_ClassName = { "ClassName", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphExternalNode, ClassName), Z_Construct_UScriptStruct_FMetasoundFrontendClassName, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ClassName_MetaData), NewProp_ClassName_MetaData) }; // 1537318611
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics::NewProp_NodeID = { "NodeID", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphExternalNode, NodeID), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NodeID_MetaData), NewProp_NodeID_MetaData) };
void Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics::NewProp_bIsClassNative_SetBit(void* Obj)
{
((UMetasoundEditorGraphExternalNode*)Obj)->bIsClassNative = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics::NewProp_bIsClassNative = { "bIsClassNative", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UMetasoundEditorGraphExternalNode), &Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics::NewProp_bIsClassNative_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsClassNative_MetaData), NewProp_bIsClassNative_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics::NewProp_Breadcrumb,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics::NewProp_ClassName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics::NewProp_NodeID,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics::NewProp_bIsClassNative,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics::PropPointers) < 2048);
// ********** End Class UMetasoundEditorGraphExternalNode Property Definitions *********************
UObject* (*const Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetasoundEditorGraphNode,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics::ClassParams = {
&UMetasoundEditorGraphExternalNode::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics::Class_MetaDataParams)
};
void UMetasoundEditorGraphExternalNode::StaticRegisterNativesUMetasoundEditorGraphExternalNode()
{
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphExternalNode()
{
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphExternalNode.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetasoundEditorGraphExternalNode.OuterSingleton, Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetasoundEditorGraphExternalNode.OuterSingleton;
}
UMetasoundEditorGraphExternalNode::UMetasoundEditorGraphExternalNode(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetasoundEditorGraphExternalNode);
UMetasoundEditorGraphExternalNode::~UMetasoundEditorGraphExternalNode() {}
// ********** End Class UMetasoundEditorGraphExternalNode ******************************************
// ********** Begin Class UMetasoundEditorGraphVariableNode ****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetasoundEditorGraphVariableNode;
UClass* UMetasoundEditorGraphVariableNode::GetPrivateStaticClass()
{
using TClass = UMetasoundEditorGraphVariableNode;
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphVariableNode.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetasoundEditorGraphVariableNode"),
Z_Registration_Info_UClass_UMetasoundEditorGraphVariableNode.InnerSingleton,
StaticRegisterNativesUMetasoundEditorGraphVariableNode,
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_UMetasoundEditorGraphVariableNode.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphVariableNode_NoRegister()
{
return UMetasoundEditorGraphVariableNode::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** Represents any of the several variable node types (Accessor, DeferredAccessor, Mutator). */" },
{ "IncludePath", "MetasoundEditorGraphNode.h" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
{ "ToolTip", "Represents any of the several variable node types (Accessor, DeferredAccessor, Mutator)." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ClassType_MetaData[] = {
{ "Comment", "// Class type of the frontend node (Accessor, DeferredAccessor or Mutator)\n" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
{ "ToolTip", "Class type of the frontend node (Accessor, DeferredAccessor or Mutator)" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ClassName_MetaData[] = {
{ "Comment", "// Class name of the frontend node.\n" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
{ "ToolTip", "Class name of the frontend node." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NodeID_MetaData[] = {
{ "Comment", "// ID of the frontend node.\n" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
{ "ToolTip", "ID of the frontend node." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Variable_MetaData[] = {
{ "Comment", "// Associated graph variable.\n" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
{ "ToolTip", "Associated graph variable." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Breadcrumb_MetaData[] = {
{ "Comment", "// Breadcrumb used if associated FrontendNode cannot be found or has been unlinked\n" },
{ "ModuleRelativePath", "Public/MetasoundEditorGraphNode.h" },
{ "ToolTip", "Breadcrumb used if associated FrontendNode cannot be found or has been unlinked" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetasoundEditorGraphVariableNode constinit property declarations ********
static const UECodeGen_Private::FBytePropertyParams NewProp_ClassType_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_ClassType;
static const UECodeGen_Private::FStructPropertyParams NewProp_ClassName;
static const UECodeGen_Private::FStructPropertyParams NewProp_NodeID;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Variable;
static const UECodeGen_Private::FStructPropertyParams NewProp_Breadcrumb;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMetasoundEditorGraphVariableNode constinit property declarations **********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetasoundEditorGraphVariableNode>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics
// ********** Begin Class UMetasoundEditorGraphVariableNode Property Definitions *******************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::NewProp_ClassType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::NewProp_ClassType = { "ClassType", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphVariableNode, ClassType), Z_Construct_UEnum_MetasoundFrontend_EMetasoundFrontendClassType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ClassType_MetaData), NewProp_ClassType_MetaData) }; // 21747806
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::NewProp_ClassName = { "ClassName", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphVariableNode, ClassName), Z_Construct_UScriptStruct_FMetasoundFrontendClassName, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ClassName_MetaData), NewProp_ClassName_MetaData) }; // 1537318611
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::NewProp_NodeID = { "NodeID", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphVariableNode, NodeID), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NodeID_MetaData), NewProp_NodeID_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::NewProp_Variable = { "Variable", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphVariableNode, Variable), Z_Construct_UClass_UMetasoundEditorGraphVariable_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Variable_MetaData), NewProp_Variable_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::NewProp_Breadcrumb = { "Breadcrumb", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetasoundEditorGraphVariableNode, Breadcrumb), Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Breadcrumb_MetaData), NewProp_Breadcrumb_MetaData) }; // 631454116
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::NewProp_ClassType_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::NewProp_ClassType,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::NewProp_ClassName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::NewProp_NodeID,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::NewProp_Variable,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::NewProp_Breadcrumb,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::PropPointers) < 2048);
// ********** End Class UMetasoundEditorGraphVariableNode Property Definitions *********************
UObject* (*const Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetasoundEditorGraphMemberNode,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::ClassParams = {
&UMetasoundEditorGraphVariableNode::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::Class_MetaDataParams)
};
void UMetasoundEditorGraphVariableNode::StaticRegisterNativesUMetasoundEditorGraphVariableNode()
{
}
UClass* Z_Construct_UClass_UMetasoundEditorGraphVariableNode()
{
if (!Z_Registration_Info_UClass_UMetasoundEditorGraphVariableNode.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetasoundEditorGraphVariableNode.OuterSingleton, Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetasoundEditorGraphVariableNode.OuterSingleton;
}
UMetasoundEditorGraphVariableNode::UMetasoundEditorGraphVariableNode(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetasoundEditorGraphVariableNode);
UMetasoundEditorGraphVariableNode::~UMetasoundEditorGraphVariableNode() {}
// ********** End Class UMetasoundEditorGraphVariableNode ******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h__Script_MetasoundEditor_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMetasoundEditorGraphNodeBreadcrumb::StaticStruct, Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics::NewStructOps, TEXT("MetasoundEditorGraphNodeBreadcrumb"),&Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMetasoundEditorGraphNodeBreadcrumb), 1752463231U) },
{ FMetasoundEditorGraphMemberNodeBreadcrumb::StaticStruct, Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics::NewStructOps, TEXT("MetasoundEditorGraphMemberNodeBreadcrumb"),&Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMetasoundEditorGraphMemberNodeBreadcrumb), 631454116U) },
{ FMetasoundEditorGraphVertexNodeBreadcrumb::StaticStruct, Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb_Statics::NewStructOps, TEXT("MetasoundEditorGraphVertexNodeBreadcrumb"),&Z_Registration_Info_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMetasoundEditorGraphVertexNodeBreadcrumb), 3565292976U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMetasoundEditorGraphNode, UMetasoundEditorGraphNode::StaticClass, TEXT("UMetasoundEditorGraphNode"), &Z_Registration_Info_UClass_UMetasoundEditorGraphNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetasoundEditorGraphNode), 1107417256U) },
{ Z_Construct_UClass_UMetasoundEditorGraphMemberNode, UMetasoundEditorGraphMemberNode::StaticClass, TEXT("UMetasoundEditorGraphMemberNode"), &Z_Registration_Info_UClass_UMetasoundEditorGraphMemberNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetasoundEditorGraphMemberNode), 2551965565U) },
{ Z_Construct_UClass_UMetasoundEditorGraphOutputNode, UMetasoundEditorGraphOutputNode::StaticClass, TEXT("UMetasoundEditorGraphOutputNode"), &Z_Registration_Info_UClass_UMetasoundEditorGraphOutputNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetasoundEditorGraphOutputNode), 3707564924U) },
{ Z_Construct_UClass_UMetasoundEditorGraphExternalNode, UMetasoundEditorGraphExternalNode::StaticClass, TEXT("UMetasoundEditorGraphExternalNode"), &Z_Registration_Info_UClass_UMetasoundEditorGraphExternalNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetasoundEditorGraphExternalNode), 2464213954U) },
{ Z_Construct_UClass_UMetasoundEditorGraphVariableNode, UMetasoundEditorGraphVariableNode::StaticClass, TEXT("UMetasoundEditorGraphVariableNode"), &Z_Registration_Info_UClass_UMetasoundEditorGraphVariableNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetasoundEditorGraphVariableNode), 2984034709U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h__Script_MetasoundEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h__Script_MetasoundEditor_1136103314{
TEXT("/Script/MetasoundEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h__Script_MetasoundEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h__Script_MetasoundEditor_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h__Script_MetasoundEditor_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h__Script_MetasoundEditor_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,259 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "MetasoundEditorGraphNode.h"
#ifdef METASOUNDEDITOR_MetasoundEditorGraphNode_generated_h
#error "MetasoundEditorGraphNode.generated.h already included, missing '#pragma once' in MetasoundEditorGraphNode.h"
#endif
#define METASOUNDEDITOR_MetasoundEditorGraphNode_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FMetasoundEditorGraphNodeBreadcrumb *******************************
struct Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_48_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundEditorGraphNodeBreadcrumb_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct();
struct FMetasoundEditorGraphNodeBreadcrumb;
// ********** End ScriptStruct FMetasoundEditorGraphNodeBreadcrumb *********************************
// ********** Begin ScriptStruct FMetasoundEditorGraphMemberNodeBreadcrumb *************************
struct Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_70_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundEditorGraphMemberNodeBreadcrumb_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundEditorGraphNodeBreadcrumb Super;
struct FMetasoundEditorGraphMemberNodeBreadcrumb;
// ********** End ScriptStruct FMetasoundEditorGraphMemberNodeBreadcrumb ***************************
// ********** Begin ScriptStruct FMetasoundEditorGraphVertexNodeBreadcrumb *************************
struct Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_91_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundEditorGraphVertexNodeBreadcrumb_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundEditorGraphMemberNodeBreadcrumb Super;
struct FMetasoundEditorGraphVertexNodeBreadcrumb;
// ********** End ScriptStruct FMetasoundEditorGraphVertexNodeBreadcrumb ***************************
// ********** Begin Class UMetasoundEditorGraphNode ************************************************
struct Z_Construct_UClass_UMetasoundEditorGraphNode_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphNode_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_100_INCLASS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphNode(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphNode_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphNode_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphNode, UEdGraphNode, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphNode_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphNode)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_100_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphNode(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphNode) \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphNode); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphNode); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphNode(UMetasoundEditorGraphNode&&) = delete; \
UMetasoundEditorGraphNode(const UMetasoundEditorGraphNode&) = delete; \
METASOUNDEDITOR_API virtual ~UMetasoundEditorGraphNode();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_97_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_100_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_100_INCLASS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_100_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphNode;
// ********** End Class UMetasoundEditorGraphNode **************************************************
// ********** Begin Class UMetasoundEditorGraphMemberNode ******************************************
struct Z_Construct_UClass_UMetasoundEditorGraphMemberNode_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphMemberNode_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_256_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphMemberNode(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphMemberNode_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphMemberNode_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphMemberNode, UMetasoundEditorGraphNode, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphMemberNode_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphMemberNode)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_256_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphMemberNode(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphMemberNode(UMetasoundEditorGraphMemberNode&&) = delete; \
UMetasoundEditorGraphMemberNode(const UMetasoundEditorGraphMemberNode&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphMemberNode); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphMemberNode); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphMemberNode) \
METASOUNDEDITOR_API virtual ~UMetasoundEditorGraphMemberNode();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_253_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_256_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_256_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_256_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphMemberNode;
// ********** End Class UMetasoundEditorGraphMemberNode ********************************************
// ********** Begin Class UMetasoundEditorGraphOutputNode ******************************************
struct Z_Construct_UClass_UMetasoundEditorGraphOutputNode_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphOutputNode_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_281_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphOutputNode(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphOutputNode_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphOutputNode_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphOutputNode, UMetasoundEditorGraphMemberNode, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphOutputNode_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphOutputNode)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_281_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphOutputNode(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphOutputNode(UMetasoundEditorGraphOutputNode&&) = delete; \
UMetasoundEditorGraphOutputNode(const UMetasoundEditorGraphOutputNode&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphOutputNode); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphOutputNode); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphOutputNode) \
METASOUNDEDITOR_API virtual ~UMetasoundEditorGraphOutputNode();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_278_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_281_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_281_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_281_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphOutputNode;
// ********** End Class UMetasoundEditorGraphOutputNode ********************************************
// ********** Begin Class UMetasoundEditorGraphExternalNode ****************************************
struct Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphExternalNode_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_327_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphExternalNode(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphExternalNode_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphExternalNode_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphExternalNode, UMetasoundEditorGraphNode, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphExternalNode_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphExternalNode)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_327_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphExternalNode(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphExternalNode(UMetasoundEditorGraphExternalNode&&) = delete; \
UMetasoundEditorGraphExternalNode(const UMetasoundEditorGraphExternalNode&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphExternalNode); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphExternalNode); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphExternalNode) \
METASOUNDEDITOR_API virtual ~UMetasoundEditorGraphExternalNode();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_324_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_327_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_327_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_327_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphExternalNode;
// ********** End Class UMetasoundEditorGraphExternalNode ******************************************
// ********** Begin Class UMetasoundEditorGraphVariableNode ****************************************
struct Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphVariableNode_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_373_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphVariableNode(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphVariableNode_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphVariableNode_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphVariableNode, UMetasoundEditorGraphMemberNode, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphVariableNode_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphVariableNode)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_373_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphVariableNode(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphVariableNode(UMetasoundEditorGraphVariableNode&&) = delete; \
UMetasoundEditorGraphVariableNode(const UMetasoundEditorGraphVariableNode&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphVariableNode); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphVariableNode); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphVariableNode) \
METASOUNDEDITOR_API virtual ~UMetasoundEditorGraphVariableNode();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_370_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_373_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_373_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h_373_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphVariableNode;
// ********** End Class UMetasoundEditorGraphVariableNode ******************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphNode_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,272 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "MetasoundEditorGraphSchema.h"
#ifdef METASOUNDEDITOR_MetasoundEditorGraphSchema_generated_h
#error "MetasoundEditorGraphSchema.generated.h already included, missing '#pragma once' in MetasoundEditorGraphSchema.h"
#endif
#define METASOUNDEDITOR_MetasoundEditorGraphSchema_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FMetasoundGraphSchemaAction ***************************************
struct Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_99_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FEdGraphSchemaAction Super;
struct FMetasoundGraphSchemaAction;
// ********** End ScriptStruct FMetasoundGraphSchemaAction *****************************************
// ********** Begin ScriptStruct FMetasoundGraphSchemaAction_NodeWithMultipleOutputs ***************
struct Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NodeWithMultipleOutputs_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_134_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NodeWithMultipleOutputs_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundGraphSchemaAction Super;
struct FMetasoundGraphSchemaAction_NodeWithMultipleOutputs;
// ********** End ScriptStruct FMetasoundGraphSchemaAction_NodeWithMultipleOutputs *****************
// ********** Begin ScriptStruct FMetasoundGraphSchemaAction_NewInput ******************************
struct Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewInput_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_157_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewInput_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundGraphSchemaAction_NodeWithMultipleOutputs Super;
struct FMetasoundGraphSchemaAction_NewInput;
// ********** End ScriptStruct FMetasoundGraphSchemaAction_NewInput ********************************
// ********** Begin ScriptStruct FMetasoundGraphSchemaAction_PromoteToInput ************************
struct Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_PromoteToInput_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_186_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_PromoteToInput_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundGraphSchemaAction_NodeWithMultipleOutputs Super;
struct FMetasoundGraphSchemaAction_PromoteToInput;
// ********** End ScriptStruct FMetasoundGraphSchemaAction_PromoteToInput **************************
// ********** Begin ScriptStruct FMetasoundGraphSchemaAction_NewOutput *****************************
struct Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewOutput_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_202_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewOutput_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundGraphSchemaAction Super;
struct FMetasoundGraphSchemaAction_NewOutput;
// ********** End ScriptStruct FMetasoundGraphSchemaAction_NewOutput *******************************
// ********** Begin ScriptStruct FMetasoundGraphSchemaAction_PromoteToOutput ***********************
struct Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_PromoteToOutput_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_231_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_PromoteToOutput_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundGraphSchemaAction Super;
struct FMetasoundGraphSchemaAction_PromoteToOutput;
// ********** End ScriptStruct FMetasoundGraphSchemaAction_PromoteToOutput *************************
// ********** Begin ScriptStruct FMetasoundGraphSchemaAction_NewVariableNode ***********************
struct Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewVariableNode_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_247_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewVariableNode_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundGraphSchemaAction_NodeWithMultipleOutputs Super;
struct FMetasoundGraphSchemaAction_NewVariableNode;
// ********** End ScriptStruct FMetasoundGraphSchemaAction_NewVariableNode *************************
// ********** Begin ScriptStruct FMetasoundGraphSchemaAction_NewVariableAccessorNode ***************
struct Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewVariableAccessorNode_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_288_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewVariableAccessorNode_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundGraphSchemaAction_NewVariableNode Super;
struct FMetasoundGraphSchemaAction_NewVariableAccessorNode;
// ********** End ScriptStruct FMetasoundGraphSchemaAction_NewVariableAccessorNode *****************
// ********** Begin ScriptStruct FMetasoundGraphSchemaAction_NewVariableDeferredAccessorNode *******
struct Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewVariableDeferredAccessorNode_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_307_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewVariableDeferredAccessorNode_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundGraphSchemaAction_NewVariableNode Super;
struct FMetasoundGraphSchemaAction_NewVariableDeferredAccessorNode;
// ********** End ScriptStruct FMetasoundGraphSchemaAction_NewVariableDeferredAccessorNode *********
// ********** Begin ScriptStruct FMetasoundGraphSchemaAction_NewVariableMutatorNode ****************
struct Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewVariableMutatorNode_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_325_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewVariableMutatorNode_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundGraphSchemaAction_NewVariableNode Super;
struct FMetasoundGraphSchemaAction_NewVariableMutatorNode;
// ********** End ScriptStruct FMetasoundGraphSchemaAction_NewVariableMutatorNode ******************
// ********** Begin ScriptStruct FMetasoundGraphSchemaAction_PromoteToVariable_AccessorNode ********
struct Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_PromoteToVariable_AccessorNode_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_343_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_PromoteToVariable_AccessorNode_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundGraphSchemaAction_NodeWithMultipleOutputs Super;
struct FMetasoundGraphSchemaAction_PromoteToVariable_AccessorNode;
// ********** End ScriptStruct FMetasoundGraphSchemaAction_PromoteToVariable_AccessorNode **********
// ********** Begin ScriptStruct FMetasoundGraphSchemaAction_PromoteToVariable_MutatorNode *********
struct Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_PromoteToVariable_MutatorNode_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_359_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_PromoteToVariable_MutatorNode_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundGraphSchemaAction Super;
struct FMetasoundGraphSchemaAction_PromoteToVariable_MutatorNode;
// ********** End ScriptStruct FMetasoundGraphSchemaAction_PromoteToVariable_MutatorNode ***********
// ********** Begin ScriptStruct FMetasoundGraphSchemaAction_PromoteToVariable_DeferredAccessorNode
struct Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_PromoteToVariable_DeferredAccessorNode_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_375_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_PromoteToVariable_DeferredAccessorNode_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundGraphSchemaAction_NodeWithMultipleOutputs Super;
struct FMetasoundGraphSchemaAction_PromoteToVariable_DeferredAccessorNode;
// ********** End ScriptStruct FMetasoundGraphSchemaAction_PromoteToVariable_DeferredAccessorNode **
// ********** Begin ScriptStruct FMetasoundGraphSchemaAction_NewNode *******************************
struct Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewNode_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_392_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewNode_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundGraphSchemaAction_NodeWithMultipleOutputs Super;
struct FMetasoundGraphSchemaAction_NewNode;
// ********** End ScriptStruct FMetasoundGraphSchemaAction_NewNode *********************************
// ********** Begin ScriptStruct FMetasoundGraphSchemaAction_NewFromSelected ***********************
struct Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewFromSelected_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_422_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewFromSelected_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundGraphSchemaAction_NewNode Super;
struct FMetasoundGraphSchemaAction_NewFromSelected;
// ********** End ScriptStruct FMetasoundGraphSchemaAction_NewFromSelected *************************
// ********** Begin ScriptStruct FMetasoundGraphSchemaAction_NewAudioAnalyzer **********************
struct Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewAudioAnalyzer_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_444_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewAudioAnalyzer_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundGraphSchemaAction Super;
struct FMetasoundGraphSchemaAction_NewAudioAnalyzer;
// ********** End ScriptStruct FMetasoundGraphSchemaAction_NewAudioAnalyzer ************************
// ********** Begin ScriptStruct FMetasoundGraphSchemaAction_NewReroute ****************************
struct Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewReroute_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_462_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewReroute_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundGraphSchemaAction Super;
struct FMetasoundGraphSchemaAction_NewReroute;
// ********** End ScriptStruct FMetasoundGraphSchemaAction_NewReroute ******************************
// ********** Begin ScriptStruct FMetasoundGraphSchemaAction_NewComment ****************************
struct Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewComment_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_489_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_NewComment_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundGraphSchemaAction Super;
struct FMetasoundGraphSchemaAction_NewComment;
// ********** End ScriptStruct FMetasoundGraphSchemaAction_NewComment ******************************
// ********** Begin ScriptStruct FMetasoundGraphSchemaAction_Paste *********************************
struct Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_Paste_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_515_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundGraphSchemaAction_Paste_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundGraphSchemaAction Super;
struct FMetasoundGraphSchemaAction_Paste;
// ********** End ScriptStruct FMetasoundGraphSchemaAction_Paste ***********************************
// ********** Begin Class UMetasoundEditorGraphSchema **********************************************
struct Z_Construct_UClass_UMetasoundEditorGraphSchema_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorGraphSchema_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_533_INCLASS \
private: \
static void StaticRegisterNativesUMetasoundEditorGraphSchema(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorGraphSchema_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorGraphSchema_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorGraphSchema, UEdGraphSchema, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorGraphSchema_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorGraphSchema)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_533_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorGraphSchema(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorGraphSchema) \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorGraphSchema); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorGraphSchema); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorGraphSchema(UMetasoundEditorGraphSchema&&) = delete; \
UMetasoundEditorGraphSchema(const UMetasoundEditorGraphSchema&) = delete; \
METASOUNDEDITOR_API virtual ~UMetasoundEditorGraphSchema();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_530_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_533_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_533_INCLASS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h_533_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorGraphSchema;
// ********** End Class UMetasoundEditorGraphSchema ************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorGraphSchema_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,132 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "MetasoundEditorSettings.h"
#ifdef METASOUNDEDITOR_MetasoundEditorSettings_generated_h
#error "MetasoundEditorSettings.generated.h already included, missing '#pragma once' in MetasoundEditorSettings.h"
#endif
#define METASOUNDEDITOR_MetasoundEditorSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FMetasoundAnalyzerAnimationSettings *******************************
struct Z_Construct_UScriptStruct_FMetasoundAnalyzerAnimationSettings_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditorSettings_h_75_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundAnalyzerAnimationSettings_Statics; \
METASOUNDEDITOR_API static class UScriptStruct* StaticStruct();
struct FMetasoundAnalyzerAnimationSettings;
// ********** End ScriptStruct FMetasoundAnalyzerAnimationSettings *********************************
// ********** Begin Class UMetasoundEditorSettings *************************************************
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditorSettings_h_111_RPC_WRAPPERS \
DECLARE_FUNCTION(execGetAuditionPlatformNames); \
DECLARE_FUNCTION(execGetAuditionPageNames);
struct Z_Construct_UClass_UMetasoundEditorSettings_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetasoundEditorSettings_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditorSettings_h_111_INCLASS \
private: \
static void StaticRegisterNativesUMetasoundEditorSettings(); \
friend struct ::Z_Construct_UClass_UMetasoundEditorSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetasoundEditorSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundEditorSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetasoundEditorSettings_NoRegister) \
DECLARE_SERIALIZER(UMetasoundEditorSettings) \
static constexpr const TCHAR* StaticConfigName() {return TEXT("EditorPerProjectUserSettings");} \
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditorSettings_h_111_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetasoundEditorSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundEditorSettings) \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetasoundEditorSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundEditorSettings); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundEditorSettings(UMetasoundEditorSettings&&) = delete; \
UMetasoundEditorSettings(const UMetasoundEditorSettings&) = delete; \
METASOUNDEDITOR_API virtual ~UMetasoundEditorSettings();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditorSettings_h_108_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditorSettings_h_111_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditorSettings_h_111_RPC_WRAPPERS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditorSettings_h_111_INCLASS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditorSettings_h_111_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundEditorSettings;
// ********** End Class UMetasoundEditorSettings ***************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Private_MetasoundEditorSettings_h
// ********** Begin Enum EMetasoundActiveAnalyzerEnvelopeDirection *********************************
#define FOREACH_ENUM_EMETASOUNDACTIVEANALYZERENVELOPEDIRECTION(op) \
op(EMetasoundActiveAnalyzerEnvelopeDirection::FromSourceOutput) \
op(EMetasoundActiveAnalyzerEnvelopeDirection::FromDestinationInput)
enum class EMetasoundActiveAnalyzerEnvelopeDirection : uint8;
template<> struct TIsUEnumClass<EMetasoundActiveAnalyzerEnvelopeDirection> { enum { Value = true }; };
template<> METASOUNDEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EMetasoundActiveAnalyzerEnvelopeDirection>();
// ********** End Enum EMetasoundActiveAnalyzerEnvelopeDirection ***********************************
// ********** Begin Enum EMetasoundMemberDefaultWidget *********************************************
#define FOREACH_ENUM_EMETASOUNDMEMBERDEFAULTWIDGET(op) \
op(EMetasoundMemberDefaultWidget::None) \
op(EMetasoundMemberDefaultWidget::Slider) \
op(EMetasoundMemberDefaultWidget::RadialSlider)
enum class EMetasoundMemberDefaultWidget : uint8;
template<> struct TIsUEnumClass<EMetasoundMemberDefaultWidget> { enum { Value = true }; };
template<> METASOUNDEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EMetasoundMemberDefaultWidget>();
// ********** End Enum EMetasoundMemberDefaultWidget ***********************************************
// ********** Begin Enum EMetasoundBoolMemberDefaultWidget *****************************************
#define FOREACH_ENUM_EMETASOUNDBOOLMEMBERDEFAULTWIDGET(op) \
op(EMetasoundBoolMemberDefaultWidget::None) \
op(EMetasoundBoolMemberDefaultWidget::Button)
enum class EMetasoundBoolMemberDefaultWidget : uint8;
template<> struct TIsUEnumClass<EMetasoundBoolMemberDefaultWidget> { enum { Value = true }; };
template<> METASOUNDEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EMetasoundBoolMemberDefaultWidget>();
// ********** End Enum EMetasoundBoolMemberDefaultWidget *******************************************
// ********** Begin Enum EMetasoundActiveDetailView ************************************************
#define FOREACH_ENUM_EMETASOUNDACTIVEDETAILVIEW(op) \
op(EMetasoundActiveDetailView::Metasound) \
op(EMetasoundActiveDetailView::General)
enum class EMetasoundActiveDetailView : uint8;
template<> struct TIsUEnumClass<EMetasoundActiveDetailView> { enum { Value = true }; };
template<> METASOUNDEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EMetasoundActiveDetailView>();
// ********** End Enum EMetasoundActiveDetailView **************************************************
// ********** Begin Enum EAuditionPageMode *********************************************************
#define FOREACH_ENUM_EAUDITIONPAGEMODE(op) \
op(EAuditionPageMode::Focused) \
op(EAuditionPageMode::User)
enum class EAuditionPageMode : uint8;
template<> struct TIsUEnumClass<EAuditionPageMode> { enum { Value = true }; };
template<> METASOUNDEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EAuditionPageMode>();
// ********** End Enum EAuditionPageMode ***********************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,639 @@
// 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 "MetasoundEditorSubsystem.h"
#include "MetasoundBuilderBase.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetasoundEditorSubsystem() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
EDITORSUBSYSTEM_API UClass* Z_Construct_UClass_UEditorSubsystem();
ENGINE_API UClass* Z_Construct_UClass_USoundWave_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetaSoundEditorBuilderListener_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetaSoundEditorSubsystem();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetaSoundEditorSubsystem_NoRegister();
METASOUNDENGINE_API UClass* Z_Construct_UClass_UMetaSoundBuilderBase_NoRegister();
METASOUNDENGINE_API UEnum* Z_Construct_UEnum_MetasoundEngine_EMetaSoundBuilderResult();
METASOUNDENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundNodeHandle();
METASOUNDFRONTEND_API UClass* Z_Construct_UClass_UMetaSoundDocumentInterface_NoRegister();
METASOUNDFRONTEND_API UClass* Z_Construct_UClass_UMetaSoundFrontendMemberMetadata_NoRegister();
UPackage* Z_Construct_UPackage__Script_MetasoundEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMetaSoundEditorSubsystem Function AddBuilderDelegateListener ************
struct Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener_Statics
{
struct MetaSoundEditorSubsystem_eventAddBuilderDelegateListener_Parms
{
UMetaSoundBuilderBase* InBuilder;
EMetaSoundBuilderResult OutResult;
UMetaSoundEditorBuilderListener* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|MetaSound|Builder|Editor" },
{ "Comment", "// Add a builder listener for a builder which is used to add and remove custom editor builder delegates.\n" },
{ "ExpandEnumAsExecs", "OutResult" },
{ "ModuleRelativePath", "Public/MetasoundEditorSubsystem.h" },
{ "ToolTip", "Add a builder listener for a builder which is used to add and remove custom editor builder delegates." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
{ "DisplayName", "Builder Listener" },
};
#endif // WITH_METADATA
// ********** Begin Function AddBuilderDelegateListener constinit property declarations ************
static const UECodeGen_Private::FObjectPropertyParams NewProp_InBuilder;
static const UECodeGen_Private::FBytePropertyParams NewProp_OutResult_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_OutResult;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function AddBuilderDelegateListener constinit property declarations **************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function AddBuilderDelegateListener Property Definitions ***********************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener_Statics::NewProp_InBuilder = { "InBuilder", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventAddBuilderDelegateListener_Parms, InBuilder), Z_Construct_UClass_UMetaSoundBuilderBase_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener_Statics::NewProp_OutResult_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener_Statics::NewProp_OutResult = { "OutResult", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventAddBuilderDelegateListener_Parms, OutResult), Z_Construct_UEnum_MetasoundEngine_EMetaSoundBuilderResult, METADATA_PARAMS(0, nullptr) }; // 3257026291
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventAddBuilderDelegateListener_Parms, ReturnValue), Z_Construct_UClass_UMetaSoundEditorBuilderListener_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener_Statics::NewProp_InBuilder,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener_Statics::NewProp_OutResult_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener_Statics::NewProp_OutResult,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener_Statics::PropPointers) < 2048);
// ********** End Function AddBuilderDelegateListener Property Definitions *************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetaSoundEditorSubsystem, nullptr, "AddBuilderDelegateListener", Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener_Statics::MetaSoundEditorSubsystem_eventAddBuilderDelegateListener_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener_Statics::MetaSoundEditorSubsystem_eventAddBuilderDelegateListener_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMetaSoundEditorSubsystem::execAddBuilderDelegateListener)
{
P_GET_OBJECT(UMetaSoundBuilderBase,Z_Param_InBuilder);
P_GET_ENUM_REF(EMetaSoundBuilderResult,Z_Param_Out_OutResult);
P_FINISH;
P_NATIVE_BEGIN;
*(UMetaSoundEditorBuilderListener**)Z_Param__Result=P_THIS->AddBuilderDelegateListener(Z_Param_InBuilder,(EMetaSoundBuilderResult&)(Z_Param_Out_OutResult));
P_NATIVE_END;
}
// ********** End Class UMetaSoundEditorSubsystem Function AddBuilderDelegateListener **************
// ********** Begin Class UMetaSoundEditorSubsystem Function BuildToAsset **************************
struct Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics
{
struct MetaSoundEditorSubsystem_eventBuildToAsset_Parms
{
UMetaSoundBuilderBase* InBuilder;
FString Author;
FString AssetName;
FString PackagePath;
EMetaSoundBuilderResult OutResult;
const USoundWave* TemplateSoundWave;
TScriptInterface<IMetaSoundDocumentInterface> ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|MetaSound|Builder|Editor" },
{ "Comment", "// Build the given builder to a MetaSound asset\n// @param Author - Sets the author on the given builder's document.\n// @param AssetName - Name of the asset to build.\n// @param PackagePath - Path of package to build asset to.\n// @param TemplateSoundWave - SoundWave settings such as attenuation, modulation, and sound class will be copied from the optional TemplateSoundWave.\n// For preset builders, TemplateSoundWave will override the template values from the referenced asset.\n" },
{ "CPP_Default_TemplateSoundWave", "None" },
{ "ExpandEnumAsExecs", "OutResult" },
{ "ModuleRelativePath", "Public/MetasoundEditorSubsystem.h" },
{ "ToolTip", "Build the given builder to a MetaSound asset\n@param Author - Sets the author on the given builder's document.\n@param AssetName - Name of the asset to build.\n@param PackagePath - Path of package to build asset to.\n@param TemplateSoundWave - SoundWave settings such as attenuation, modulation, and sound class will be copied from the optional TemplateSoundWave.\nFor preset builders, TemplateSoundWave will override the template values from the referenced asset." },
{ "WorldContext", "Parent" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InBuilder_MetaData[] = {
{ "DisplayName", "Builder" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Author_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AssetName_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PackagePath_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TemplateSoundWave_MetaData[] = {
{ "DisplayName", "Template SoundWave" },
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
{ "DisplayName", "MetaSound Asset" },
};
#endif // WITH_METADATA
// ********** Begin Function BuildToAsset constinit property declarations **************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_InBuilder;
static const UECodeGen_Private::FStrPropertyParams NewProp_Author;
static const UECodeGen_Private::FStrPropertyParams NewProp_AssetName;
static const UECodeGen_Private::FStrPropertyParams NewProp_PackagePath;
static const UECodeGen_Private::FBytePropertyParams NewProp_OutResult_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_OutResult;
static const UECodeGen_Private::FObjectPropertyParams NewProp_TemplateSoundWave;
static const UECodeGen_Private::FInterfacePropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function BuildToAsset constinit property declarations ****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function BuildToAsset Property Definitions *************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::NewProp_InBuilder = { "InBuilder", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventBuildToAsset_Parms, InBuilder), Z_Construct_UClass_UMetaSoundBuilderBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InBuilder_MetaData), NewProp_InBuilder_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::NewProp_Author = { "Author", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventBuildToAsset_Parms, Author), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Author_MetaData), NewProp_Author_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::NewProp_AssetName = { "AssetName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventBuildToAsset_Parms, AssetName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AssetName_MetaData), NewProp_AssetName_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::NewProp_PackagePath = { "PackagePath", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventBuildToAsset_Parms, PackagePath), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PackagePath_MetaData), NewProp_PackagePath_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::NewProp_OutResult_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::NewProp_OutResult = { "OutResult", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventBuildToAsset_Parms, OutResult), Z_Construct_UEnum_MetasoundEngine_EMetaSoundBuilderResult, METADATA_PARAMS(0, nullptr) }; // 3257026291
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::NewProp_TemplateSoundWave = { "TemplateSoundWave", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventBuildToAsset_Parms, TemplateSoundWave), Z_Construct_UClass_USoundWave_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TemplateSoundWave_MetaData), NewProp_TemplateSoundWave_MetaData) };
const UECodeGen_Private::FInterfacePropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0014000000000580, UECodeGen_Private::EPropertyGenFlags::Interface, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventBuildToAsset_Parms, ReturnValue), Z_Construct_UClass_UMetaSoundDocumentInterface_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::NewProp_InBuilder,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::NewProp_Author,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::NewProp_AssetName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::NewProp_PackagePath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::NewProp_OutResult_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::NewProp_OutResult,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::NewProp_TemplateSoundWave,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::PropPointers) < 2048);
// ********** End Function BuildToAsset Property Definitions ***************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetaSoundEditorSubsystem, nullptr, "BuildToAsset", Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::MetaSoundEditorSubsystem_eventBuildToAsset_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::MetaSoundEditorSubsystem_eventBuildToAsset_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMetaSoundEditorSubsystem::execBuildToAsset)
{
P_GET_OBJECT(UMetaSoundBuilderBase,Z_Param_InBuilder);
P_GET_PROPERTY(FStrProperty,Z_Param_Author);
P_GET_PROPERTY(FStrProperty,Z_Param_AssetName);
P_GET_PROPERTY(FStrProperty,Z_Param_PackagePath);
P_GET_ENUM_REF(EMetaSoundBuilderResult,Z_Param_Out_OutResult);
P_GET_OBJECT(USoundWave,Z_Param_TemplateSoundWave);
P_FINISH;
P_NATIVE_BEGIN;
*(TScriptInterface<IMetaSoundDocumentInterface>*)Z_Param__Result=P_THIS->BuildToAsset(Z_Param_InBuilder,Z_Param_Author,Z_Param_AssetName,Z_Param_PackagePath,(EMetaSoundBuilderResult&)(Z_Param_Out_OutResult),Z_Param_TemplateSoundWave);
P_NATIVE_END;
}
// ********** End Class UMetaSoundEditorSubsystem Function BuildToAsset ****************************
// ********** Begin Class UMetaSoundEditorSubsystem Function FindOrBeginBuilding *******************
struct Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding_Statics
{
struct MetaSoundEditorSubsystem_eventFindOrBeginBuilding_Parms
{
TScriptInterface<IMetaSoundDocumentInterface> MetaSound;
EMetaSoundBuilderResult OutResult;
UMetaSoundBuilderBase* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|MetaSound|Builder|Editor" },
{ "Comment", "// Returns a builder for the given MetaSound asset. Returns null if provided a transient MetaSound. For finding builders for transient\n// MetaSounds, use the UMetaSoundBuilderSubsystem's API (FindPatchBuilder, FindSourceBuilder, FindBuilderByName etc.)\n" },
{ "DisplayName", "Find Or Begin Building MetaSound Asset" },
{ "ExpandEnumAsExecs", "OutResult" },
{ "ModuleRelativePath", "Public/MetasoundEditorSubsystem.h" },
{ "ToolTip", "Returns a builder for the given MetaSound asset. Returns null if provided a transient MetaSound. For finding builders for transient\nMetaSounds, use the UMetaSoundBuilderSubsystem's API (FindPatchBuilder, FindSourceBuilder, FindBuilderByName etc.)" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
{ "DisplayName", "Builder" },
};
#endif // WITH_METADATA
// ********** Begin Function FindOrBeginBuilding constinit property declarations *******************
static const UECodeGen_Private::FInterfacePropertyParams NewProp_MetaSound;
static const UECodeGen_Private::FBytePropertyParams NewProp_OutResult_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_OutResult;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function FindOrBeginBuilding constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function FindOrBeginBuilding Property Definitions ******************************
const UECodeGen_Private::FInterfacePropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding_Statics::NewProp_MetaSound = { "MetaSound", nullptr, (EPropertyFlags)0x0014000000000080, UECodeGen_Private::EPropertyGenFlags::Interface, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventFindOrBeginBuilding_Parms, MetaSound), Z_Construct_UClass_UMetaSoundDocumentInterface_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding_Statics::NewProp_OutResult_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding_Statics::NewProp_OutResult = { "OutResult", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventFindOrBeginBuilding_Parms, OutResult), Z_Construct_UEnum_MetasoundEngine_EMetaSoundBuilderResult, METADATA_PARAMS(0, nullptr) }; // 3257026291
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventFindOrBeginBuilding_Parms, ReturnValue), Z_Construct_UClass_UMetaSoundBuilderBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding_Statics::NewProp_MetaSound,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding_Statics::NewProp_OutResult_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding_Statics::NewProp_OutResult,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding_Statics::PropPointers) < 2048);
// ********** End Function FindOrBeginBuilding Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetaSoundEditorSubsystem, nullptr, "FindOrBeginBuilding", Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding_Statics::MetaSoundEditorSubsystem_eventFindOrBeginBuilding_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding_Statics::MetaSoundEditorSubsystem_eventFindOrBeginBuilding_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMetaSoundEditorSubsystem::execFindOrBeginBuilding)
{
P_GET_TINTERFACE(IMetaSoundDocumentInterface,Z_Param_MetaSound);
P_GET_ENUM_REF(EMetaSoundBuilderResult,Z_Param_Out_OutResult);
P_FINISH;
P_NATIVE_BEGIN;
*(UMetaSoundBuilderBase**)Z_Param__Result=P_THIS->FindOrBeginBuilding(Z_Param_MetaSound,(EMetaSoundBuilderResult&)(Z_Param_Out_OutResult));
P_NATIVE_END;
}
// ********** End Class UMetaSoundEditorSubsystem Function FindOrBeginBuilding *********************
// ********** Begin Class UMetaSoundEditorSubsystem Function FindOrCreateGraphInputMetadata ********
struct Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics
{
struct MetaSoundEditorSubsystem_eventFindOrCreateGraphInputMetadata_Parms
{
UMetaSoundBuilderBase* InBuilder;
FName InputName;
EMetaSoundBuilderResult OutResult;
UMetaSoundFrontendMemberMetadata* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|MetaSound|Builder" },
{ "Comment", "// Find graph input metadata (which includes editor only range information for floats) for a given input. If the metadata does not exist, create it. \n" },
{ "ExpandEnumAsExecs", "OutResult" },
{ "ModuleRelativePath", "Public/MetasoundEditorSubsystem.h" },
{ "ToolTip", "Find graph input metadata (which includes editor only range information for floats) for a given input. If the metadata does not exist, create it." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InBuilder_MetaData[] = {
{ "DisplayName", "Builder" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
{ "DisplayName", "Input Metadata" },
};
#endif // WITH_METADATA
// ********** Begin Function FindOrCreateGraphInputMetadata constinit property declarations ********
static const UECodeGen_Private::FObjectPropertyParams NewProp_InBuilder;
static const UECodeGen_Private::FNamePropertyParams NewProp_InputName;
static const UECodeGen_Private::FBytePropertyParams NewProp_OutResult_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_OutResult;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function FindOrCreateGraphInputMetadata constinit property declarations **********
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function FindOrCreateGraphInputMetadata Property Definitions *******************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics::NewProp_InBuilder = { "InBuilder", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventFindOrCreateGraphInputMetadata_Parms, InBuilder), Z_Construct_UClass_UMetaSoundBuilderBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InBuilder_MetaData), NewProp_InBuilder_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics::NewProp_InputName = { "InputName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventFindOrCreateGraphInputMetadata_Parms, InputName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics::NewProp_OutResult_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics::NewProp_OutResult = { "OutResult", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventFindOrCreateGraphInputMetadata_Parms, OutResult), Z_Construct_UEnum_MetasoundEngine_EMetaSoundBuilderResult, METADATA_PARAMS(0, nullptr) }; // 3257026291
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventFindOrCreateGraphInputMetadata_Parms, ReturnValue), Z_Construct_UClass_UMetaSoundFrontendMemberMetadata_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics::NewProp_InBuilder,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics::NewProp_InputName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics::NewProp_OutResult_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics::NewProp_OutResult,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics::PropPointers) < 2048);
// ********** End Function FindOrCreateGraphInputMetadata Property Definitions *********************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetaSoundEditorSubsystem, nullptr, "FindOrCreateGraphInputMetadata", Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics::MetaSoundEditorSubsystem_eventFindOrCreateGraphInputMetadata_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics::MetaSoundEditorSubsystem_eventFindOrCreateGraphInputMetadata_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMetaSoundEditorSubsystem::execFindOrCreateGraphInputMetadata)
{
P_GET_OBJECT(UMetaSoundBuilderBase,Z_Param_InBuilder);
P_GET_PROPERTY(FNameProperty,Z_Param_InputName);
P_GET_ENUM_REF(EMetaSoundBuilderResult,Z_Param_Out_OutResult);
P_FINISH;
P_NATIVE_BEGIN;
*(UMetaSoundFrontendMemberMetadata**)Z_Param__Result=P_THIS->FindOrCreateGraphInputMetadata(Z_Param_InBuilder,Z_Param_InputName,(EMetaSoundBuilderResult&)(Z_Param_Out_OutResult));
P_NATIVE_END;
}
// ********** End Class UMetaSoundEditorSubsystem Function FindOrCreateGraphInputMetadata **********
// ********** Begin Class UMetaSoundEditorSubsystem Function SetFocusedPage ************************
struct Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics
{
struct MetaSoundEditorSubsystem_eventSetFocusedPage_Parms
{
UMetaSoundBuilderBase* Builder;
FName PageName;
bool bOpenEditor;
EMetaSoundBuilderResult OutResult;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|MetaSound|Builder|Editor" },
{ "Comment", "// If the given page name is implemented on the provided builder, sets the focused page of\n// the provided builder to the associated page and sets the audition page to\n// the provided name. If the given builder has an asset editor open, optionally opens or brings\n// that editor's associated PageID into user focus.\n" },
{ "ExpandEnumAsExecs", "OutResult" },
{ "ModuleRelativePath", "Public/MetasoundEditorSubsystem.h" },
{ "ToolTip", "If the given page name is implemented on the provided builder, sets the focused page of\nthe provided builder to the associated page and sets the audition page to\nthe provided name. If the given builder has an asset editor open, optionally opens or brings\nthat editor's associated PageID into user focus." },
};
#endif // WITH_METADATA
// ********** Begin Function SetFocusedPage constinit property declarations ************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Builder;
static const UECodeGen_Private::FNamePropertyParams NewProp_PageName;
static void NewProp_bOpenEditor_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOpenEditor;
static const UECodeGen_Private::FBytePropertyParams NewProp_OutResult_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_OutResult;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetFocusedPage constinit property declarations **************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetFocusedPage Property Definitions ***********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::NewProp_Builder = { "Builder", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventSetFocusedPage_Parms, Builder), Z_Construct_UClass_UMetaSoundBuilderBase_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::NewProp_PageName = { "PageName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventSetFocusedPage_Parms, PageName), METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::NewProp_bOpenEditor_SetBit(void* Obj)
{
((MetaSoundEditorSubsystem_eventSetFocusedPage_Parms*)Obj)->bOpenEditor = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::NewProp_bOpenEditor = { "bOpenEditor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MetaSoundEditorSubsystem_eventSetFocusedPage_Parms), &Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::NewProp_bOpenEditor_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::NewProp_OutResult_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::NewProp_OutResult = { "OutResult", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventSetFocusedPage_Parms, OutResult), Z_Construct_UEnum_MetasoundEngine_EMetaSoundBuilderResult, METADATA_PARAMS(0, nullptr) }; // 3257026291
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::NewProp_Builder,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::NewProp_PageName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::NewProp_bOpenEditor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::NewProp_OutResult_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::NewProp_OutResult,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::PropPointers) < 2048);
// ********** End Function SetFocusedPage Property Definitions *************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetaSoundEditorSubsystem, nullptr, "SetFocusedPage", Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::MetaSoundEditorSubsystem_eventSetFocusedPage_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::MetaSoundEditorSubsystem_eventSetFocusedPage_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMetaSoundEditorSubsystem::execSetFocusedPage)
{
P_GET_OBJECT(UMetaSoundBuilderBase,Z_Param_Builder);
P_GET_PROPERTY(FNameProperty,Z_Param_PageName);
P_GET_UBOOL(Z_Param_bOpenEditor);
P_GET_ENUM_REF(EMetaSoundBuilderResult,Z_Param_Out_OutResult);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetFocusedPage(Z_Param_Builder,Z_Param_PageName,Z_Param_bOpenEditor,(EMetaSoundBuilderResult&)(Z_Param_Out_OutResult));
P_NATIVE_END;
}
// ********** End Class UMetaSoundEditorSubsystem Function SetFocusedPage **************************
// ********** Begin Class UMetaSoundEditorSubsystem Function SetNodeLocation ***********************
struct Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics
{
struct MetaSoundEditorSubsystem_eventSetNodeLocation_Parms
{
UMetaSoundBuilderBase* InBuilder;
FMetaSoundNodeHandle InNode;
FVector2D InLocation;
EMetaSoundBuilderResult OutResult;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Audio|MetaSound|Builder|Editor" },
{ "Comment", "// Sets the visual location to InLocation of a given node InNode of a given builder's document.\n" },
{ "ExpandEnumAsExecs", "OutResult" },
{ "ModuleRelativePath", "Public/MetasoundEditorSubsystem.h" },
{ "ToolTip", "Sets the visual location to InLocation of a given node InNode of a given builder's document." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InBuilder_MetaData[] = {
{ "DisplayName", "Builder" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InNode_MetaData[] = {
{ "DisplayName", "Node Handle" },
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InLocation_MetaData[] = {
{ "DisplayName", "Location" },
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetNodeLocation constinit property declarations ***********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_InBuilder;
static const UECodeGen_Private::FStructPropertyParams NewProp_InNode;
static const UECodeGen_Private::FStructPropertyParams NewProp_InLocation;
static const UECodeGen_Private::FBytePropertyParams NewProp_OutResult_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_OutResult;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetNodeLocation constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetNodeLocation Property Definitions **********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics::NewProp_InBuilder = { "InBuilder", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventSetNodeLocation_Parms, InBuilder), Z_Construct_UClass_UMetaSoundBuilderBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InBuilder_MetaData), NewProp_InBuilder_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics::NewProp_InNode = { "InNode", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventSetNodeLocation_Parms, InNode), Z_Construct_UScriptStruct_FMetaSoundNodeHandle, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InNode_MetaData), NewProp_InNode_MetaData) }; // 289296956
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics::NewProp_InLocation = { "InLocation", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventSetNodeLocation_Parms, InLocation), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InLocation_MetaData), NewProp_InLocation_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics::NewProp_OutResult_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics::NewProp_OutResult = { "OutResult", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundEditorSubsystem_eventSetNodeLocation_Parms, OutResult), Z_Construct_UEnum_MetasoundEngine_EMetaSoundBuilderResult, METADATA_PARAMS(0, nullptr) }; // 3257026291
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics::NewProp_InBuilder,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics::NewProp_InNode,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics::NewProp_InLocation,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics::NewProp_OutResult_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics::NewProp_OutResult,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics::PropPointers) < 2048);
// ********** End Function SetNodeLocation Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetaSoundEditorSubsystem, nullptr, "SetNodeLocation", Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics::MetaSoundEditorSubsystem_eventSetNodeLocation_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics::MetaSoundEditorSubsystem_eventSetNodeLocation_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMetaSoundEditorSubsystem::execSetNodeLocation)
{
P_GET_OBJECT(UMetaSoundBuilderBase,Z_Param_InBuilder);
P_GET_STRUCT_REF(FMetaSoundNodeHandle,Z_Param_Out_InNode);
P_GET_STRUCT_REF(FVector2D,Z_Param_Out_InLocation);
P_GET_ENUM_REF(EMetaSoundBuilderResult,Z_Param_Out_OutResult);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetNodeLocation(Z_Param_InBuilder,Z_Param_Out_InNode,Z_Param_Out_InLocation,(EMetaSoundBuilderResult&)(Z_Param_Out_OutResult));
P_NATIVE_END;
}
// ********** End Class UMetaSoundEditorSubsystem Function SetNodeLocation *************************
// ********** Begin Class UMetaSoundEditorSubsystem ************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetaSoundEditorSubsystem;
UClass* UMetaSoundEditorSubsystem::GetPrivateStaticClass()
{
using TClass = UMetaSoundEditorSubsystem;
if (!Z_Registration_Info_UClass_UMetaSoundEditorSubsystem.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetaSoundEditorSubsystem"),
Z_Registration_Info_UClass_UMetaSoundEditorSubsystem.InnerSingleton,
StaticRegisterNativesUMetaSoundEditorSubsystem,
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_UMetaSoundEditorSubsystem.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetaSoundEditorSubsystem_NoRegister()
{
return UMetaSoundEditorSubsystem::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetaSoundEditorSubsystem_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** The subsystem in charge of editor MetaSound functionality */" },
{ "DisplayName", "MetaSound Editor Subsystem" },
{ "IncludePath", "MetasoundEditorSubsystem.h" },
{ "ModuleRelativePath", "Public/MetasoundEditorSubsystem.h" },
{ "ToolTip", "The subsystem in charge of editor MetaSound functionality" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetaSoundEditorSubsystem constinit property declarations ****************
// ********** End Class UMetaSoundEditorSubsystem constinit property declarations ******************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("AddBuilderDelegateListener"), .Pointer = &UMetaSoundEditorSubsystem::execAddBuilderDelegateListener },
{ .NameUTF8 = UTF8TEXT("BuildToAsset"), .Pointer = &UMetaSoundEditorSubsystem::execBuildToAsset },
{ .NameUTF8 = UTF8TEXT("FindOrBeginBuilding"), .Pointer = &UMetaSoundEditorSubsystem::execFindOrBeginBuilding },
{ .NameUTF8 = UTF8TEXT("FindOrCreateGraphInputMetadata"), .Pointer = &UMetaSoundEditorSubsystem::execFindOrCreateGraphInputMetadata },
{ .NameUTF8 = UTF8TEXT("SetFocusedPage"), .Pointer = &UMetaSoundEditorSubsystem::execSetFocusedPage },
{ .NameUTF8 = UTF8TEXT("SetNodeLocation"), .Pointer = &UMetaSoundEditorSubsystem::execSetNodeLocation },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UMetaSoundEditorSubsystem_AddBuilderDelegateListener, "AddBuilderDelegateListener" }, // 273789665
{ &Z_Construct_UFunction_UMetaSoundEditorSubsystem_BuildToAsset, "BuildToAsset" }, // 135469047
{ &Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrBeginBuilding, "FindOrBeginBuilding" }, // 2086313009
{ &Z_Construct_UFunction_UMetaSoundEditorSubsystem_FindOrCreateGraphInputMetadata, "FindOrCreateGraphInputMetadata" }, // 2618159897
{ &Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetFocusedPage, "SetFocusedPage" }, // 199749649
{ &Z_Construct_UFunction_UMetaSoundEditorSubsystem_SetNodeLocation, "SetNodeLocation" }, // 2246358450
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetaSoundEditorSubsystem>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetaSoundEditorSubsystem_Statics
UObject* (*const Z_Construct_UClass_UMetaSoundEditorSubsystem_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEditorSubsystem,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundEditorSubsystem_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetaSoundEditorSubsystem_Statics::ClassParams = {
&UMetaSoundEditorSubsystem::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_UMetaSoundEditorSubsystem_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetaSoundEditorSubsystem_Statics::Class_MetaDataParams)
};
void UMetaSoundEditorSubsystem::StaticRegisterNativesUMetaSoundEditorSubsystem()
{
UClass* Class = UMetaSoundEditorSubsystem::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UMetaSoundEditorSubsystem_Statics::Funcs));
}
UClass* Z_Construct_UClass_UMetaSoundEditorSubsystem()
{
if (!Z_Registration_Info_UClass_UMetaSoundEditorSubsystem.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetaSoundEditorSubsystem.OuterSingleton, Z_Construct_UClass_UMetaSoundEditorSubsystem_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetaSoundEditorSubsystem.OuterSingleton;
}
UMetaSoundEditorSubsystem::UMetaSoundEditorSubsystem() {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetaSoundEditorSubsystem);
UMetaSoundEditorSubsystem::~UMetaSoundEditorSubsystem() {}
// ********** End Class UMetaSoundEditorSubsystem **************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorSubsystem_h__Script_MetasoundEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMetaSoundEditorSubsystem, UMetaSoundEditorSubsystem::StaticClass, TEXT("UMetaSoundEditorSubsystem"), &Z_Registration_Info_UClass_UMetaSoundEditorSubsystem, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetaSoundEditorSubsystem), 136295264U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorSubsystem_h__Script_MetasoundEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorSubsystem_h__Script_MetasoundEditor_2528237478{
TEXT("/Script/MetasoundEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorSubsystem_h__Script_MetasoundEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorSubsystem_h__Script_MetasoundEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,80 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "MetasoundEditorSubsystem.h"
#ifdef METASOUNDEDITOR_MetasoundEditorSubsystem_generated_h
#error "MetasoundEditorSubsystem.generated.h already included, missing '#pragma once' in MetasoundEditorSubsystem.h"
#endif
#define METASOUNDEDITOR_MetasoundEditorSubsystem_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
class IMetaSoundDocumentInterface;
class UMetaSoundBuilderBase;
class UMetaSoundEditorBuilderListener;
class UMetaSoundFrontendMemberMetadata;
class USoundWave;
enum class EMetaSoundBuilderResult : uint8;
struct FMetaSoundNodeHandle;
// ********** Begin Class UMetaSoundEditorSubsystem ************************************************
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorSubsystem_h_29_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execSetFocusedPage); \
DECLARE_FUNCTION(execAddBuilderDelegateListener); \
DECLARE_FUNCTION(execSetNodeLocation); \
DECLARE_FUNCTION(execFindOrCreateGraphInputMetadata); \
DECLARE_FUNCTION(execFindOrBeginBuilding); \
DECLARE_FUNCTION(execBuildToAsset);
struct Z_Construct_UClass_UMetaSoundEditorSubsystem_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetaSoundEditorSubsystem_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorSubsystem_h_29_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetaSoundEditorSubsystem(); \
friend struct ::Z_Construct_UClass_UMetaSoundEditorSubsystem_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetaSoundEditorSubsystem_NoRegister(); \
public: \
DECLARE_CLASS2(UMetaSoundEditorSubsystem, UEditorSubsystem, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetaSoundEditorSubsystem_NoRegister) \
DECLARE_SERIALIZER(UMetaSoundEditorSubsystem)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorSubsystem_h_29_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetaSoundEditorSubsystem(); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetaSoundEditorSubsystem(UMetaSoundEditorSubsystem&&) = delete; \
UMetaSoundEditorSubsystem(const UMetaSoundEditorSubsystem&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetaSoundEditorSubsystem); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetaSoundEditorSubsystem); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UMetaSoundEditorSubsystem) \
METASOUNDEDITOR_API virtual ~UMetaSoundEditorSubsystem();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorSubsystem_h_26_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorSubsystem_h_29_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorSubsystem_h_29_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorSubsystem_h_29_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorSubsystem_h_29_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetaSoundEditorSubsystem;
// ********** End Class UMetaSoundEditorSubsystem **************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundEditorSubsystem_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,307 @@
// 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 "MetasoundFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetasoundFactory() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetaSoundBaseFactory();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetaSoundBaseFactory_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetaSoundFactory();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetaSoundFactory_NoRegister();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetaSoundSourceFactory();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetaSoundSourceFactory_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_MetasoundEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMetaSoundBaseFactory ****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetaSoundBaseFactory;
UClass* UMetaSoundBaseFactory::GetPrivateStaticClass()
{
using TClass = UMetaSoundBaseFactory;
if (!Z_Registration_Info_UClass_UMetaSoundBaseFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetaSoundBaseFactory"),
Z_Registration_Info_UClass_UMetaSoundBaseFactory.InnerSingleton,
StaticRegisterNativesUMetaSoundBaseFactory,
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_UMetaSoundBaseFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetaSoundBaseFactory_NoRegister()
{
return UMetaSoundBaseFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetaSoundBaseFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "MetasoundFactory.h" },
{ "ModuleRelativePath", "Public/MetasoundFactory.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReferencedMetaSoundObject_MetaData[] = {
{ "Category", "Factory" },
{ "Comment", "// Set to initialize MetaSound type as Preset,\n// using the provided MetaSound as a Reference\n" },
{ "ModuleRelativePath", "Public/MetasoundFactory.h" },
{ "ToolTip", "Set to initialize MetaSound type as Preset,\nusing the provided MetaSound as a Reference" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetaSoundBaseFactory constinit property declarations ********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReferencedMetaSoundObject;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMetaSoundBaseFactory constinit property declarations **********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetaSoundBaseFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetaSoundBaseFactory_Statics
// ********** Begin Class UMetaSoundBaseFactory Property Definitions *******************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMetaSoundBaseFactory_Statics::NewProp_ReferencedMetaSoundObject = { "ReferencedMetaSoundObject", nullptr, (EPropertyFlags)0x0114000000002001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundBaseFactory, ReferencedMetaSoundObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReferencedMetaSoundObject_MetaData), NewProp_ReferencedMetaSoundObject_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMetaSoundBaseFactory_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundBaseFactory_Statics::NewProp_ReferencedMetaSoundObject,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundBaseFactory_Statics::PropPointers) < 2048);
// ********** End Class UMetaSoundBaseFactory Property Definitions *********************************
UObject* (*const Z_Construct_UClass_UMetaSoundBaseFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundBaseFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetaSoundBaseFactory_Statics::ClassParams = {
&UMetaSoundBaseFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMetaSoundBaseFactory_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundBaseFactory_Statics::PropPointers),
0,
0x000000A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundBaseFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetaSoundBaseFactory_Statics::Class_MetaDataParams)
};
void UMetaSoundBaseFactory::StaticRegisterNativesUMetaSoundBaseFactory()
{
}
UClass* Z_Construct_UClass_UMetaSoundBaseFactory()
{
if (!Z_Registration_Info_UClass_UMetaSoundBaseFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetaSoundBaseFactory.OuterSingleton, Z_Construct_UClass_UMetaSoundBaseFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetaSoundBaseFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetaSoundBaseFactory);
UMetaSoundBaseFactory::~UMetaSoundBaseFactory() {}
// ********** End Class UMetaSoundBaseFactory ******************************************************
// ********** Begin Class UMetaSoundFactory ********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetaSoundFactory;
UClass* UMetaSoundFactory::GetPrivateStaticClass()
{
using TClass = UMetaSoundFactory;
if (!Z_Registration_Info_UClass_UMetaSoundFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetaSoundFactory"),
Z_Registration_Info_UClass_UMetaSoundFactory.InnerSingleton,
StaticRegisterNativesUMetaSoundFactory,
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_UMetaSoundFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetaSoundFactory_NoRegister()
{
return UMetaSoundFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetaSoundFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object" },
{ "IncludePath", "MetasoundFactory.h" },
{ "ModuleRelativePath", "Public/MetasoundFactory.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetaSoundFactory constinit property declarations ************************
// ********** End Class UMetaSoundFactory constinit property declarations **************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetaSoundFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetaSoundFactory_Statics
UObject* (*const Z_Construct_UClass_UMetaSoundFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetaSoundBaseFactory,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetaSoundFactory_Statics::ClassParams = {
&UMetaSoundFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetaSoundFactory_Statics::Class_MetaDataParams)
};
void UMetaSoundFactory::StaticRegisterNativesUMetaSoundFactory()
{
}
UClass* Z_Construct_UClass_UMetaSoundFactory()
{
if (!Z_Registration_Info_UClass_UMetaSoundFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetaSoundFactory.OuterSingleton, Z_Construct_UClass_UMetaSoundFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetaSoundFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetaSoundFactory);
UMetaSoundFactory::~UMetaSoundFactory() {}
// ********** End Class UMetaSoundFactory **********************************************************
// ********** Begin Class UMetaSoundSourceFactory **************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetaSoundSourceFactory;
UClass* UMetaSoundSourceFactory::GetPrivateStaticClass()
{
using TClass = UMetaSoundSourceFactory;
if (!Z_Registration_Info_UClass_UMetaSoundSourceFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetaSoundSourceFactory"),
Z_Registration_Info_UClass_UMetaSoundSourceFactory.InnerSingleton,
StaticRegisterNativesUMetaSoundSourceFactory,
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_UMetaSoundSourceFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetaSoundSourceFactory_NoRegister()
{
return UMetaSoundSourceFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetaSoundSourceFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object" },
{ "IncludePath", "MetasoundFactory.h" },
{ "ModuleRelativePath", "Public/MetasoundFactory.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetaSoundSourceFactory constinit property declarations ******************
// ********** End Class UMetaSoundSourceFactory constinit property declarations ********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetaSoundSourceFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetaSoundSourceFactory_Statics
UObject* (*const Z_Construct_UClass_UMetaSoundSourceFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetaSoundBaseFactory,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundSourceFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetaSoundSourceFactory_Statics::ClassParams = {
&UMetaSoundSourceFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundSourceFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetaSoundSourceFactory_Statics::Class_MetaDataParams)
};
void UMetaSoundSourceFactory::StaticRegisterNativesUMetaSoundSourceFactory()
{
}
UClass* Z_Construct_UClass_UMetaSoundSourceFactory()
{
if (!Z_Registration_Info_UClass_UMetaSoundSourceFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetaSoundSourceFactory.OuterSingleton, Z_Construct_UClass_UMetaSoundSourceFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetaSoundSourceFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetaSoundSourceFactory);
UMetaSoundSourceFactory::~UMetaSoundSourceFactory() {}
// ********** End Class UMetaSoundSourceFactory ****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h__Script_MetasoundEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMetaSoundBaseFactory, UMetaSoundBaseFactory::StaticClass, TEXT("UMetaSoundBaseFactory"), &Z_Registration_Info_UClass_UMetaSoundBaseFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetaSoundBaseFactory), 4028135482U) },
{ Z_Construct_UClass_UMetaSoundFactory, UMetaSoundFactory::StaticClass, TEXT("UMetaSoundFactory"), &Z_Registration_Info_UClass_UMetaSoundFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetaSoundFactory), 3111176788U) },
{ Z_Construct_UClass_UMetaSoundSourceFactory, UMetaSoundSourceFactory::StaticClass, TEXT("UMetaSoundSourceFactory"), &Z_Registration_Info_UClass_UMetaSoundSourceFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetaSoundSourceFactory), 1093479679U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h__Script_MetasoundEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h__Script_MetasoundEditor_466972931{
TEXT("/Script/MetasoundEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h__Script_MetasoundEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h__Script_MetasoundEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,145 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "MetasoundFactory.h"
#ifdef METASOUNDEDITOR_MetasoundFactory_generated_h
#error "MetasoundFactory.generated.h already included, missing '#pragma once' in MetasoundFactory.h"
#endif
#define METASOUNDEDITOR_MetasoundFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMetaSoundBaseFactory ****************************************************
struct Z_Construct_UClass_UMetaSoundBaseFactory_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetaSoundBaseFactory_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h_17_INCLASS \
private: \
static void StaticRegisterNativesUMetaSoundBaseFactory(); \
friend struct ::Z_Construct_UClass_UMetaSoundBaseFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetaSoundBaseFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UMetaSoundBaseFactory, UFactory, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetaSoundBaseFactory_NoRegister) \
DECLARE_SERIALIZER(UMetaSoundBaseFactory)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h_17_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UMetaSoundBaseFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetaSoundBaseFactory) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UMetaSoundBaseFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetaSoundBaseFactory); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetaSoundBaseFactory(UMetaSoundBaseFactory&&) = delete; \
UMetaSoundBaseFactory(const UMetaSoundBaseFactory&) = delete; \
NO_API virtual ~UMetaSoundBaseFactory();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h_14_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h_17_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h_17_INCLASS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h_17_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetaSoundBaseFactory;
// ********** End Class UMetaSoundBaseFactory ******************************************************
// ********** Begin Class UMetaSoundFactory ********************************************************
struct Z_Construct_UClass_UMetaSoundFactory_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetaSoundFactory_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h_28_INCLASS \
private: \
static void StaticRegisterNativesUMetaSoundFactory(); \
friend struct ::Z_Construct_UClass_UMetaSoundFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetaSoundFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UMetaSoundFactory, UMetaSoundBaseFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetaSoundFactory_NoRegister) \
DECLARE_SERIALIZER(UMetaSoundFactory)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h_28_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetaSoundFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetaSoundFactory) \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetaSoundFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetaSoundFactory); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetaSoundFactory(UMetaSoundFactory&&) = delete; \
UMetaSoundFactory(const UMetaSoundFactory&) = delete; \
METASOUNDEDITOR_API virtual ~UMetaSoundFactory();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h_25_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h_28_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h_28_INCLASS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h_28_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetaSoundFactory;
// ********** End Class UMetaSoundFactory **********************************************************
// ********** Begin Class UMetaSoundSourceFactory **************************************************
struct Z_Construct_UClass_UMetaSoundSourceFactory_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetaSoundSourceFactory_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h_38_INCLASS \
private: \
static void StaticRegisterNativesUMetaSoundSourceFactory(); \
friend struct ::Z_Construct_UClass_UMetaSoundSourceFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetaSoundSourceFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UMetaSoundSourceFactory, UMetaSoundBaseFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetaSoundSourceFactory_NoRegister) \
DECLARE_SERIALIZER(UMetaSoundSourceFactory)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h_38_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetaSoundSourceFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetaSoundSourceFactory) \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetaSoundSourceFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetaSoundSourceFactory); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetaSoundSourceFactory(UMetaSoundSourceFactory&&) = delete; \
UMetaSoundSourceFactory(const UMetaSoundSourceFactory&) = delete; \
METASOUNDEDITOR_API virtual ~UMetaSoundSourceFactory();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h_35_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h_38_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h_38_INCLASS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h_38_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetaSoundSourceFactory;
// ********** End Class UMetaSoundSourceFactory ****************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,374 @@
// 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 "MetasoundPresetWidgetInterface.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetasoundPresetWidgetInterface() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UAudioComponent_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UAudioPanelWidgetInterface();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetaSoundPresetWidgetInterface();
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetaSoundPresetWidgetInterface_NoRegister();
METASOUNDENGINE_API UClass* Z_Construct_UClass_UMetaSoundBuilderBase_NoRegister();
METASOUNDFRONTEND_API UClass* Z_Construct_UClass_UMetaSoundDocumentInterface_NoRegister();
UPackage* Z_Construct_UPackage__Script_MetasoundEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Interface UMetaSoundPresetWidgetInterface Function GetSupportedMetaSounds ******
struct MetaSoundPresetWidgetInterface_eventGetSupportedMetaSounds_Parms
{
bool bSupportAllPresets;
TArray<TScriptInterface<IMetaSoundDocumentInterface>> ExcludedMetaSounds;
TArray<TScriptInterface<IMetaSoundDocumentInterface>> IncludedMetaSounds;
};
void IMetaSoundPresetWidgetInterface::GetSupportedMetaSounds(bool& bSupportAllPresets, TArray<TScriptInterface<IMetaSoundDocumentInterface>>& ExcludedMetaSounds, TArray<TScriptInterface<IMetaSoundDocumentInterface>>& IncludedMetaSounds) const
{
check(0 && "Do not directly call Event functions in Interfaces. Call Execute_GetSupportedMetaSounds instead.");
}
static FName NAME_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds = FName(TEXT("GetSupportedMetaSounds"));
void IMetaSoundPresetWidgetInterface::Execute_GetSupportedMetaSounds(const UObject* O, bool& bSupportAllPresets, TArray<TScriptInterface<IMetaSoundDocumentInterface>>& ExcludedMetaSounds, TArray<TScriptInterface<IMetaSoundDocumentInterface>>& IncludedMetaSounds)
{
check(O != NULL);
check(O->GetClass()->ImplementsInterface(UMetaSoundPresetWidgetInterface::StaticClass()));
MetaSoundPresetWidgetInterface_eventGetSupportedMetaSounds_Parms Parms;
UFunction* const Func = O->FindFunction(NAME_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds);
if (Func)
{
Parms.bSupportAllPresets=std::move(bSupportAllPresets);
Parms.ExcludedMetaSounds=std::move(ExcludedMetaSounds);
Parms.IncludedMetaSounds=std::move(IncludedMetaSounds);
const_cast<UObject*>(O)->ProcessEvent(Func, &Parms);
bSupportAllPresets=std::move(Parms.bSupportAllPresets);
ExcludedMetaSounds=std::move(Parms.ExcludedMetaSounds);
IncludedMetaSounds=std::move(Parms.IncludedMetaSounds);
}
}
struct Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MetaSound Preset Widget" },
{ "Comment", "// The MetaSounds whose presets are supported by this widget. If Support All Presets is true, this widget is supported by all presets except those in the Excluded array.\n// MetaSounds in the include/exclude arrays can be MetaSound presets or non presets. \n// If a MetaSound is not a preset, then presets of that MetaSound will be supported/excluded by this widget.\n" },
{ "ModuleRelativePath", "Public/MetasoundPresetWidgetInterface.h" },
{ "ToolTip", "The MetaSounds whose presets are supported by this widget. If Support All Presets is true, this widget is supported by all presets except those in the Excluded array.\nMetaSounds in the include/exclude arrays can be MetaSound presets or non presets.\nIf a MetaSound is not a preset, then presets of that MetaSound will be supported/excluded by this widget." },
};
#endif // WITH_METADATA
// ********** Begin Function GetSupportedMetaSounds constinit property declarations ****************
static void NewProp_bSupportAllPresets_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSupportAllPresets;
static const UECodeGen_Private::FInterfacePropertyParams NewProp_ExcludedMetaSounds_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ExcludedMetaSounds;
static const UECodeGen_Private::FInterfacePropertyParams NewProp_IncludedMetaSounds_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_IncludedMetaSounds;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetSupportedMetaSounds constinit property declarations ******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetSupportedMetaSounds Property Definitions ***************************
void Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics::NewProp_bSupportAllPresets_SetBit(void* Obj)
{
((MetaSoundPresetWidgetInterface_eventGetSupportedMetaSounds_Parms*)Obj)->bSupportAllPresets = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics::NewProp_bSupportAllPresets = { "bSupportAllPresets", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MetaSoundPresetWidgetInterface_eventGetSupportedMetaSounds_Parms), &Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics::NewProp_bSupportAllPresets_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FInterfacePropertyParams Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics::NewProp_ExcludedMetaSounds_Inner = { "ExcludedMetaSounds", nullptr, (EPropertyFlags)0x0004000000000000, UECodeGen_Private::EPropertyGenFlags::Interface, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMetaSoundDocumentInterface_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics::NewProp_ExcludedMetaSounds = { "ExcludedMetaSounds", nullptr, (EPropertyFlags)0x0014000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundPresetWidgetInterface_eventGetSupportedMetaSounds_Parms, ExcludedMetaSounds), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FInterfacePropertyParams Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics::NewProp_IncludedMetaSounds_Inner = { "IncludedMetaSounds", nullptr, (EPropertyFlags)0x0004000000000000, UECodeGen_Private::EPropertyGenFlags::Interface, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMetaSoundDocumentInterface_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics::NewProp_IncludedMetaSounds = { "IncludedMetaSounds", nullptr, (EPropertyFlags)0x0014000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundPresetWidgetInterface_eventGetSupportedMetaSounds_Parms, IncludedMetaSounds), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics::NewProp_bSupportAllPresets,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics::NewProp_ExcludedMetaSounds_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics::NewProp_ExcludedMetaSounds,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics::NewProp_IncludedMetaSounds_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics::NewProp_IncludedMetaSounds,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics::PropPointers) < 2048);
// ********** End Function GetSupportedMetaSounds Property Definitions *****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetaSoundPresetWidgetInterface, nullptr, "GetSupportedMetaSounds", Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics::PropPointers),
sizeof(MetaSoundPresetWidgetInterface_eventGetSupportedMetaSounds_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x48420800, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(MetaSoundPresetWidgetInterface_eventGetSupportedMetaSounds_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds_Statics::FuncParams);
}
return ReturnFunction;
}
// ********** End Interface UMetaSoundPresetWidgetInterface Function GetSupportedMetaSounds ********
// ********** Begin Interface UMetaSoundPresetWidgetInterface Function OnAuditionStateChanged ******
struct MetaSoundPresetWidgetInterface_eventOnAuditionStateChanged_Parms
{
UAudioComponent* AudioComponent;
bool bIsAuditioning;
};
void IMetaSoundPresetWidgetInterface::OnAuditionStateChanged(UAudioComponent* AudioComponent, bool bIsAuditioning)
{
check(0 && "Do not directly call Event functions in Interfaces. Call Execute_OnAuditionStateChanged instead.");
}
static FName NAME_UMetaSoundPresetWidgetInterface_OnAuditionStateChanged = FName(TEXT("OnAuditionStateChanged"));
void IMetaSoundPresetWidgetInterface::Execute_OnAuditionStateChanged(UObject* O, UAudioComponent* AudioComponent, bool bIsAuditioning)
{
check(O != NULL);
check(O->GetClass()->ImplementsInterface(UMetaSoundPresetWidgetInterface::StaticClass()));
MetaSoundPresetWidgetInterface_eventOnAuditionStateChanged_Parms Parms;
UFunction* const Func = O->FindFunction(NAME_UMetaSoundPresetWidgetInterface_OnAuditionStateChanged);
if (Func)
{
Parms.AudioComponent=std::move(AudioComponent);
Parms.bIsAuditioning=std::move(bIsAuditioning);
O->ProcessEvent(Func, &Parms);
}
else if (auto I = (IMetaSoundPresetWidgetInterface*)(O->GetNativeInterfaceAddress(UMetaSoundPresetWidgetInterface::StaticClass())))
{
I->OnAuditionStateChanged_Implementation(AudioComponent,bIsAuditioning);
}
}
struct Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnAuditionStateChanged_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MetaSound Preset Widget" },
{ "Comment", "// Called when the MetaSound starts and stops auditioning. Provides a reference to the audio component when auditioning starts, and returns nullptr when auditioning stops.\n" },
{ "DisplayName", "On MetaSound Audition State Changed" },
{ "ModuleRelativePath", "Public/MetasoundPresetWidgetInterface.h" },
{ "ToolTip", "Called when the MetaSound starts and stops auditioning. Provides a reference to the audio component when auditioning starts, and returns nullptr when auditioning stops." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AudioComponent_MetaData[] = {
{ "EditInline", "true" },
};
#endif // WITH_METADATA
// ********** Begin Function OnAuditionStateChanged constinit property declarations ****************
static const UECodeGen_Private::FObjectPropertyParams NewProp_AudioComponent;
static void NewProp_bIsAuditioning_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsAuditioning;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function OnAuditionStateChanged constinit property declarations ******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function OnAuditionStateChanged Property Definitions ***************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnAuditionStateChanged_Statics::NewProp_AudioComponent = { "AudioComponent", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundPresetWidgetInterface_eventOnAuditionStateChanged_Parms, AudioComponent), Z_Construct_UClass_UAudioComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AudioComponent_MetaData), NewProp_AudioComponent_MetaData) };
void Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnAuditionStateChanged_Statics::NewProp_bIsAuditioning_SetBit(void* Obj)
{
((MetaSoundPresetWidgetInterface_eventOnAuditionStateChanged_Parms*)Obj)->bIsAuditioning = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnAuditionStateChanged_Statics::NewProp_bIsAuditioning = { "bIsAuditioning", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MetaSoundPresetWidgetInterface_eventOnAuditionStateChanged_Parms), &Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnAuditionStateChanged_Statics::NewProp_bIsAuditioning_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnAuditionStateChanged_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnAuditionStateChanged_Statics::NewProp_AudioComponent,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnAuditionStateChanged_Statics::NewProp_bIsAuditioning,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnAuditionStateChanged_Statics::PropPointers) < 2048);
// ********** End Function OnAuditionStateChanged Property Definitions *****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnAuditionStateChanged_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetaSoundPresetWidgetInterface, nullptr, "OnAuditionStateChanged", Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnAuditionStateChanged_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnAuditionStateChanged_Statics::PropPointers),
sizeof(MetaSoundPresetWidgetInterface_eventOnAuditionStateChanged_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x0C020C00, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnAuditionStateChanged_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnAuditionStateChanged_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(MetaSoundPresetWidgetInterface_eventOnAuditionStateChanged_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnAuditionStateChanged()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnAuditionStateChanged_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(IMetaSoundPresetWidgetInterface::execOnAuditionStateChanged)
{
P_GET_OBJECT(UAudioComponent,Z_Param_AudioComponent);
P_GET_UBOOL(Z_Param_bIsAuditioning);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->OnAuditionStateChanged_Implementation(Z_Param_AudioComponent,Z_Param_bIsAuditioning);
P_NATIVE_END;
}
// ********** End Interface UMetaSoundPresetWidgetInterface Function OnAuditionStateChanged ********
// ********** Begin Interface UMetaSoundPresetWidgetInterface Function OnConstructed ***************
struct MetaSoundPresetWidgetInterface_eventOnConstructed_Parms
{
UMetaSoundBuilderBase* Builder;
};
void IMetaSoundPresetWidgetInterface::OnConstructed(UMetaSoundBuilderBase* Builder)
{
check(0 && "Do not directly call Event functions in Interfaces. Call Execute_OnConstructed instead.");
}
static FName NAME_UMetaSoundPresetWidgetInterface_OnConstructed = FName(TEXT("OnConstructed"));
void IMetaSoundPresetWidgetInterface::Execute_OnConstructed(UObject* O, UMetaSoundBuilderBase* Builder)
{
check(O != NULL);
check(O->GetClass()->ImplementsInterface(UMetaSoundPresetWidgetInterface::StaticClass()));
MetaSoundPresetWidgetInterface_eventOnConstructed_Parms Parms;
UFunction* const Func = O->FindFunction(NAME_UMetaSoundPresetWidgetInterface_OnConstructed);
if (Func)
{
Parms.Builder=std::move(Builder);
O->ProcessEvent(Func, &Parms);
}
}
struct Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnConstructed_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MetaSound Preset Widget" },
{ "Comment", "// Called when the preset widget is constructed, giving the builder of the associated MetaSound preset\n" },
{ "DisplayName", "On MetaSoundPreset Widget Constructed" },
{ "ModuleRelativePath", "Public/MetasoundPresetWidgetInterface.h" },
{ "ToolTip", "Called when the preset widget is constructed, giving the builder of the associated MetaSound preset" },
};
#endif // WITH_METADATA
// ********** Begin Function OnConstructed constinit property declarations *************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Builder;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function OnConstructed constinit property declarations ***************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function OnConstructed Property Definitions ************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnConstructed_Statics::NewProp_Builder = { "Builder", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaSoundPresetWidgetInterface_eventOnConstructed_Parms, Builder), Z_Construct_UClass_UMetaSoundBuilderBase_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnConstructed_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnConstructed_Statics::NewProp_Builder,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnConstructed_Statics::PropPointers) < 2048);
// ********** End Function OnConstructed Property Definitions **************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnConstructed_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetaSoundPresetWidgetInterface, nullptr, "OnConstructed", Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnConstructed_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnConstructed_Statics::PropPointers),
sizeof(MetaSoundPresetWidgetInterface_eventOnConstructed_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x08020800, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnConstructed_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnConstructed_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(MetaSoundPresetWidgetInterface_eventOnConstructed_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnConstructed()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnConstructed_Statics::FuncParams);
}
return ReturnFunction;
}
// ********** End Interface UMetaSoundPresetWidgetInterface Function OnConstructed *****************
// ********** Begin Interface UMetaSoundPresetWidgetInterface **************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetaSoundPresetWidgetInterface;
UClass* UMetaSoundPresetWidgetInterface::GetPrivateStaticClass()
{
using TClass = UMetaSoundPresetWidgetInterface;
if (!Z_Registration_Info_UClass_UMetaSoundPresetWidgetInterface.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetaSoundPresetWidgetInterface"),
Z_Registration_Info_UClass_UMetaSoundPresetWidgetInterface.InnerSingleton,
StaticRegisterNativesUMetaSoundPresetWidgetInterface,
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_UMetaSoundPresetWidgetInterface.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetaSoundPresetWidgetInterface_NoRegister()
{
return UMetaSoundPresetWidgetInterface::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetaSoundPresetWidgetInterface_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "IsBlueprintBase", "true" },
{ "ModuleRelativePath", "Public/MetasoundPresetWidgetInterface.h" },
};
#endif // WITH_METADATA
// ********** Begin Interface UMetaSoundPresetWidgetInterface constinit property declarations ******
// ********** End Interface UMetaSoundPresetWidgetInterface constinit property declarations ********
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("OnAuditionStateChanged"), .Pointer = &IMetaSoundPresetWidgetInterface::execOnAuditionStateChanged },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_GetSupportedMetaSounds, "GetSupportedMetaSounds" }, // 3974906345
{ &Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnAuditionStateChanged, "OnAuditionStateChanged" }, // 275592365
{ &Z_Construct_UFunction_UMetaSoundPresetWidgetInterface_OnConstructed, "OnConstructed" }, // 3802677842
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<IMetaSoundPresetWidgetInterface>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetaSoundPresetWidgetInterface_Statics
UObject* (*const Z_Construct_UClass_UMetaSoundPresetWidgetInterface_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UAudioPanelWidgetInterface,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundPresetWidgetInterface_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetaSoundPresetWidgetInterface_Statics::ClassParams = {
&UMetaSoundPresetWidgetInterface::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x000840A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundPresetWidgetInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetaSoundPresetWidgetInterface_Statics::Class_MetaDataParams)
};
void UMetaSoundPresetWidgetInterface::StaticRegisterNativesUMetaSoundPresetWidgetInterface()
{
UClass* Class = UMetaSoundPresetWidgetInterface::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UMetaSoundPresetWidgetInterface_Statics::Funcs));
}
UClass* Z_Construct_UClass_UMetaSoundPresetWidgetInterface()
{
if (!Z_Registration_Info_UClass_UMetaSoundPresetWidgetInterface.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetaSoundPresetWidgetInterface.OuterSingleton, Z_Construct_UClass_UMetaSoundPresetWidgetInterface_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetaSoundPresetWidgetInterface.OuterSingleton;
}
UMetaSoundPresetWidgetInterface::UMetaSoundPresetWidgetInterface(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetaSoundPresetWidgetInterface);
// ********** End Interface UMetaSoundPresetWidgetInterface ****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundPresetWidgetInterface_h__Script_MetasoundEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMetaSoundPresetWidgetInterface, UMetaSoundPresetWidgetInterface::StaticClass, TEXT("UMetaSoundPresetWidgetInterface"), &Z_Registration_Info_UClass_UMetaSoundPresetWidgetInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetaSoundPresetWidgetInterface), 673915161U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundPresetWidgetInterface_h__Script_MetasoundEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundPresetWidgetInterface_h__Script_MetasoundEditor_3409860503{
TEXT("/Script/MetasoundEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundPresetWidgetInterface_h__Script_MetasoundEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundPresetWidgetInterface_h__Script_MetasoundEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,93 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "MetasoundPresetWidgetInterface.h"
#ifdef METASOUNDEDITOR_MetasoundPresetWidgetInterface_generated_h
#error "MetasoundPresetWidgetInterface.generated.h already included, missing '#pragma once' in MetasoundPresetWidgetInterface.h"
#endif
#define METASOUNDEDITOR_MetasoundPresetWidgetInterface_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
class IMetaSoundDocumentInterface;
class UAudioComponent;
class UMetaSoundBuilderBase;
// ********** Begin Interface UMetaSoundPresetWidgetInterface **************************************
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundPresetWidgetInterface_h_18_RPC_WRAPPERS_NO_PURE_DECLS \
virtual void OnAuditionStateChanged_Implementation(UAudioComponent* AudioComponent, bool bIsAuditioning) {}; \
DECLARE_FUNCTION(execOnAuditionStateChanged);
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundPresetWidgetInterface_h_18_CALLBACK_WRAPPERS
struct Z_Construct_UClass_UMetaSoundPresetWidgetInterface_Statics;
METASOUNDEDITOR_API UClass* Z_Construct_UClass_UMetaSoundPresetWidgetInterface_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundPresetWidgetInterface_h_18_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDEDITOR_API UMetaSoundPresetWidgetInterface(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetaSoundPresetWidgetInterface(UMetaSoundPresetWidgetInterface&&) = delete; \
UMetaSoundPresetWidgetInterface(const UMetaSoundPresetWidgetInterface&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDEDITOR_API, UMetaSoundPresetWidgetInterface); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetaSoundPresetWidgetInterface); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetaSoundPresetWidgetInterface) \
virtual ~UMetaSoundPresetWidgetInterface() = default;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundPresetWidgetInterface_h_18_GENERATED_UINTERFACE_BODY() \
private: \
static void StaticRegisterNativesUMetaSoundPresetWidgetInterface(); \
friend struct ::Z_Construct_UClass_UMetaSoundPresetWidgetInterface_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDEDITOR_API UClass* ::Z_Construct_UClass_UMetaSoundPresetWidgetInterface_NoRegister(); \
public: \
DECLARE_CLASS2(UMetaSoundPresetWidgetInterface, UAudioPanelWidgetInterface, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Interface), CASTCLASS_None, TEXT("/Script/MetasoundEditor"), Z_Construct_UClass_UMetaSoundPresetWidgetInterface_NoRegister) \
DECLARE_SERIALIZER(UMetaSoundPresetWidgetInterface)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundPresetWidgetInterface_h_18_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundPresetWidgetInterface_h_18_GENERATED_UINTERFACE_BODY() \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundPresetWidgetInterface_h_18_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundPresetWidgetInterface_h_18_INCLASS_IINTERFACE_NO_PURE_DECLS \
protected: \
virtual ~IMetaSoundPresetWidgetInterface() {} \
public: \
typedef UMetaSoundPresetWidgetInterface UClassType; \
typedef IMetaSoundPresetWidgetInterface ThisClass; \
static void Execute_GetSupportedMetaSounds(const UObject* O, bool& bSupportAllPresets, TArray<TScriptInterface<IMetaSoundDocumentInterface>>& ExcludedMetaSounds, TArray<TScriptInterface<IMetaSoundDocumentInterface>>& IncludedMetaSounds); \
static void Execute_OnAuditionStateChanged(UObject* O, UAudioComponent* AudioComponent, bool bIsAuditioning); \
static void Execute_OnConstructed(UObject* O, UMetaSoundBuilderBase* Builder); \
virtual UObject* _getUObject() const { return nullptr; }
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundPresetWidgetInterface_h_15_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundPresetWidgetInterface_h_23_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundPresetWidgetInterface_h_18_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundPresetWidgetInterface_h_18_CALLBACK_WRAPPERS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundPresetWidgetInterface_h_18_INCLASS_IINTERFACE_NO_PURE_DECLS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetaSoundPresetWidgetInterface;
// ********** End Interface UMetaSoundPresetWidgetInterface ****************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundEditor_Public_MetasoundPresetWidgetInterface_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,13 @@
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundEditor\Public\MetasoundEditorBuilderListener.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundEditor\Public\MetasoundEditorGraphInputNode.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundEditor\Public\MetasoundEditorGraphMemberDefaults.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundEditor\Public\MetasoundEditorGraphNode.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundEditor\Public\MetasoundEditorSubsystem.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundEditor\Public\MetasoundFactory.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundEditor\Public\MetasoundEditorGraph.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundEditor\Public\MetasoundEditorGraphCommentNode.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundEditor\Public\MetasoundEditorGraphSchema.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundEditor\Public\MetasoundPresetWidgetInterface.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundEditor\Private\MetasoundAssetDefinitions.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundEditor\Private\MetasoundEditorSettings.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundEditor\Private\MetasoundEditor.h