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,107 @@
// 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 "MetasoundAssetKey.h"
#include "MetasoundFrontendDocument.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetasoundAssetKey() {}
// ********** Begin Cross Module References ********************************************************
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundAssetKey();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundFrontendClassName();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundFrontendVersionNumber();
UPackage* Z_Construct_UPackage__Script_MetasoundFrontend();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMetaSoundAssetKey ************************************************
struct Z_Construct_UScriptStruct_FMetaSoundAssetKey_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMetaSoundAssetKey); }
static inline consteval int16 GetStructAlignment() { return alignof(FMetaSoundAssetKey); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/MetasoundAssetKey.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ClassName_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundAssetKey.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Version_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundAssetKey.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMetaSoundAssetKey constinit property declarations ****************
static const UECodeGen_Private::FStructPropertyParams NewProp_ClassName;
static const UECodeGen_Private::FStructPropertyParams NewProp_Version;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMetaSoundAssetKey constinit property declarations ******************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMetaSoundAssetKey>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMetaSoundAssetKey_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMetaSoundAssetKey;
class UScriptStruct* FMetaSoundAssetKey::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundAssetKey.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMetaSoundAssetKey.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMetaSoundAssetKey, (UObject*)Z_Construct_UPackage__Script_MetasoundFrontend(), TEXT("MetaSoundAssetKey"));
}
return Z_Registration_Info_UScriptStruct_FMetaSoundAssetKey.OuterSingleton;
}
// ********** Begin ScriptStruct FMetaSoundAssetKey Property Definitions ***************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetaSoundAssetKey_Statics::NewProp_ClassName = { "ClassName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundAssetKey, ClassName), Z_Construct_UScriptStruct_FMetasoundFrontendClassName, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ClassName_MetaData), NewProp_ClassName_MetaData) }; // 1537318611
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetaSoundAssetKey_Statics::NewProp_Version = { "Version", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundAssetKey, 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_FMetaSoundAssetKey_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundAssetKey_Statics::NewProp_ClassName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundAssetKey_Statics::NewProp_Version,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundAssetKey_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMetaSoundAssetKey Property Definitions *****************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMetaSoundAssetKey_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundFrontend,
nullptr,
&NewStructOps,
"MetaSoundAssetKey",
Z_Construct_UScriptStruct_FMetaSoundAssetKey_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundAssetKey_Statics::PropPointers),
sizeof(FMetaSoundAssetKey),
alignof(FMetaSoundAssetKey),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundAssetKey_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMetaSoundAssetKey_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundAssetKey()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundAssetKey.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMetaSoundAssetKey.InnerSingleton, Z_Construct_UScriptStruct_FMetaSoundAssetKey_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMetaSoundAssetKey.InnerSingleton);
}
// ********** End ScriptStruct FMetaSoundAssetKey **************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundAssetKey_h__Script_MetasoundFrontend_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMetaSoundAssetKey::StaticStruct, Z_Construct_UScriptStruct_FMetaSoundAssetKey_Statics::NewStructOps, TEXT("MetaSoundAssetKey"),&Z_Registration_Info_UScriptStruct_FMetaSoundAssetKey, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMetaSoundAssetKey), 1121299082U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundAssetKey_h__Script_MetasoundFrontend_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundAssetKey_h__Script_MetasoundFrontend_3583420038{
TEXT("/Script/MetasoundFrontend"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundAssetKey_h__Script_MetasoundFrontend_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundAssetKey_h__Script_MetasoundFrontend_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,32 @@
// 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 "MetasoundAssetKey.h"
#ifdef METASOUNDFRONTEND_MetasoundAssetKey_generated_h
#error "MetasoundAssetKey.generated.h already included, missing '#pragma once' in MetasoundAssetKey.h"
#endif
#define METASOUNDFRONTEND_MetasoundAssetKey_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FMetaSoundAssetKey ************************************************
struct Z_Construct_UScriptStruct_FMetaSoundAssetKey_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundAssetKey_h_21_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetaSoundAssetKey_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetaSoundAssetKey;
// ********** End ScriptStruct FMetaSoundAssetKey **************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundAssetKey_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!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "MetasoundAssetManager.h"
#include "MetasoundAssetKey.h"
#include "MetasoundFrontendDocument.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetasoundAssetManager() {}
// ********** Begin Cross Module References ********************************************************
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundAssetKey();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundDocumentInfo();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundFrontendVersionNumber();
UPackage* Z_Construct_UPackage__Script_MetasoundFrontend();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMetaSoundDocumentInfo ********************************************
struct Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMetaSoundDocumentInfo); }
static inline consteval int16 GetStructAlignment() { return alignof(FMetaSoundDocumentInfo); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "DisplayName", "MetaSound Document Info" },
{ "ModuleRelativePath", "Public/MetasoundAssetManager.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DocumentVersion_MetaData[] = {
{ "Category", "DocumentInfo" },
{ "Comment", "// Version of document\n" },
{ "ModuleRelativePath", "Public/MetasoundAssetManager.h" },
{ "ToolTip", "Version of document" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReferencedAssetKeys_MetaData[] = {
{ "Comment", "// Versions of referenced asset class keys\n" },
{ "ModuleRelativePath", "Public/MetasoundAssetManager.h" },
{ "ToolTip", "Versions of referenced asset class keys" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsPreset_MetaData[] = {
{ "Category", "DocumentInfo" },
{ "Comment", "// Whether asset is a preset or not.\n" },
{ "ModuleRelativePath", "Public/MetasoundAssetManager.h" },
{ "ToolTip", "Whether asset is a preset or not." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMetaSoundDocumentInfo constinit property declarations ************
static const UECodeGen_Private::FStructPropertyParams NewProp_DocumentVersion;
static const UECodeGen_Private::FStructPropertyParams NewProp_ReferencedAssetKeys_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReferencedAssetKeys;
static void NewProp_bIsPreset_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsPreset;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMetaSoundDocumentInfo constinit property declarations **************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMetaSoundDocumentInfo>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMetaSoundDocumentInfo;
class UScriptStruct* FMetaSoundDocumentInfo::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundDocumentInfo.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMetaSoundDocumentInfo.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMetaSoundDocumentInfo, (UObject*)Z_Construct_UPackage__Script_MetasoundFrontend(), TEXT("MetaSoundDocumentInfo"));
}
return Z_Registration_Info_UScriptStruct_FMetaSoundDocumentInfo.OuterSingleton;
}
// ********** Begin ScriptStruct FMetaSoundDocumentInfo Property Definitions ***********************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics::NewProp_DocumentVersion = { "DocumentVersion", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundDocumentInfo, DocumentVersion), Z_Construct_UScriptStruct_FMetasoundFrontendVersionNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DocumentVersion_MetaData), NewProp_DocumentVersion_MetaData) }; // 3499755003
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics::NewProp_ReferencedAssetKeys_Inner = { "ReferencedAssetKeys", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FMetaSoundAssetKey, METADATA_PARAMS(0, nullptr) }; // 1121299082
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics::NewProp_ReferencedAssetKeys = { "ReferencedAssetKeys", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundDocumentInfo, ReferencedAssetKeys), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReferencedAssetKeys_MetaData), NewProp_ReferencedAssetKeys_MetaData) }; // 1121299082
void Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics::NewProp_bIsPreset_SetBit(void* Obj)
{
((FMetaSoundDocumentInfo*)Obj)->bIsPreset = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics::NewProp_bIsPreset = { "bIsPreset", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FMetaSoundDocumentInfo), &Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics::NewProp_bIsPreset_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsPreset_MetaData), NewProp_bIsPreset_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics::NewProp_DocumentVersion,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics::NewProp_ReferencedAssetKeys_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics::NewProp_ReferencedAssetKeys,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics::NewProp_bIsPreset,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMetaSoundDocumentInfo Property Definitions *************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundFrontend,
nullptr,
&NewStructOps,
"MetaSoundDocumentInfo",
Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics::PropPointers),
sizeof(FMetaSoundDocumentInfo),
alignof(FMetaSoundDocumentInfo),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundDocumentInfo()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundDocumentInfo.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMetaSoundDocumentInfo.InnerSingleton, Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMetaSoundDocumentInfo.InnerSingleton);
}
// ********** End ScriptStruct FMetaSoundDocumentInfo **********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundAssetManager_h__Script_MetasoundFrontend_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMetaSoundDocumentInfo::StaticStruct, Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics::NewStructOps, TEXT("MetaSoundDocumentInfo"),&Z_Registration_Info_UScriptStruct_FMetaSoundDocumentInfo, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMetaSoundDocumentInfo), 110264580U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundAssetManager_h__Script_MetasoundFrontend_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundAssetManager_h__Script_MetasoundFrontend_1708101731{
TEXT("/Script/MetasoundFrontend"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundAssetManager_h__Script_MetasoundFrontend_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundAssetManager_h__Script_MetasoundFrontend_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,32 @@
// 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 "MetasoundAssetManager.h"
#ifdef METASOUNDFRONTEND_MetasoundAssetManager_generated_h
#error "MetasoundAssetManager.generated.h already included, missing '#pragma once' in MetasoundAssetManager.h"
#endif
#define METASOUNDFRONTEND_MetasoundAssetManager_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FMetaSoundDocumentInfo ********************************************
struct Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundAssetManager_h_38_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetaSoundDocumentInfo_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetaSoundDocumentInfo;
// ********** End ScriptStruct FMetaSoundDocumentInfo **********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundAssetManager_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,204 @@
// 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 "MetasoundAssetTagCollections.h"
#include "MetasoundAssetKey.h"
#include "MetasoundFrontendDocument.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetasoundAssetTagCollections() {}
// ********** Begin Cross Module References ********************************************************
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundAssetKey();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundAssetTagCollections();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundFrontendInterfaceMetadata();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundFrontendVersion();
UPackage* Z_Construct_UPackage__Script_MetasoundFrontend();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMetaSoundAssetTagCollections *************************************
struct Z_Construct_UScriptStruct_FMetaSoundAssetTagCollections_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMetaSoundAssetTagCollections); }
static inline consteval int16 GetStructAlignment() { return alignof(FMetaSoundAssetTagCollections); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "// Minimal Json-serializable arrays of asset tag data. Helper struct for asset\n// tag serialization of collection properties.\n" },
{ "ModuleRelativePath", "Private/MetasoundAssetTagCollections.h" },
{ "ToolTip", "Minimal Json-serializable arrays of asset tag data. Helper struct for asset\ntag serialization of collection properties." },
};
#if WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AssetKeys_MetaData[] = {
{ "ModuleRelativePath", "Private/MetasoundAssetTagCollections.h" },
};
#endif // WITH_EDITORONLY_DATA
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMetaSoundAssetTagCollections constinit property declarations *****
#if WITH_EDITORONLY_DATA
static const UECodeGen_Private::FStructPropertyParams NewProp_AssetKeys_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_AssetKeys;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
#endif // WITH_EDITORONLY_DATA
// ********** End ScriptStruct FMetaSoundAssetTagCollections constinit property declarations *******
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMetaSoundAssetTagCollections>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMetaSoundAssetTagCollections_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMetaSoundAssetTagCollections;
class UScriptStruct* FMetaSoundAssetTagCollections::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundAssetTagCollections.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMetaSoundAssetTagCollections.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMetaSoundAssetTagCollections, (UObject*)Z_Construct_UPackage__Script_MetasoundFrontend(), TEXT("MetaSoundAssetTagCollections"));
}
return Z_Registration_Info_UScriptStruct_FMetaSoundAssetTagCollections.OuterSingleton;
}
// ********** Begin ScriptStruct FMetaSoundAssetTagCollections Property Definitions ****************
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetaSoundAssetTagCollections_Statics::NewProp_AssetKeys_Inner = { "AssetKeys", nullptr, (EPropertyFlags)0x0000000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FMetaSoundAssetKey, METADATA_PARAMS(0, nullptr) }; // 1121299082
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FMetaSoundAssetTagCollections_Statics::NewProp_AssetKeys = { "AssetKeys", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundAssetTagCollections, AssetKeys), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AssetKeys_MetaData), NewProp_AssetKeys_MetaData) }; // 1121299082
#endif // WITH_EDITORONLY_DATA
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMetaSoundAssetTagCollections_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundAssetTagCollections_Statics::NewProp_AssetKeys_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundAssetTagCollections_Statics::NewProp_AssetKeys,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundAssetTagCollections_Statics::PropPointers) < 2048);
#endif // WITH_EDITORONLY_DATA
// ********** End ScriptStruct FMetaSoundAssetTagCollections Property Definitions ******************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMetaSoundAssetTagCollections_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundFrontend,
nullptr,
&NewStructOps,
"MetaSoundAssetTagCollections",
IF_WITH_EDITORONLY_DATA(Z_Construct_UScriptStruct_FMetaSoundAssetTagCollections_Statics::PropPointers, nullptr),
IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundAssetTagCollections_Statics::PropPointers), 0),
sizeof(FMetaSoundAssetTagCollections),
alignof(FMetaSoundAssetTagCollections),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundAssetTagCollections_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMetaSoundAssetTagCollections_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundAssetTagCollections()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundAssetTagCollections.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMetaSoundAssetTagCollections.InnerSingleton, Z_Construct_UScriptStruct_FMetaSoundAssetTagCollections_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMetaSoundAssetTagCollections.InnerSingleton);
}
// ********** End ScriptStruct FMetaSoundAssetTagCollections ***************************************
// ********** Begin ScriptStruct FMetaSoundAssetTagClassCollections ********************************
struct Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMetaSoundAssetTagClassCollections); }
static inline consteval int16 GetStructAlignment() { return alignof(FMetaSoundAssetTagClassCollections); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "// Minimal Json-serializable arrays of asset class tag data. Helper struct for asset\n// tag serialization of collection properties.\n" },
{ "ModuleRelativePath", "Private/MetasoundAssetTagCollections.h" },
{ "ToolTip", "Minimal Json-serializable arrays of asset class tag data. Helper struct for asset\ntag serialization of collection properties." },
};
#if WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefinedInterfaces_MetaData[] = {
{ "ModuleRelativePath", "Private/MetasoundAssetTagCollections.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InheritedInterfaces_MetaData[] = {
{ "ModuleRelativePath", "Private/MetasoundAssetTagCollections.h" },
};
#endif // WITH_EDITORONLY_DATA
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMetaSoundAssetTagClassCollections constinit property declarations
#if WITH_EDITORONLY_DATA
static const UECodeGen_Private::FStructPropertyParams NewProp_DefinedInterfaces_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_DefinedInterfaces;
static const UECodeGen_Private::FStructPropertyParams NewProp_InheritedInterfaces_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_InheritedInterfaces;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
#endif // WITH_EDITORONLY_DATA
// ********** End ScriptStruct FMetaSoundAssetTagClassCollections constinit property declarations **
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMetaSoundAssetTagClassCollections>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMetaSoundAssetTagClassCollections;
class UScriptStruct* FMetaSoundAssetTagClassCollections::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundAssetTagClassCollections.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMetaSoundAssetTagClassCollections.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections, (UObject*)Z_Construct_UPackage__Script_MetasoundFrontend(), TEXT("MetaSoundAssetTagClassCollections"));
}
return Z_Registration_Info_UScriptStruct_FMetaSoundAssetTagClassCollections.OuterSingleton;
}
// ********** Begin ScriptStruct FMetaSoundAssetTagClassCollections Property Definitions ***********
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics::NewProp_DefinedInterfaces_Inner = { "DefinedInterfaces", nullptr, (EPropertyFlags)0x0000000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FMetasoundFrontendInterfaceMetadata, METADATA_PARAMS(0, nullptr) }; // 3616168335
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics::NewProp_DefinedInterfaces = { "DefinedInterfaces", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundAssetTagClassCollections, DefinedInterfaces), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefinedInterfaces_MetaData), NewProp_DefinedInterfaces_MetaData) }; // 3616168335
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics::NewProp_InheritedInterfaces_Inner = { "InheritedInterfaces", nullptr, (EPropertyFlags)0x0000000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FMetasoundFrontendVersion, METADATA_PARAMS(0, nullptr) }; // 320483601
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics::NewProp_InheritedInterfaces = { "InheritedInterfaces", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundAssetTagClassCollections, InheritedInterfaces), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InheritedInterfaces_MetaData), NewProp_InheritedInterfaces_MetaData) }; // 320483601
#endif // WITH_EDITORONLY_DATA
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics::NewProp_DefinedInterfaces_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics::NewProp_DefinedInterfaces,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics::NewProp_InheritedInterfaces_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics::NewProp_InheritedInterfaces,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics::PropPointers) < 2048);
#endif // WITH_EDITORONLY_DATA
// ********** End ScriptStruct FMetaSoundAssetTagClassCollections Property Definitions *************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundFrontend,
nullptr,
&NewStructOps,
"MetaSoundAssetTagClassCollections",
IF_WITH_EDITORONLY_DATA(Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics::PropPointers, nullptr),
IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics::PropPointers), 0),
sizeof(FMetaSoundAssetTagClassCollections),
alignof(FMetaSoundAssetTagClassCollections),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundAssetTagClassCollections.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMetaSoundAssetTagClassCollections.InnerSingleton, Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMetaSoundAssetTagClassCollections.InnerSingleton);
}
// ********** End ScriptStruct FMetaSoundAssetTagClassCollections **********************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Private_MetasoundAssetTagCollections_h__Script_MetasoundFrontend_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMetaSoundAssetTagCollections::StaticStruct, Z_Construct_UScriptStruct_FMetaSoundAssetTagCollections_Statics::NewStructOps, TEXT("MetaSoundAssetTagCollections"),&Z_Registration_Info_UScriptStruct_FMetaSoundAssetTagCollections, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMetaSoundAssetTagCollections), 2086820859U) },
{ FMetaSoundAssetTagClassCollections::StaticStruct, Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics::NewStructOps, TEXT("MetaSoundAssetTagClassCollections"),&Z_Registration_Info_UScriptStruct_FMetaSoundAssetTagClassCollections, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMetaSoundAssetTagClassCollections), 963607944U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Private_MetasoundAssetTagCollections_h__Script_MetasoundFrontend_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Private_MetasoundAssetTagCollections_h__Script_MetasoundFrontend_780589713{
TEXT("/Script/MetasoundFrontend"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Private_MetasoundAssetTagCollections_h__Script_MetasoundFrontend_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Private_MetasoundAssetTagCollections_h__Script_MetasoundFrontend_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,42 @@
// 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 "MetasoundAssetTagCollections.h"
#ifdef METASOUNDFRONTEND_MetasoundAssetTagCollections_generated_h
#error "MetasoundAssetTagCollections.generated.h already included, missing '#pragma once' in MetasoundAssetTagCollections.h"
#endif
#define METASOUNDFRONTEND_MetasoundAssetTagCollections_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FMetaSoundAssetTagCollections *************************************
struct Z_Construct_UScriptStruct_FMetaSoundAssetTagCollections_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Private_MetasoundAssetTagCollections_h_15_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetaSoundAssetTagCollections_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetaSoundAssetTagCollections;
// ********** End ScriptStruct FMetaSoundAssetTagCollections ***************************************
// ********** Begin ScriptStruct FMetaSoundAssetTagClassCollections ********************************
struct Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Private_MetasoundAssetTagCollections_h_29_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetaSoundAssetTagClassCollections_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetaSoundAssetTagClassCollections;
// ********** End ScriptStruct FMetaSoundAssetTagClassCollections **********************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Private_MetasoundAssetTagCollections_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,120 @@
// 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 "MetasoundDocumentInterface.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetasoundDocumentInterface() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UInterface();
METASOUNDFRONTEND_API UClass* Z_Construct_UClass_UMetaSoundDocumentInterface();
METASOUNDFRONTEND_API UClass* Z_Construct_UClass_UMetaSoundDocumentInterface_NoRegister();
UPackage* Z_Construct_UPackage__Script_MetasoundFrontend();
// ********** End Cross Module References **********************************************************
// ********** Begin Interface UMetaSoundDocumentInterface ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetaSoundDocumentInterface;
UClass* UMetaSoundDocumentInterface::GetPrivateStaticClass()
{
using TClass = UMetaSoundDocumentInterface;
if (!Z_Registration_Info_UClass_UMetaSoundDocumentInterface.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetaSoundDocumentInterface"),
Z_Registration_Info_UClass_UMetaSoundDocumentInterface.InnerSingleton,
StaticRegisterNativesUMetaSoundDocumentInterface,
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_UMetaSoundDocumentInterface.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetaSoundDocumentInterface_NoRegister()
{
return UMetaSoundDocumentInterface::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetaSoundDocumentInterface_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "CannotImplementInterfaceInBlueprint", "" },
{ "DisplayName", "MetaSound Document Interface" },
{ "ModuleRelativePath", "Public/MetasoundDocumentInterface.h" },
};
#endif // WITH_METADATA
// ********** Begin Interface UMetaSoundDocumentInterface constinit property declarations **********
// ********** End Interface UMetaSoundDocumentInterface constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<IMetaSoundDocumentInterface>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetaSoundDocumentInterface_Statics
UObject* (*const Z_Construct_UClass_UMetaSoundDocumentInterface_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterface,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundFrontend,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundDocumentInterface_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetaSoundDocumentInterface_Statics::ClassParams = {
&UMetaSoundDocumentInterface::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000840A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundDocumentInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetaSoundDocumentInterface_Statics::Class_MetaDataParams)
};
void UMetaSoundDocumentInterface::StaticRegisterNativesUMetaSoundDocumentInterface()
{
}
UClass* Z_Construct_UClass_UMetaSoundDocumentInterface()
{
if (!Z_Registration_Info_UClass_UMetaSoundDocumentInterface.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetaSoundDocumentInterface.OuterSingleton, Z_Construct_UClass_UMetaSoundDocumentInterface_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetaSoundDocumentInterface.OuterSingleton;
}
UMetaSoundDocumentInterface::UMetaSoundDocumentInterface(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetaSoundDocumentInterface);
// ********** End Interface UMetaSoundDocumentInterface ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundDocumentInterface_h__Script_MetasoundFrontend_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMetaSoundDocumentInterface, UMetaSoundDocumentInterface::StaticClass, TEXT("UMetaSoundDocumentInterface"), &Z_Registration_Info_UClass_UMetaSoundDocumentInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetaSoundDocumentInterface), 809757600U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundDocumentInterface_h__Script_MetasoundFrontend_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundDocumentInterface_h__Script_MetasoundFrontend_2575407999{
TEXT("/Script/MetasoundFrontend"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundDocumentInterface_h__Script_MetasoundFrontend_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundDocumentInterface_h__Script_MetasoundFrontend_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,79 @@
// 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 "MetasoundDocumentInterface.h"
#ifdef METASOUNDFRONTEND_MetasoundDocumentInterface_generated_h
#error "MetasoundDocumentInterface.generated.h already included, missing '#pragma once' in MetasoundDocumentInterface.h"
#endif
#define METASOUNDFRONTEND_MetasoundDocumentInterface_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Interface UMetaSoundDocumentInterface ******************************************
struct Z_Construct_UClass_UMetaSoundDocumentInterface_Statics;
METASOUNDFRONTEND_API UClass* Z_Construct_UClass_UMetaSoundDocumentInterface_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundDocumentInterface_h_28_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDFRONTEND_API UMetaSoundDocumentInterface(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetaSoundDocumentInterface(UMetaSoundDocumentInterface&&) = delete; \
UMetaSoundDocumentInterface(const UMetaSoundDocumentInterface&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDFRONTEND_API, UMetaSoundDocumentInterface); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetaSoundDocumentInterface); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetaSoundDocumentInterface) \
virtual ~UMetaSoundDocumentInterface() = default;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundDocumentInterface_h_28_GENERATED_UINTERFACE_BODY() \
private: \
static void StaticRegisterNativesUMetaSoundDocumentInterface(); \
friend struct ::Z_Construct_UClass_UMetaSoundDocumentInterface_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDFRONTEND_API UClass* ::Z_Construct_UClass_UMetaSoundDocumentInterface_NoRegister(); \
public: \
DECLARE_CLASS2(UMetaSoundDocumentInterface, UInterface, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Interface), CASTCLASS_None, TEXT("/Script/MetasoundFrontend"), Z_Construct_UClass_UMetaSoundDocumentInterface_NoRegister) \
DECLARE_SERIALIZER(UMetaSoundDocumentInterface)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundDocumentInterface_h_28_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundDocumentInterface_h_28_GENERATED_UINTERFACE_BODY() \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundDocumentInterface_h_28_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundDocumentInterface_h_28_INCLASS_IINTERFACE_NO_PURE_DECLS \
protected: \
virtual ~IMetaSoundDocumentInterface() {} \
public: \
typedef UMetaSoundDocumentInterface UClassType; \
typedef IMetaSoundDocumentInterface ThisClass; \
virtual UObject* _getUObject() const { return nullptr; }
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundDocumentInterface_h_25_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundDocumentInterface_h_33_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundDocumentInterface_h_28_INCLASS_IINTERFACE_NO_PURE_DECLS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetaSoundDocumentInterface;
// ********** End Interface UMetaSoundDocumentInterface ********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundDocumentInterface_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,29 @@
// 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 EmptyLinkFunctionForGeneratedCodeMetasoundFrontend_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_MetasoundFrontend;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_MetasoundFrontend()
{
if (!Z_Registration_Info_UPackage__Script_MetasoundFrontend.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/MetasoundFrontend",
nullptr,
0,
PKG_CompiledIn | 0x00000000,
0x8FB43E37,
0x99971CC6,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_MetasoundFrontend.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_MetasoundFrontend.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_MetasoundFrontend(Z_Construct_UPackage__Script_MetasoundFrontend, TEXT("/Script/MetasoundFrontend"), Z_Registration_Info_UPackage__Script_MetasoundFrontend, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x8FB43E37, 0x99971CC6));
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,542 @@
// 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 "MetasoundFrontendDocument.h"
#ifdef METASOUNDFRONTEND_MetasoundFrontendDocument_generated_h
#error "MetasoundFrontendDocument.generated.h already included, missing '#pragma once' in MetasoundFrontendDocument.h"
#endif
#define METASOUNDFRONTEND_MetasoundFrontendDocument_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FMetasoundCommentNodeIntVector ************************************
struct Z_Construct_UScriptStruct_FMetasoundCommentNodeIntVector_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_229_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundCommentNodeIntVector_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct(); \
typedef FIntVector2 Super;
struct FMetasoundCommentNodeIntVector;
// ********** End ScriptStruct FMetasoundCommentNodeIntVector **************************************
// ********** Begin ScriptStruct FMetaSoundFrontendGraphComment ************************************
struct Z_Construct_UScriptStruct_FMetaSoundFrontendGraphComment_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_266_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetaSoundFrontendGraphComment_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetaSoundFrontendGraphComment;
// ********** End ScriptStruct FMetaSoundFrontendGraphComment **************************************
// ********** Begin ScriptStruct FMetasoundFrontendVersionNumber ***********************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendVersionNumber_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_299_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendVersionNumber_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendVersionNumber;
// ********** End ScriptStruct FMetasoundFrontendVersionNumber *************************************
// ********** Begin ScriptStruct FMetasoundFrontendVersion *****************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendVersion_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_378_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendVersion_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendVersion;
// ********** End ScriptStruct FMetasoundFrontendVersion *******************************************
// ********** Begin ScriptStruct FMetasoundFrontendVertex ******************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendVertex_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_454_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendVertex_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendVertex;
// ********** End ScriptStruct FMetasoundFrontendVertex ********************************************
// ********** Begin ScriptStruct FMetasoundFrontendVertexHandle ************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendVertexHandle_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_478_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendVertexHandle_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendVertexHandle;
// ********** End ScriptStruct FMetasoundFrontendVertexHandle **************************************
// ********** Begin ScriptStruct FMetasoundFrontendVertexLiteral ***********************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendVertexLiteral_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_514_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendVertexLiteral_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendVertexLiteral;
// ********** End ScriptStruct FMetasoundFrontendVertexLiteral *************************************
// ********** Begin ScriptStruct FMetasoundFrontendVariable ****************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendVariable_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_529_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendVariable_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendVariable;
// ********** End ScriptStruct FMetasoundFrontendVariable ******************************************
// ********** Begin ScriptStruct FMetasoundFrontendNodeInterface ***********************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendNodeInterface_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_579_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendNodeInterface_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendNodeInterface;
// ********** End ScriptStruct FMetasoundFrontendNodeInterface *************************************
// ********** Begin ScriptStruct FMetaSoundFrontendNodeConfiguration *******************************
struct Z_Construct_UScriptStruct_FMetaSoundFrontendNodeConfiguration_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_635_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetaSoundFrontendNodeConfiguration_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetaSoundFrontendNodeConfiguration;
// ********** End ScriptStruct FMetaSoundFrontendNodeConfiguration *********************************
// ********** Begin ScriptStruct FMetasoundFrontendNodeStyleDisplay ********************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendNodeStyleDisplay_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_659_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendNodeStyleDisplay_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendNodeStyleDisplay;
// ********** End ScriptStruct FMetasoundFrontendNodeStyleDisplay **********************************
// ********** Begin ScriptStruct FMetasoundFrontendNodeStyle ***************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendNodeStyle_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_684_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendNodeStyle_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendNodeStyle;
// ********** End ScriptStruct FMetasoundFrontendNodeStyle *****************************************
// ********** Begin ScriptStruct FMetasoundFrontendEdge ********************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendEdge_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_711_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendEdge_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendEdge;
// ********** End ScriptStruct FMetasoundFrontendEdge **********************************************
// ********** Begin ScriptStruct FMetasoundFrontendEdgeStyleLiteralColorPair ***********************
struct Z_Construct_UScriptStruct_FMetasoundFrontendEdgeStyleLiteralColorPair_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_763_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendEdgeStyleLiteralColorPair_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendEdgeStyleLiteralColorPair;
// ********** End ScriptStruct FMetasoundFrontendEdgeStyleLiteralColorPair *************************
// ********** Begin ScriptStruct FMetasoundFrontendEdgeStyle ***************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendEdgeStyle_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_776_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendEdgeStyle_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendEdgeStyle;
// ********** End ScriptStruct FMetasoundFrontendEdgeStyle *****************************************
// ********** Begin ScriptStruct FMetasoundFrontendGraphStyle **************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendGraphStyle_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_796_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendGraphStyle_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendGraphStyle;
// ********** End ScriptStruct FMetasoundFrontendGraphStyle ****************************************
// ********** Begin ScriptStruct FMetasoundFrontendVertexMetadata **********************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendVertexMetadata_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_818_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendVertexMetadata_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendVertexMetadata;
// ********** End ScriptStruct FMetasoundFrontendVertexMetadata ************************************
// ********** Begin ScriptStruct FMetasoundFrontendClassVertex *************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendClassVertex_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_932_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendClassVertex_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundFrontendVertex Super;
struct FMetasoundFrontendClassVertex;
// ********** End ScriptStruct FMetasoundFrontendClassVertex ***************************************
// ********** Begin ScriptStruct FMetasoundFrontendClassStyleDisplay *******************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendClassStyleDisplay_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_962_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendClassStyleDisplay_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendClassStyleDisplay;
// ********** End ScriptStruct FMetasoundFrontendClassStyleDisplay *********************************
// ********** Begin ScriptStruct FMetasoundFrontendClassInputDefault *******************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendClassInputDefault_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_997_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendClassInputDefault_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendClassInputDefault;
// ********** End ScriptStruct FMetasoundFrontendClassInputDefault *********************************
// ********** Begin ScriptStruct FMetasoundFrontendClassInput **************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendClassInput_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1018_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendClassInput_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundFrontendClassVertex Super;
struct FMetasoundFrontendClassInput;
// ********** End ScriptStruct FMetasoundFrontendClassInput ****************************************
// ********** Begin ScriptStruct FMetasoundFrontendClassVariable ***********************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendClassVariable_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1056_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendClassVariable_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundFrontendClassVertex Super;
struct FMetasoundFrontendClassVariable;
// ********** End ScriptStruct FMetasoundFrontendClassVariable *************************************
// ********** Begin ScriptStruct FMetasoundFrontendClassOutput *************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendClassOutput_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1070_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendClassOutput_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundFrontendClassVertex Super;
struct FMetasoundFrontendClassOutput;
// ********** End ScriptStruct FMetasoundFrontendClassOutput ***************************************
// ********** Begin ScriptStruct FMetasoundFrontendClassEnvironmentVariable ************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendClassEnvironmentVariable_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1080_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendClassEnvironmentVariable_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendClassEnvironmentVariable;
// ********** End ScriptStruct FMetasoundFrontendClassEnvironmentVariable **************************
// ********** Begin ScriptStruct FMetasoundFrontendInterfaceStyle **********************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendInterfaceStyle_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1103_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendInterfaceStyle_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendInterfaceStyle;
// ********** End ScriptStruct FMetasoundFrontendInterfaceStyle ************************************
// ********** Begin ScriptStruct FMetasoundFrontendClassInterface **********************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendClassInterface_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1159_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendClassInterface_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendClassInterface;
// ********** End ScriptStruct FMetasoundFrontendClassInterface ************************************
// ********** Begin ScriptStruct FMetasoundFrontendInterfaceVertexBinding **************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendInterfaceVertexBinding_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1302_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendInterfaceVertexBinding_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendInterfaceVertexBinding;
// ********** End ScriptStruct FMetasoundFrontendInterfaceVertexBinding ****************************
// ********** Begin ScriptStruct FMetasoundFrontendInterfaceBinding ********************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendInterfaceBinding_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1335_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendInterfaceBinding_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendInterfaceBinding;
// ********** End ScriptStruct FMetasoundFrontendInterfaceBinding **********************************
// ********** Begin ScriptStruct FMetasoundFrontendInterfaceUClassOptions **************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendInterfaceUClassOptions_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1362_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendInterfaceUClassOptions_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendInterfaceUClassOptions;
// ********** End ScriptStruct FMetasoundFrontendInterfaceUClassOptions ****************************
// ********** Begin ScriptStruct FMetasoundFrontendInterfaceMetadata *******************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendInterfaceMetadata_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1385_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendInterfaceMetadata_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendInterfaceMetadata;
// ********** End ScriptStruct FMetasoundFrontendInterfaceMetadata *********************************
// ********** Begin ScriptStruct FMetasoundFrontendInterface ***************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendInterface_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1402_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendInterface_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundFrontendClassInterface Super;
struct FMetasoundFrontendInterface;
// ********** End ScriptStruct FMetasoundFrontendInterface *****************************************
// ********** Begin ScriptStruct FMetasoundFrontendClassName ***************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendClassName_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1427_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendClassName_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendClassName;
// ********** End ScriptStruct FMetasoundFrontendClassName *****************************************
// ********** Begin ScriptStruct FMetasoundFrontendClassMetadata ***********************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendClassMetadata_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1501_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendClassMetadata_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendClassMetadata;
// ********** End ScriptStruct FMetasoundFrontendClassMetadata *************************************
// ********** Begin ScriptStruct FMetasoundFrontendClassStyle **************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendClassStyle_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1737_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendClassStyle_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendClassStyle;
// ********** End ScriptStruct FMetasoundFrontendClassStyle ****************************************
// ********** Begin ScriptStruct FMetasoundFrontendClass *******************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendClass_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1768_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendClass_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendClass;
// ********** End ScriptStruct FMetasoundFrontendClass *********************************************
// ********** Begin ScriptStruct FMetasoundFrontendNode ********************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendNode_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1816_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendNode_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendNode;
// ********** End ScriptStruct FMetasoundFrontendNode **********************************************
// ********** Begin ScriptStruct FMetasoundFrontendGraphClassPresetOptions *************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendGraphClassPresetOptions_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1883_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendGraphClassPresetOptions_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendGraphClassPresetOptions;
// ********** End ScriptStruct FMetasoundFrontendGraphClassPresetOptions ***************************
// ********** Begin ScriptStruct FMetasoundFrontendGraph *******************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendGraph_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1899_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendGraph_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendGraph;
// ********** End ScriptStruct FMetasoundFrontendGraph *********************************************
// ********** Begin ScriptStruct FMetasoundFrontendGraphClass **************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendGraphClass_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1929_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendGraphClass_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct(); \
typedef FMetasoundFrontendClass Super;
struct FMetasoundFrontendGraphClass;
// ********** End ScriptStruct FMetasoundFrontendGraphClass ****************************************
// ********** Begin Class UMetaSoundFrontendMemberMetadata *****************************************
struct Z_Construct_UClass_UMetaSoundFrontendMemberMetadata_Statics;
METASOUNDFRONTEND_API UClass* Z_Construct_UClass_UMetaSoundFrontendMemberMetadata_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1999_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetaSoundFrontendMemberMetadata(); \
friend struct ::Z_Construct_UClass_UMetaSoundFrontendMemberMetadata_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDFRONTEND_API UClass* ::Z_Construct_UClass_UMetaSoundFrontendMemberMetadata_NoRegister(); \
public: \
DECLARE_CLASS2(UMetaSoundFrontendMemberMetadata, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundFrontend"), Z_Construct_UClass_UMetaSoundFrontendMemberMetadata_NoRegister) \
DECLARE_SERIALIZER(UMetaSoundFrontendMemberMetadata)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1999_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDFRONTEND_API UMetaSoundFrontendMemberMetadata(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetaSoundFrontendMemberMetadata(UMetaSoundFrontendMemberMetadata&&) = delete; \
UMetaSoundFrontendMemberMetadata(const UMetaSoundFrontendMemberMetadata&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDFRONTEND_API, UMetaSoundFrontendMemberMetadata); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetaSoundFrontendMemberMetadata); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetaSoundFrontendMemberMetadata) \
METASOUNDFRONTEND_API virtual ~UMetaSoundFrontendMemberMetadata();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1996_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1999_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1999_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_1999_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetaSoundFrontendMemberMetadata;
// ********** End Class UMetaSoundFrontendMemberMetadata *******************************************
// ********** Begin ScriptStruct FMetasoundFrontendDocumentMetadata ********************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendDocumentMetadata_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_2023_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendDocumentMetadata_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendDocumentMetadata;
// ********** End ScriptStruct FMetasoundFrontendDocumentMetadata **********************************
// ********** Begin ScriptStruct FMetasoundFrontendDocument ****************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendDocument_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h_2043_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendDocument_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendDocument;
// ********** End ScriptStruct FMetasoundFrontendDocument ******************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocument_h
// ********** Begin Enum EMetasoundFrontendVertexAccessType ****************************************
#define FOREACH_ENUM_EMETASOUNDFRONTENDVERTEXACCESSTYPE(op) \
op(EMetasoundFrontendVertexAccessType::Reference) \
op(EMetasoundFrontendVertexAccessType::Value) \
op(EMetasoundFrontendVertexAccessType::Unset)
enum class EMetasoundFrontendVertexAccessType;
template<> struct TIsUEnumClass<EMetasoundFrontendVertexAccessType> { enum { Value = true }; };
template<> METASOUNDFRONTEND_NON_ATTRIBUTED_API UEnum* StaticEnum<EMetasoundFrontendVertexAccessType>();
// ********** End Enum EMetasoundFrontendVertexAccessType ******************************************
// ********** Begin Enum EMetasoundFrontendClassAccessFlags ****************************************
#define FOREACH_ENUM_EMETASOUNDFRONTENDCLASSACCESSFLAGS(op) \
op(EMetasoundFrontendClassAccessFlags::None) \
op(EMetasoundFrontendClassAccessFlags::Deprecated) \
op(EMetasoundFrontendClassAccessFlags::Referenceable) \
op(EMetasoundFrontendClassAccessFlags::Default)
enum class EMetasoundFrontendClassAccessFlags : uint16;
template<> struct TIsUEnumClass<EMetasoundFrontendClassAccessFlags> { enum { Value = true }; };
template<> METASOUNDFRONTEND_NON_ATTRIBUTED_API UEnum* StaticEnum<EMetasoundFrontendClassAccessFlags>();
// ********** End Enum EMetasoundFrontendClassAccessFlags ******************************************
// ********** Begin Enum EMetasoundFrontendClassType ***********************************************
#define FOREACH_ENUM_EMETASOUNDFRONTENDCLASSTYPE(op) \
op(EMetasoundFrontendClassType::External) \
op(EMetasoundFrontendClassType::Graph) \
op(EMetasoundFrontendClassType::Input) \
op(EMetasoundFrontendClassType::Output) \
op(EMetasoundFrontendClassType::Literal) \
op(EMetasoundFrontendClassType::Variable) \
op(EMetasoundFrontendClassType::VariableDeferredAccessor) \
op(EMetasoundFrontendClassType::VariableAccessor) \
op(EMetasoundFrontendClassType::VariableMutator) \
op(EMetasoundFrontendClassType::Template) \
op(EMetasoundFrontendClassType::Invalid)
enum class EMetasoundFrontendClassType : uint8;
template<> struct TIsUEnumClass<EMetasoundFrontendClassType> { enum { Value = true }; };
template<> METASOUNDFRONTEND_NON_ATTRIBUTED_API UEnum* StaticEnum<EMetasoundFrontendClassType>();
// ********** End Enum EMetasoundFrontendClassType *************************************************
// ********** Begin Enum EMetaSoundFrontendGraphCommentMoveMode ************************************
#define FOREACH_ENUM_EMETASOUNDFRONTENDGRAPHCOMMENTMOVEMODE(op) \
op(EMetaSoundFrontendGraphCommentMoveMode::GroupMovement) \
op(EMetaSoundFrontendGraphCommentMoveMode::NoGroupMovement)
enum class EMetaSoundFrontendGraphCommentMoveMode : uint8;
template<> struct TIsUEnumClass<EMetaSoundFrontendGraphCommentMoveMode> { enum { Value = true }; };
template<> METASOUNDFRONTEND_NON_ATTRIBUTED_API UEnum* StaticEnum<EMetaSoundFrontendGraphCommentMoveMode>();
// ********** End Enum EMetaSoundFrontendGraphCommentMoveMode **************************************
// ********** Begin Enum EMetasoundFrontendNodeStyleDisplayVisibility ******************************
#define FOREACH_ENUM_EMETASOUNDFRONTENDNODESTYLEDISPLAYVISIBILITY(op) \
op(EMetasoundFrontendNodeStyleDisplayVisibility::Visible) \
op(EMetasoundFrontendNodeStyleDisplayVisibility::Hidden)
enum class EMetasoundFrontendNodeStyleDisplayVisibility : uint8;
template<> struct TIsUEnumClass<EMetasoundFrontendNodeStyleDisplayVisibility> { enum { Value = true }; };
template<> METASOUNDFRONTEND_NON_ATTRIBUTED_API UEnum* StaticEnum<EMetasoundFrontendNodeStyleDisplayVisibility>();
// ********** End Enum EMetasoundFrontendNodeStyleDisplayVisibility ********************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,236 @@
// 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 "MetasoundFrontendDocumentBuilder.h"
#include "MetasoundFrontendDocument.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetasoundFrontendDocumentBuilder() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid();
METASOUNDFRONTEND_API UClass* Z_Construct_UClass_UMetaSoundBuilderDocument();
METASOUNDFRONTEND_API UClass* Z_Construct_UClass_UMetaSoundBuilderDocument_NoRegister();
METASOUNDFRONTEND_API UClass* Z_Construct_UClass_UMetaSoundDocumentInterface_NoRegister();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundFrontendDocument();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundFrontendDocumentBuilder();
UPackage* Z_Construct_UPackage__Script_MetasoundFrontend();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMetaSoundBuilderDocument ************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetaSoundBuilderDocument;
UClass* UMetaSoundBuilderDocument::GetPrivateStaticClass()
{
using TClass = UMetaSoundBuilderDocument;
if (!Z_Registration_Info_UClass_UMetaSoundBuilderDocument.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetaSoundBuilderDocument"),
Z_Registration_Info_UClass_UMetaSoundBuilderDocument.InnerSingleton,
StaticRegisterNativesUMetaSoundBuilderDocument,
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_UMetaSoundBuilderDocument.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetaSoundBuilderDocument_NoRegister()
{
return UMetaSoundBuilderDocument::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetaSoundBuilderDocument_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "// Builder Document UObject, which is only used for registration purposes when attempting\n// async registration whereby the original document is serialized and must not be mutated.\n" },
{ "IncludePath", "MetasoundFrontendDocumentBuilder.h" },
{ "ModuleRelativePath", "Public/MetasoundFrontendDocumentBuilder.h" },
{ "ObjectInitializerConstructorDeclared", "" },
{ "ToolTip", "Builder Document UObject, which is only used for registration purposes when attempting\nasync registration whereby the original document is serialized and must not be mutated." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Document_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundFrontendDocumentBuilder.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MetaSoundUClass_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundFrontendDocumentBuilder.h" },
{ "NativeConstTemplateArg", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BuilderUClass_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundFrontendDocumentBuilder.h" },
{ "NativeConstTemplateArg", "" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetaSoundBuilderDocument constinit property declarations ****************
static const UECodeGen_Private::FStructPropertyParams NewProp_Document;
static const UECodeGen_Private::FClassPropertyParams NewProp_MetaSoundUClass;
static const UECodeGen_Private::FClassPropertyParams NewProp_BuilderUClass;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMetaSoundBuilderDocument constinit property declarations ******************
static UObject* (*const DependentSingletons[])();
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetaSoundBuilderDocument>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetaSoundBuilderDocument_Statics
// ********** Begin Class UMetaSoundBuilderDocument Property Definitions ***************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetaSoundBuilderDocument_Statics::NewProp_Document = { "Document", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundBuilderDocument, Document), Z_Construct_UScriptStruct_FMetasoundFrontendDocument, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Document_MetaData), NewProp_Document_MetaData) }; // 867723272
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UMetaSoundBuilderDocument_Statics::NewProp_MetaSoundUClass = { "MetaSoundUClass", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Class | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundBuilderDocument, MetaSoundUClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MetaSoundUClass_MetaData), NewProp_MetaSoundUClass_MetaData) };
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UMetaSoundBuilderDocument_Statics::NewProp_BuilderUClass = { "BuilderUClass", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Class | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaSoundBuilderDocument, BuilderUClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BuilderUClass_MetaData), NewProp_BuilderUClass_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMetaSoundBuilderDocument_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundBuilderDocument_Statics::NewProp_Document,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundBuilderDocument_Statics::NewProp_MetaSoundUClass,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaSoundBuilderDocument_Statics::NewProp_BuilderUClass,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundBuilderDocument_Statics::PropPointers) < 2048);
// ********** End Class UMetaSoundBuilderDocument Property Definitions *****************************
UObject* (*const Z_Construct_UClass_UMetaSoundBuilderDocument_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundFrontend,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundBuilderDocument_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UMetaSoundBuilderDocument_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_UMetaSoundDocumentInterface_NoRegister, (int32)VTABLE_OFFSET(UMetaSoundBuilderDocument, IMetaSoundDocumentInterface), false }, // 809757600
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetaSoundBuilderDocument_Statics::ClassParams = {
&UMetaSoundBuilderDocument::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMetaSoundBuilderDocument_Statics::PropPointers,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundBuilderDocument_Statics::PropPointers),
UE_ARRAY_COUNT(InterfaceParams),
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaSoundBuilderDocument_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetaSoundBuilderDocument_Statics::Class_MetaDataParams)
};
void UMetaSoundBuilderDocument::StaticRegisterNativesUMetaSoundBuilderDocument()
{
}
UClass* Z_Construct_UClass_UMetaSoundBuilderDocument()
{
if (!Z_Registration_Info_UClass_UMetaSoundBuilderDocument.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetaSoundBuilderDocument.OuterSingleton, Z_Construct_UClass_UMetaSoundBuilderDocument_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetaSoundBuilderDocument.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetaSoundBuilderDocument);
UMetaSoundBuilderDocument::~UMetaSoundBuilderDocument() {}
// ********** End Class UMetaSoundBuilderDocument **************************************************
// ********** Begin ScriptStruct FMetaSoundFrontendDocumentBuilder *********************************
struct Z_Construct_UScriptStruct_FMetaSoundFrontendDocumentBuilder_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMetaSoundFrontendDocumentBuilder); }
static inline consteval int16 GetStructAlignment() { return alignof(FMetaSoundFrontendDocumentBuilder); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "// Builder used to support dynamically generating MetaSound documents at runtime. Builder contains caches that speed up\n// common search and modification operations on a given document, which may result in slower performance on construction,\n// but faster manipulation of its managed document. The builder's managed copy of a document is expected to not be modified\n// by any external system to avoid cache becoming stale.\n" },
{ "ModuleRelativePath", "Public/MetasoundFrontendDocumentBuilder.h" },
{ "ToolTip", "Builder used to support dynamically generating MetaSound documents at runtime. Builder contains caches that speed up\ncommon search and modification operations on a given document, which may result in slower performance on construction,\nbut faster manipulation of its managed document. The builder's managed copy of a document is expected to not be modified\nby any external system to avoid cache becoming stale." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DocumentInterface_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundFrontendDocumentBuilder.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BuildPageID_MetaData[] = {
{ "Comment", "// Page ID to apply build transaction to if no optional PageID is provided in explicit function call.\n// (Also used to support back compat for Controller API until mutable controllers are adequately deprecated).\n" },
{ "ModuleRelativePath", "Public/MetasoundFrontendDocumentBuilder.h" },
{ "ToolTip", "Page ID to apply build transaction to if no optional PageID is provided in explicit function call.\n(Also used to support back compat for Controller API until mutable controllers are adequately deprecated)." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMetaSoundFrontendDocumentBuilder constinit property declarations *
static const UECodeGen_Private::FInterfacePropertyParams NewProp_DocumentInterface;
static const UECodeGen_Private::FStructPropertyParams NewProp_BuildPageID;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMetaSoundFrontendDocumentBuilder constinit property declarations ***
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMetaSoundFrontendDocumentBuilder>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMetaSoundFrontendDocumentBuilder_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMetaSoundFrontendDocumentBuilder;
class UScriptStruct* FMetaSoundFrontendDocumentBuilder::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundFrontendDocumentBuilder.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMetaSoundFrontendDocumentBuilder.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMetaSoundFrontendDocumentBuilder, (UObject*)Z_Construct_UPackage__Script_MetasoundFrontend(), TEXT("MetaSoundFrontendDocumentBuilder"));
}
return Z_Registration_Info_UScriptStruct_FMetaSoundFrontendDocumentBuilder.OuterSingleton;
}
// ********** Begin ScriptStruct FMetaSoundFrontendDocumentBuilder Property Definitions ************
const UECodeGen_Private::FInterfacePropertyParams Z_Construct_UScriptStruct_FMetaSoundFrontendDocumentBuilder_Statics::NewProp_DocumentInterface = { "DocumentInterface", nullptr, (EPropertyFlags)0x0044000000002000, UECodeGen_Private::EPropertyGenFlags::Interface, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundFrontendDocumentBuilder, DocumentInterface), Z_Construct_UClass_UMetaSoundDocumentInterface_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DocumentInterface_MetaData), NewProp_DocumentInterface_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetaSoundFrontendDocumentBuilder_Statics::NewProp_BuildPageID = { "BuildPageID", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundFrontendDocumentBuilder, BuildPageID), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BuildPageID_MetaData), NewProp_BuildPageID_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMetaSoundFrontendDocumentBuilder_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundFrontendDocumentBuilder_Statics::NewProp_DocumentInterface,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundFrontendDocumentBuilder_Statics::NewProp_BuildPageID,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundFrontendDocumentBuilder_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMetaSoundFrontendDocumentBuilder Property Definitions **************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMetaSoundFrontendDocumentBuilder_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundFrontend,
nullptr,
&NewStructOps,
"MetaSoundFrontendDocumentBuilder",
Z_Construct_UScriptStruct_FMetaSoundFrontendDocumentBuilder_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundFrontendDocumentBuilder_Statics::PropPointers),
sizeof(FMetaSoundFrontendDocumentBuilder),
alignof(FMetaSoundFrontendDocumentBuilder),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundFrontendDocumentBuilder_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMetaSoundFrontendDocumentBuilder_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundFrontendDocumentBuilder()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundFrontendDocumentBuilder.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMetaSoundFrontendDocumentBuilder.InnerSingleton, Z_Construct_UScriptStruct_FMetaSoundFrontendDocumentBuilder_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMetaSoundFrontendDocumentBuilder.InnerSingleton);
}
// ********** End ScriptStruct FMetaSoundFrontendDocumentBuilder ***********************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocumentBuilder_h__Script_MetasoundFrontend_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMetaSoundFrontendDocumentBuilder::StaticStruct, Z_Construct_UScriptStruct_FMetaSoundFrontendDocumentBuilder_Statics::NewStructOps, TEXT("MetaSoundFrontendDocumentBuilder"),&Z_Registration_Info_UScriptStruct_FMetaSoundFrontendDocumentBuilder, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMetaSoundFrontendDocumentBuilder), 590877397U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMetaSoundBuilderDocument, UMetaSoundBuilderDocument::StaticClass, TEXT("UMetaSoundBuilderDocument"), &Z_Registration_Info_UClass_UMetaSoundBuilderDocument, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetaSoundBuilderDocument), 2528183717U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocumentBuilder_h__Script_MetasoundFrontend_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocumentBuilder_h__Script_MetasoundFrontend_3611216160{
TEXT("/Script/MetasoundFrontend"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocumentBuilder_h__Script_MetasoundFrontend_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocumentBuilder_h__Script_MetasoundFrontend_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocumentBuilder_h__Script_MetasoundFrontend_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocumentBuilder_h__Script_MetasoundFrontend_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,72 @@
// 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 "MetasoundFrontendDocumentBuilder.h"
#ifdef METASOUNDFRONTEND_MetasoundFrontendDocumentBuilder_generated_h
#error "MetasoundFrontendDocumentBuilder.generated.h already included, missing '#pragma once' in MetasoundFrontendDocumentBuilder.h"
#endif
#define METASOUNDFRONTEND_MetasoundFrontendDocumentBuilder_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMetaSoundBuilderDocument ************************************************
struct Z_Construct_UClass_UMetaSoundBuilderDocument_Statics;
METASOUNDFRONTEND_API UClass* Z_Construct_UClass_UMetaSoundBuilderDocument_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocumentBuilder_h_121_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetaSoundBuilderDocument(); \
friend struct ::Z_Construct_UClass_UMetaSoundBuilderDocument_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDFRONTEND_API UClass* ::Z_Construct_UClass_UMetaSoundBuilderDocument_NoRegister(); \
public: \
DECLARE_CLASS2(UMetaSoundBuilderDocument, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundFrontend"), Z_Construct_UClass_UMetaSoundBuilderDocument_NoRegister) \
DECLARE_SERIALIZER(UMetaSoundBuilderDocument) \
virtual UObject* _getUObject() const override { return const_cast<UMetaSoundBuilderDocument*>(this); }
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocumentBuilder_h_121_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UMetaSoundBuilderDocument(UMetaSoundBuilderDocument&&) = delete; \
UMetaSoundBuilderDocument(const UMetaSoundBuilderDocument&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDFRONTEND_API, UMetaSoundBuilderDocument); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetaSoundBuilderDocument); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetaSoundBuilderDocument) \
METASOUNDFRONTEND_API virtual ~UMetaSoundBuilderDocument();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocumentBuilder_h_118_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocumentBuilder_h_121_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocumentBuilder_h_121_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocumentBuilder_h_121_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetaSoundBuilderDocument;
// ********** End Class UMetaSoundBuilderDocument **************************************************
// ********** Begin ScriptStruct FMetaSoundFrontendDocumentBuilder *********************************
struct Z_Construct_UScriptStruct_FMetaSoundFrontendDocumentBuilder_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocumentBuilder_h_175_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetaSoundFrontendDocumentBuilder_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetaSoundFrontendDocumentBuilder;
// ********** End ScriptStruct FMetaSoundFrontendDocumentBuilder ***********************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendDocumentBuilder_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,245 @@
// 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 "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 EmptyLinkFunctionForGeneratedCodeMetasoundFrontendLiteral() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
METASOUNDFRONTEND_API UEnum* Z_Construct_UEnum_MetasoundFrontend_EMetasoundFrontendLiteralType();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundFrontendLiteral();
UPackage* Z_Construct_UPackage__Script_MetasoundFrontend();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EMetasoundFrontendLiteralType *********************************************
static_assert(!int64(EMetasoundFrontendLiteralType::None)||!int64(EMetasoundFrontendLiteralType::Boolean)||!int64(EMetasoundFrontendLiteralType::Integer)||!int64(EMetasoundFrontendLiteralType::Float)||!int64(EMetasoundFrontendLiteralType::String)||!int64(EMetasoundFrontendLiteralType::UObject)||!int64(EMetasoundFrontendLiteralType::NoneArray)||!int64(EMetasoundFrontendLiteralType::BooleanArray)||!int64(EMetasoundFrontendLiteralType::IntegerArray)||!int64(EMetasoundFrontendLiteralType::FloatArray)||!int64(EMetasoundFrontendLiteralType::StringArray)||!int64(EMetasoundFrontendLiteralType::UObjectArray)||!int64(EMetasoundFrontendLiteralType::Invalid), "'EMetasoundFrontendLiteralType' does not have a 0 entry!(This is a problem when the enum is initialized by default)");
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EMetasoundFrontendLiteralType;
static UEnum* EMetasoundFrontendLiteralType_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EMetasoundFrontendLiteralType.OuterSingleton)
{
Z_Registration_Info_UEnum_EMetasoundFrontendLiteralType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_MetasoundFrontend_EMetasoundFrontendLiteralType, (UObject*)Z_Construct_UPackage__Script_MetasoundFrontend(), TEXT("EMetasoundFrontendLiteralType"));
}
return Z_Registration_Info_UEnum_EMetasoundFrontendLiteralType.OuterSingleton;
}
template<> METASOUNDFRONTEND_NON_ATTRIBUTED_API UEnum* StaticEnum<EMetasoundFrontendLiteralType>()
{
return EMetasoundFrontendLiteralType_StaticEnum();
}
struct Z_Construct_UEnum_MetasoundFrontend_EMetasoundFrontendLiteralType_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Boolean.Comment", "//< A value of None expresses that an object being constructed with a literal should be default constructed.\n" },
{ "Boolean.Name", "EMetasoundFrontendLiteralType::Boolean" },
{ "Boolean.ToolTip", "< A value of None expresses that an object being constructed with a literal should be default constructed." },
{ "BooleanArray.Comment", "//< A NoneArray expresses the number of objects to be default constructed.\n" },
{ "BooleanArray.Name", "EMetasoundFrontendLiteralType::BooleanArray" },
{ "BooleanArray.ToolTip", "< A NoneArray expresses the number of objects to be default constructed." },
{ "Comment", "// The type of a given literal for an input value.\n//\n// The EMetasoundFrontendLiteralType's are matched to Metasound::ELiteralType`s \n// by giving them the same value. This supports easy conversion from one type to\n// another.\n" },
{ "Float.Name", "EMetasoundFrontendLiteralType::Float" },
{ "FloatArray.Name", "EMetasoundFrontendLiteralType::FloatArray" },
{ "Integer.Name", "EMetasoundFrontendLiteralType::Integer" },
{ "IntegerArray.Name", "EMetasoundFrontendLiteralType::IntegerArray" },
{ "Invalid.Hidden", "" },
{ "Invalid.Name", "EMetasoundFrontendLiteralType::Invalid" },
{ "ModuleRelativePath", "Public/MetasoundFrontendLiteral.h" },
{ "None.Name", "EMetasoundFrontendLiteralType::None" },
{ "NoneArray.Name", "EMetasoundFrontendLiteralType::NoneArray" },
{ "String.Name", "EMetasoundFrontendLiteralType::String" },
{ "StringArray.Name", "EMetasoundFrontendLiteralType::StringArray" },
{ "ToolTip", "The type of a given literal for an input value.\n\nThe EMetasoundFrontendLiteralType's are matched to Metasound::ELiteralType`s\nby giving them the same value. This supports easy conversion from one type to\nanother." },
{ "UObject.Name", "EMetasoundFrontendLiteralType::UObject" },
{ "UObjectArray.Name", "EMetasoundFrontendLiteralType::UObjectArray" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EMetasoundFrontendLiteralType::None", (int64)EMetasoundFrontendLiteralType::None },
{ "EMetasoundFrontendLiteralType::Boolean", (int64)EMetasoundFrontendLiteralType::Boolean },
{ "EMetasoundFrontendLiteralType::Integer", (int64)EMetasoundFrontendLiteralType::Integer },
{ "EMetasoundFrontendLiteralType::Float", (int64)EMetasoundFrontendLiteralType::Float },
{ "EMetasoundFrontendLiteralType::String", (int64)EMetasoundFrontendLiteralType::String },
{ "EMetasoundFrontendLiteralType::UObject", (int64)EMetasoundFrontendLiteralType::UObject },
{ "EMetasoundFrontendLiteralType::NoneArray", (int64)EMetasoundFrontendLiteralType::NoneArray },
{ "EMetasoundFrontendLiteralType::BooleanArray", (int64)EMetasoundFrontendLiteralType::BooleanArray },
{ "EMetasoundFrontendLiteralType::IntegerArray", (int64)EMetasoundFrontendLiteralType::IntegerArray },
{ "EMetasoundFrontendLiteralType::FloatArray", (int64)EMetasoundFrontendLiteralType::FloatArray },
{ "EMetasoundFrontendLiteralType::StringArray", (int64)EMetasoundFrontendLiteralType::StringArray },
{ "EMetasoundFrontendLiteralType::UObjectArray", (int64)EMetasoundFrontendLiteralType::UObjectArray },
{ "EMetasoundFrontendLiteralType::Invalid", (int64)EMetasoundFrontendLiteralType::Invalid },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_MetasoundFrontend_EMetasoundFrontendLiteralType_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_MetasoundFrontend_EMetasoundFrontendLiteralType_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_MetasoundFrontend,
nullptr,
"EMetasoundFrontendLiteralType",
"EMetasoundFrontendLiteralType",
Z_Construct_UEnum_MetasoundFrontend_EMetasoundFrontendLiteralType_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_MetasoundFrontend_EMetasoundFrontendLiteralType_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_MetasoundFrontend_EMetasoundFrontendLiteralType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_MetasoundFrontend_EMetasoundFrontendLiteralType_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_MetasoundFrontend_EMetasoundFrontendLiteralType()
{
if (!Z_Registration_Info_UEnum_EMetasoundFrontendLiteralType.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EMetasoundFrontendLiteralType.InnerSingleton, Z_Construct_UEnum_MetasoundFrontend_EMetasoundFrontendLiteralType_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EMetasoundFrontendLiteralType.InnerSingleton;
}
// ********** End Enum EMetasoundFrontendLiteralType ***********************************************
// ********** Begin ScriptStruct FMetasoundFrontendLiteral *****************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMetasoundFrontendLiteral); }
static inline consteval int16 GetStructAlignment() { return alignof(FMetasoundFrontendLiteral); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "// Represents the serialized version of variant literal types. \n" },
{ "DisplayName", "MetaSound Literal" },
{ "ModuleRelativePath", "Public/MetasoundFrontendLiteral.h" },
{ "ToolTip", "Represents the serialized version of variant literal types." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Type_MetaData[] = {
{ "Comment", "// The set type of this literal.\n" },
{ "ModuleRelativePath", "Public/MetasoundFrontendLiteral.h" },
{ "ToolTip", "The set type of this literal." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AsNumDefault_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundFrontendLiteral.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AsBoolean_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundFrontendLiteral.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AsInteger_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundFrontendLiteral.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AsFloat_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundFrontendLiteral.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AsString_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundFrontendLiteral.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AsUObject_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundFrontendLiteral.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMetasoundFrontendLiteral constinit property declarations *********
static const UECodeGen_Private::FBytePropertyParams NewProp_Type_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_Type;
static const UECodeGen_Private::FIntPropertyParams NewProp_AsNumDefault;
static const UECodeGen_Private::FBoolPropertyParams NewProp_AsBoolean_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_AsBoolean;
static const UECodeGen_Private::FIntPropertyParams NewProp_AsInteger_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_AsInteger;
static const UECodeGen_Private::FFloatPropertyParams NewProp_AsFloat_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_AsFloat;
static const UECodeGen_Private::FStrPropertyParams NewProp_AsString_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_AsString;
static const UECodeGen_Private::FObjectPropertyParams NewProp_AsUObject_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_AsUObject;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMetasoundFrontendLiteral constinit property declarations ***********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMetasoundFrontendLiteral>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMetasoundFrontendLiteral;
class UScriptStruct* FMetasoundFrontendLiteral::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMetasoundFrontendLiteral.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMetasoundFrontendLiteral.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMetasoundFrontendLiteral, (UObject*)Z_Construct_UPackage__Script_MetasoundFrontend(), TEXT("MetasoundFrontendLiteral"));
}
return Z_Registration_Info_UScriptStruct_FMetasoundFrontendLiteral.OuterSingleton;
}
// ********** Begin ScriptStruct FMetasoundFrontendLiteral Property Definitions ********************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_Type_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_Type = { "Type", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundFrontendLiteral, Type), Z_Construct_UEnum_MetasoundFrontend_EMetasoundFrontendLiteralType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Type_MetaData), NewProp_Type_MetaData) }; // 1041255940
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsNumDefault = { "AsNumDefault", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundFrontendLiteral, AsNumDefault), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AsNumDefault_MetaData), NewProp_AsNumDefault_MetaData) };
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsBoolean_Inner = { "AsBoolean", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsBoolean = { "AsBoolean", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundFrontendLiteral, AsBoolean), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AsBoolean_MetaData), NewProp_AsBoolean_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsInteger_Inner = { "AsInteger", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsInteger = { "AsInteger", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundFrontendLiteral, AsInteger), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AsInteger_MetaData), NewProp_AsInteger_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsFloat_Inner = { "AsFloat", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsFloat = { "AsFloat", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundFrontendLiteral, AsFloat), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AsFloat_MetaData), NewProp_AsFloat_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsString_Inner = { "AsString", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsString = { "AsString", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundFrontendLiteral, AsString), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AsString_MetaData), NewProp_AsString_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsUObject_Inner = { "AsUObject", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsUObject = { "AsUObject", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetasoundFrontendLiteral, AsUObject), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AsUObject_MetaData), NewProp_AsUObject_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_Type_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_Type,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsNumDefault,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsBoolean_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsBoolean,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsInteger_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsInteger,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsFloat_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsFloat,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsString_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsString,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsUObject_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewProp_AsUObject,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMetasoundFrontendLiteral Property Definitions **********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundFrontend,
nullptr,
&NewStructOps,
"MetasoundFrontendLiteral",
Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::PropPointers),
sizeof(FMetasoundFrontendLiteral),
alignof(FMetasoundFrontendLiteral),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMetasoundFrontendLiteral()
{
if (!Z_Registration_Info_UScriptStruct_FMetasoundFrontendLiteral.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMetasoundFrontendLiteral.InnerSingleton, Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMetasoundFrontendLiteral.InnerSingleton);
}
// ********** End ScriptStruct FMetasoundFrontendLiteral *******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendLiteral_h__Script_MetasoundFrontend_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EMetasoundFrontendLiteralType_StaticEnum, TEXT("EMetasoundFrontendLiteralType"), &Z_Registration_Info_UEnum_EMetasoundFrontendLiteralType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1041255940U) },
};
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMetasoundFrontendLiteral::StaticStruct, Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics::NewStructOps, TEXT("MetasoundFrontendLiteral"),&Z_Registration_Info_UScriptStruct_FMetasoundFrontendLiteral, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMetasoundFrontendLiteral), 2216509155U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendLiteral_h__Script_MetasoundFrontend_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendLiteral_h__Script_MetasoundFrontend_442248804{
TEXT("/Script/MetasoundFrontend"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendLiteral_h__Script_MetasoundFrontend_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendLiteral_h__Script_MetasoundFrontend_Statics::ScriptStructInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendLiteral_h__Script_MetasoundFrontend_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendLiteral_h__Script_MetasoundFrontend_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,53 @@
// 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 "MetasoundFrontendLiteral.h"
#ifdef METASOUNDFRONTEND_MetasoundFrontendLiteral_generated_h
#error "MetasoundFrontendLiteral.generated.h already included, missing '#pragma once' in MetasoundFrontendLiteral.h"
#endif
#define METASOUNDFRONTEND_MetasoundFrontendLiteral_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FMetasoundFrontendLiteral *****************************************
struct Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendLiteral_h_71_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetasoundFrontendLiteral_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetasoundFrontendLiteral;
// ********** End ScriptStruct FMetasoundFrontendLiteral *******************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendLiteral_h
// ********** Begin Enum EMetasoundFrontendLiteralType *********************************************
#define FOREACH_ENUM_EMETASOUNDFRONTENDLITERALTYPE(op) \
op(EMetasoundFrontendLiteralType::None) \
op(EMetasoundFrontendLiteralType::Boolean) \
op(EMetasoundFrontendLiteralType::Integer) \
op(EMetasoundFrontendLiteralType::Float) \
op(EMetasoundFrontendLiteralType::String) \
op(EMetasoundFrontendLiteralType::UObject) \
op(EMetasoundFrontendLiteralType::NoneArray) \
op(EMetasoundFrontendLiteralType::BooleanArray) \
op(EMetasoundFrontendLiteralType::IntegerArray) \
op(EMetasoundFrontendLiteralType::FloatArray) \
op(EMetasoundFrontendLiteralType::StringArray) \
op(EMetasoundFrontendLiteralType::UObjectArray) \
op(EMetasoundFrontendLiteralType::Invalid)
enum class EMetasoundFrontendLiteralType : uint8;
template<> struct TIsUEnumClass<EMetasoundFrontendLiteralType> { enum { Value = true }; };
template<> METASOUNDFRONTEND_NON_ATTRIBUTED_API UEnum* StaticEnum<EMetasoundFrontendLiteralType>();
// ********** End Enum EMetasoundFrontendLiteralType ***********************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,114 @@
// 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 "MetasoundFrontendNodeTemplateRegistry.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetasoundFrontendNodeTemplateRegistry() {}
// ********** Begin Cross Module References ********************************************************
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams();
UPackage* Z_Construct_UPackage__Script_MetasoundFrontend();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FNodeTemplateGenerateInterfaceParams ******************************
struct Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FNodeTemplateGenerateInterfaceParams); }
static inline consteval int16 GetStructAlignment() { return alignof(FNodeTemplateGenerateInterfaceParams); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "// namespace Metasound\n" },
{ "ModuleRelativePath", "Public/MetasoundFrontendNodeTemplateRegistry.h" },
{ "ToolTip", "namespace Metasound" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InputsToConnect_MetaData[] = {
{ "Comment", "// TODO: Currently just DataType FName. Subsequent change will replace this with a VertexHandle\n// and will add builder reference to once builder supports template nodes and controllers\n// are no longer used to add template nodes from editor code.\n" },
{ "ModuleRelativePath", "Public/MetasoundFrontendNodeTemplateRegistry.h" },
{ "ToolTip", "TODO: Currently just DataType FName. Subsequent change will replace this with a VertexHandle\nand will add builder reference to once builder supports template nodes and controllers\nare no longer used to add template nodes from editor code." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OutputsToConnect_MetaData[] = {
{ "ModuleRelativePath", "Public/MetasoundFrontendNodeTemplateRegistry.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FNodeTemplateGenerateInterfaceParams constinit property declarations
static const UECodeGen_Private::FNamePropertyParams NewProp_InputsToConnect_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_InputsToConnect;
static const UECodeGen_Private::FNamePropertyParams NewProp_OutputsToConnect_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutputsToConnect;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FNodeTemplateGenerateInterfaceParams constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNodeTemplateGenerateInterfaceParams>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNodeTemplateGenerateInterfaceParams;
class UScriptStruct* FNodeTemplateGenerateInterfaceParams::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FNodeTemplateGenerateInterfaceParams.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FNodeTemplateGenerateInterfaceParams.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams, (UObject*)Z_Construct_UPackage__Script_MetasoundFrontend(), TEXT("NodeTemplateGenerateInterfaceParams"));
}
return Z_Registration_Info_UScriptStruct_FNodeTemplateGenerateInterfaceParams.OuterSingleton;
}
// ********** Begin ScriptStruct FNodeTemplateGenerateInterfaceParams Property Definitions *********
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics::NewProp_InputsToConnect_Inner = { "InputsToConnect", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics::NewProp_InputsToConnect = { "InputsToConnect", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNodeTemplateGenerateInterfaceParams, InputsToConnect), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InputsToConnect_MetaData), NewProp_InputsToConnect_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics::NewProp_OutputsToConnect_Inner = { "OutputsToConnect", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics::NewProp_OutputsToConnect = { "OutputsToConnect", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNodeTemplateGenerateInterfaceParams, OutputsToConnect), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OutputsToConnect_MetaData), NewProp_OutputsToConnect_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics::NewProp_InputsToConnect_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics::NewProp_InputsToConnect,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics::NewProp_OutputsToConnect_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics::NewProp_OutputsToConnect,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FNodeTemplateGenerateInterfaceParams Property Definitions ***********
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundFrontend,
nullptr,
&NewStructOps,
"NodeTemplateGenerateInterfaceParams",
Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics::PropPointers),
sizeof(FNodeTemplateGenerateInterfaceParams),
alignof(FNodeTemplateGenerateInterfaceParams),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams()
{
if (!Z_Registration_Info_UScriptStruct_FNodeTemplateGenerateInterfaceParams.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNodeTemplateGenerateInterfaceParams.InnerSingleton, Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNodeTemplateGenerateInterfaceParams.InnerSingleton);
}
// ********** End ScriptStruct FNodeTemplateGenerateInterfaceParams ********************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendNodeTemplateRegistry_h__Script_MetasoundFrontend_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FNodeTemplateGenerateInterfaceParams::StaticStruct, Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics::NewStructOps, TEXT("NodeTemplateGenerateInterfaceParams"),&Z_Registration_Info_UScriptStruct_FNodeTemplateGenerateInterfaceParams, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNodeTemplateGenerateInterfaceParams), 1274899305U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendNodeTemplateRegistry_h__Script_MetasoundFrontend_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendNodeTemplateRegistry_h__Script_MetasoundFrontend_1285201837{
TEXT("/Script/MetasoundFrontend"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendNodeTemplateRegistry_h__Script_MetasoundFrontend_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendNodeTemplateRegistry_h__Script_MetasoundFrontend_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,32 @@
// 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 "MetasoundFrontendNodeTemplateRegistry.h"
#ifdef METASOUNDFRONTEND_MetasoundFrontendNodeTemplateRegistry_generated_h
#error "MetasoundFrontendNodeTemplateRegistry.generated.h already included, missing '#pragma once' in MetasoundFrontendNodeTemplateRegistry.h"
#endif
#define METASOUNDFRONTEND_MetasoundFrontendNodeTemplateRegistry_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FNodeTemplateGenerateInterfaceParams ******************************
struct Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendNodeTemplateRegistry_h_32_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FNodeTemplateGenerateInterfaceParams_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FNodeTemplateGenerateInterfaceParams;
// ********** End ScriptStruct FNodeTemplateGenerateInterfaceParams ********************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendNodeTemplateRegistry_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,416 @@
// 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 "MetasoundFrontendQuery.h"
#include "MetasoundFrontendDocument.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetasoundFrontendQuery() {}
// ********** Begin Cross Module References ********************************************************
METASOUNDFRONTEND_API UEnum* Z_Construct_UEnum_MetasoundFrontend_EMetasoundFrontendVertexAccessType();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundClassVertexCollectionInfo();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundFrontendInterfaceMetadata();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetasoundFrontendVersion();
UPackage* Z_Construct_UPackage__Script_MetasoundFrontend();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMetaSoundClassVertexInfo *****************************************
struct Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMetaSoundClassVertexInfo); }
static inline consteval int16 GetStructAlignment() { return alignof(FMetaSoundClassVertexInfo); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "// Condensed set of class vertex data that is serialized to editor-only asset\n// tag data, allowing editor scripts and code to query MetaSounds without loading\n// them in entirety.\n" },
{ "ModuleRelativePath", "Public/MetasoundFrontendQuery.h" },
{ "ToolTip", "Condensed set of class vertex data that is serialized to editor-only asset\ntag data, allowing editor scripts and code to query MetaSounds without loading\nthem in entirety." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = {
{ "Category", "ClassInfo" },
{ "ModuleRelativePath", "Public/MetasoundFrontendQuery.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TypeName_MetaData[] = {
{ "Category", "ClassInfo" },
{ "ModuleRelativePath", "Public/MetasoundFrontendQuery.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AccessType_MetaData[] = {
{ "Category", "ClassInfo" },
{ "ModuleRelativePath", "Public/MetasoundFrontendQuery.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMetaSoundClassVertexInfo constinit property declarations *********
static const UECodeGen_Private::FNamePropertyParams NewProp_Name;
static const UECodeGen_Private::FNamePropertyParams NewProp_TypeName;
static const UECodeGen_Private::FIntPropertyParams NewProp_AccessType_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_AccessType;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMetaSoundClassVertexInfo constinit property declarations ***********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMetaSoundClassVertexInfo>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMetaSoundClassVertexInfo;
class UScriptStruct* FMetaSoundClassVertexInfo::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundClassVertexInfo.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMetaSoundClassVertexInfo.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo, (UObject*)Z_Construct_UPackage__Script_MetasoundFrontend(), TEXT("MetaSoundClassVertexInfo"));
}
return Z_Registration_Info_UScriptStruct_FMetaSoundClassVertexInfo.OuterSingleton;
}
// ********** Begin ScriptStruct FMetaSoundClassVertexInfo Property Definitions ********************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundClassVertexInfo, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo_Statics::NewProp_TypeName = { "TypeName", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundClassVertexInfo, TypeName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TypeName_MetaData), NewProp_TypeName_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo_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_FMetaSoundClassVertexInfo_Statics::NewProp_AccessType = { "AccessType", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundClassVertexInfo, 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_FMetaSoundClassVertexInfo_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo_Statics::NewProp_Name,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo_Statics::NewProp_TypeName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo_Statics::NewProp_AccessType_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo_Statics::NewProp_AccessType,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMetaSoundClassVertexInfo Property Definitions **********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundFrontend,
nullptr,
&NewStructOps,
"MetaSoundClassVertexInfo",
Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo_Statics::PropPointers),
sizeof(FMetaSoundClassVertexInfo),
alignof(FMetaSoundClassVertexInfo),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundClassVertexInfo.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMetaSoundClassVertexInfo.InnerSingleton, Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMetaSoundClassVertexInfo.InnerSingleton);
}
// ********** End ScriptStruct FMetaSoundClassVertexInfo *******************************************
// ********** Begin ScriptStruct FMetaSoundClassSearchInfo *****************************************
struct Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMetaSoundClassSearchInfo); }
static inline consteval int16 GetStructAlignment() { return alignof(FMetaSoundClassSearchInfo); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "// Condensed set of class metadata that is serialized to editor-only asset\n// tag data, allowing editor scripts and code to search and display MetaSounds\n// without loading in asset selection contexts without loading them in entirety.\n" },
{ "ModuleRelativePath", "Public/MetasoundFrontendQuery.h" },
{ "ToolTip", "Condensed set of class metadata that is serialized to editor-only asset\ntag data, allowing editor scripts and code to search and display MetaSounds\nwithout loading in asset selection contexts without loading them in entirety." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ClassDisplayName_MetaData[] = {
{ "Category", "ClassInfo" },
{ "Comment", "// Human readable DisplayName of Class (optional, overrides the\n// package name in the editor if specified by MetaSound Asset Author).\n" },
{ "ModuleRelativePath", "Public/MetasoundFrontendQuery.h" },
{ "ToolTip", "Human readable DisplayName of Class (optional, overrides the\npackage name in the editor if specified by MetaSound Asset Author)." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ClassDescription_MetaData[] = {
{ "Category", "ClassInfo" },
{ "ModuleRelativePath", "Public/MetasoundFrontendQuery.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Hierarchy_MetaData[] = {
{ "Category", "ClassInfo" },
{ "ModuleRelativePath", "Public/MetasoundFrontendQuery.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Keywords_MetaData[] = {
{ "Category", "ClassInfo" },
{ "ModuleRelativePath", "Public/MetasoundFrontendQuery.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMetaSoundClassSearchInfo constinit property declarations *********
static const UECodeGen_Private::FTextPropertyParams NewProp_ClassDisplayName;
static const UECodeGen_Private::FTextPropertyParams NewProp_ClassDescription;
static const UECodeGen_Private::FTextPropertyParams NewProp_Hierarchy_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Hierarchy;
static const UECodeGen_Private::FTextPropertyParams NewProp_Keywords_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Keywords;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMetaSoundClassSearchInfo constinit property declarations ***********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMetaSoundClassSearchInfo>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMetaSoundClassSearchInfo;
class UScriptStruct* FMetaSoundClassSearchInfo::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundClassSearchInfo.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMetaSoundClassSearchInfo.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo, (UObject*)Z_Construct_UPackage__Script_MetasoundFrontend(), TEXT("MetaSoundClassSearchInfo"));
}
return Z_Registration_Info_UScriptStruct_FMetaSoundClassSearchInfo.OuterSingleton;
}
// ********** Begin ScriptStruct FMetaSoundClassSearchInfo Property Definitions ********************
const UECodeGen_Private::FTextPropertyParams Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics::NewProp_ClassDisplayName = { "ClassDisplayName", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundClassSearchInfo, ClassDisplayName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ClassDisplayName_MetaData), NewProp_ClassDisplayName_MetaData) };
const UECodeGen_Private::FTextPropertyParams Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics::NewProp_ClassDescription = { "ClassDescription", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundClassSearchInfo, ClassDescription), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ClassDescription_MetaData), NewProp_ClassDescription_MetaData) };
const UECodeGen_Private::FTextPropertyParams Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics::NewProp_Hierarchy_Inner = { "Hierarchy", 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_UScriptStruct_FMetaSoundClassSearchInfo_Statics::NewProp_Hierarchy = { "Hierarchy", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundClassSearchInfo, Hierarchy), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Hierarchy_MetaData), NewProp_Hierarchy_MetaData) };
const UECodeGen_Private::FTextPropertyParams Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics::NewProp_Keywords_Inner = { "Keywords", 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_UScriptStruct_FMetaSoundClassSearchInfo_Statics::NewProp_Keywords = { "Keywords", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundClassSearchInfo, Keywords), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Keywords_MetaData), NewProp_Keywords_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics::NewProp_ClassDisplayName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics::NewProp_ClassDescription,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics::NewProp_Hierarchy_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics::NewProp_Hierarchy,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics::NewProp_Keywords_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics::NewProp_Keywords,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMetaSoundClassSearchInfo Property Definitions **********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundFrontend,
nullptr,
&NewStructOps,
"MetaSoundClassSearchInfo",
Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics::PropPointers),
sizeof(FMetaSoundClassSearchInfo),
alignof(FMetaSoundClassSearchInfo),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundClassSearchInfo.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMetaSoundClassSearchInfo.InnerSingleton, Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMetaSoundClassSearchInfo.InnerSingleton);
}
// ********** End ScriptStruct FMetaSoundClassSearchInfo *******************************************
// ********** Begin ScriptStruct FMetaSoundClassVertexCollectionInfo *******************************
struct Z_Construct_UScriptStruct_FMetaSoundClassVertexCollectionInfo_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMetaSoundClassVertexCollectionInfo); }
static inline consteval int16 GetStructAlignment() { return alignof(FMetaSoundClassVertexCollectionInfo); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "// Condensed set of vertex data that is serialized to editor-only asset tag data,\n// allowing editor scripts and code to query MetaSounds without loading them\n// in entirety.\n" },
{ "ModuleRelativePath", "Public/MetasoundFrontendQuery.h" },
{ "ToolTip", "Condensed set of vertex data that is serialized to editor-only asset tag data,\nallowing editor scripts and code to query MetaSounds without loading them\nin entirety." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ClassVertexInfo_MetaData[] = {
{ "Category", "ClassInfo" },
{ "ModuleRelativePath", "Public/MetasoundFrontendQuery.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMetaSoundClassVertexCollectionInfo constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_ClassVertexInfo_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ClassVertexInfo;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMetaSoundClassVertexCollectionInfo constinit property declarations *
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMetaSoundClassVertexCollectionInfo>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMetaSoundClassVertexCollectionInfo_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMetaSoundClassVertexCollectionInfo;
class UScriptStruct* FMetaSoundClassVertexCollectionInfo::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundClassVertexCollectionInfo.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMetaSoundClassVertexCollectionInfo.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMetaSoundClassVertexCollectionInfo, (UObject*)Z_Construct_UPackage__Script_MetasoundFrontend(), TEXT("MetaSoundClassVertexCollectionInfo"));
}
return Z_Registration_Info_UScriptStruct_FMetaSoundClassVertexCollectionInfo.OuterSingleton;
}
// ********** Begin ScriptStruct FMetaSoundClassVertexCollectionInfo Property Definitions **********
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetaSoundClassVertexCollectionInfo_Statics::NewProp_ClassVertexInfo_Inner = { "ClassVertexInfo", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo, METADATA_PARAMS(0, nullptr) }; // 2565013740
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FMetaSoundClassVertexCollectionInfo_Statics::NewProp_ClassVertexInfo = { "ClassVertexInfo", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundClassVertexCollectionInfo, ClassVertexInfo), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ClassVertexInfo_MetaData), NewProp_ClassVertexInfo_MetaData) }; // 2565013740
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMetaSoundClassVertexCollectionInfo_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassVertexCollectionInfo_Statics::NewProp_ClassVertexInfo_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassVertexCollectionInfo_Statics::NewProp_ClassVertexInfo,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundClassVertexCollectionInfo_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMetaSoundClassVertexCollectionInfo Property Definitions ************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMetaSoundClassVertexCollectionInfo_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundFrontend,
nullptr,
&NewStructOps,
"MetaSoundClassVertexCollectionInfo",
Z_Construct_UScriptStruct_FMetaSoundClassVertexCollectionInfo_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundClassVertexCollectionInfo_Statics::PropPointers),
sizeof(FMetaSoundClassVertexCollectionInfo),
alignof(FMetaSoundClassVertexCollectionInfo),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundClassVertexCollectionInfo_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMetaSoundClassVertexCollectionInfo_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundClassVertexCollectionInfo()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundClassVertexCollectionInfo.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMetaSoundClassVertexCollectionInfo.InnerSingleton, Z_Construct_UScriptStruct_FMetaSoundClassVertexCollectionInfo_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMetaSoundClassVertexCollectionInfo.InnerSingleton);
}
// ********** End ScriptStruct FMetaSoundClassVertexCollectionInfo *********************************
// ********** Begin ScriptStruct FMetaSoundClassInterfaceInfo **************************************
struct Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMetaSoundClassInterfaceInfo); }
static inline consteval int16 GetStructAlignment() { return alignof(FMetaSoundClassInterfaceInfo); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "// Condensed set of class data that is serialized to editor-only asset tag data,\n// allowing editor scripts and code to query MetaSounds without loading them\n// in entirety.\n" },
{ "DisplayName", "MetaSound Class Interface Info" },
{ "ModuleRelativePath", "Public/MetasoundFrontendQuery.h" },
{ "ToolTip", "Condensed set of class data that is serialized to editor-only asset tag data,\nallowing editor scripts and code to query MetaSounds without loading them\nin entirety." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefinedInterfaces_MetaData[] = {
{ "Category", "ClassInfo" },
{ "Comment", "// Interfaces metadata associated with interfaces defined by this class.\n" },
{ "ModuleRelativePath", "Public/MetasoundFrontendQuery.h" },
{ "ToolTip", "Interfaces metadata associated with interfaces defined by this class." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SearchInfo_MetaData[] = {
{ "Category", "ClassInfo" },
{ "Comment", "// Editor-only search info\n" },
{ "ModuleRelativePath", "Public/MetasoundFrontendQuery.h" },
{ "ToolTip", "Editor-only search info" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Inputs_MetaData[] = {
{ "Category", "ClassInfo" },
{ "Comment", "// Collection of identifiable input vertex data cached in query for fast access & serializability\n// (ex. in asset tags)\n" },
{ "ModuleRelativePath", "Public/MetasoundFrontendQuery.h" },
{ "ToolTip", "Collection of identifiable input vertex data cached in query for fast access & serializability\n(ex. in asset tags)" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Outputs_MetaData[] = {
{ "Category", "ClassInfo" },
{ "Comment", "// Collection of identifiable output vertex data cached in query for fast access & serializability\n// (ex. in asset tags)\n" },
{ "ModuleRelativePath", "Public/MetasoundFrontendQuery.h" },
{ "ToolTip", "Collection of identifiable output vertex data cached in query for fast access & serializability\n(ex. in asset tags)" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InheritedInterfaces_MetaData[] = {
{ "Category", "ClassInfo" },
{ "Comment", "// Interfaces metadata associated with a given class definition.\n" },
{ "ModuleRelativePath", "Public/MetasoundFrontendQuery.h" },
{ "ToolTip", "Interfaces metadata associated with a given class definition." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMetaSoundClassInterfaceInfo constinit property declarations ******
static const UECodeGen_Private::FStructPropertyParams NewProp_DefinedInterfaces_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_DefinedInterfaces;
static const UECodeGen_Private::FStructPropertyParams NewProp_SearchInfo;
static const UECodeGen_Private::FStructPropertyParams NewProp_Inputs_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Inputs;
static const UECodeGen_Private::FStructPropertyParams NewProp_Outputs_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Outputs;
static const UECodeGen_Private::FStructPropertyParams NewProp_InheritedInterfaces_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_InheritedInterfaces;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMetaSoundClassInterfaceInfo constinit property declarations ********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMetaSoundClassInterfaceInfo>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMetaSoundClassInterfaceInfo;
class UScriptStruct* FMetaSoundClassInterfaceInfo::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundClassInterfaceInfo.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMetaSoundClassInterfaceInfo.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo, (UObject*)Z_Construct_UPackage__Script_MetasoundFrontend(), TEXT("MetaSoundClassInterfaceInfo"));
}
return Z_Registration_Info_UScriptStruct_FMetaSoundClassInterfaceInfo.OuterSingleton;
}
// ********** Begin ScriptStruct FMetaSoundClassInterfaceInfo Property Definitions *****************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::NewProp_DefinedInterfaces_Inner = { "DefinedInterfaces", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FMetasoundFrontendInterfaceMetadata, METADATA_PARAMS(0, nullptr) }; // 3616168335
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::NewProp_DefinedInterfaces = { "DefinedInterfaces", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundClassInterfaceInfo, DefinedInterfaces), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefinedInterfaces_MetaData), NewProp_DefinedInterfaces_MetaData) }; // 3616168335
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::NewProp_SearchInfo = { "SearchInfo", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundClassInterfaceInfo, SearchInfo), Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SearchInfo_MetaData), NewProp_SearchInfo_MetaData) }; // 3593821328
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::NewProp_Inputs_Inner = { "Inputs", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo, METADATA_PARAMS(0, nullptr) }; // 2565013740
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::NewProp_Inputs = { "Inputs", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundClassInterfaceInfo, Inputs), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Inputs_MetaData), NewProp_Inputs_MetaData) }; // 2565013740
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::NewProp_Outputs_Inner = { "Outputs", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo, METADATA_PARAMS(0, nullptr) }; // 2565013740
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::NewProp_Outputs = { "Outputs", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundClassInterfaceInfo, Outputs), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Outputs_MetaData), NewProp_Outputs_MetaData) }; // 2565013740
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::NewProp_InheritedInterfaces_Inner = { "InheritedInterfaces", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FMetasoundFrontendVersion, METADATA_PARAMS(0, nullptr) }; // 320483601
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::NewProp_InheritedInterfaces = { "InheritedInterfaces", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMetaSoundClassInterfaceInfo, InheritedInterfaces), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InheritedInterfaces_MetaData), NewProp_InheritedInterfaces_MetaData) }; // 320483601
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::NewProp_DefinedInterfaces_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::NewProp_DefinedInterfaces,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::NewProp_SearchInfo,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::NewProp_Inputs_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::NewProp_Inputs,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::NewProp_Outputs_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::NewProp_Outputs,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::NewProp_InheritedInterfaces_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::NewProp_InheritedInterfaces,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMetaSoundClassInterfaceInfo Property Definitions *******************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundFrontend,
nullptr,
&NewStructOps,
"MetaSoundClassInterfaceInfo",
Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::PropPointers),
sizeof(FMetaSoundClassInterfaceInfo),
alignof(FMetaSoundClassInterfaceInfo),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundClassInterfaceInfo.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMetaSoundClassInterfaceInfo.InnerSingleton, Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMetaSoundClassInterfaceInfo.InnerSingleton);
}
// ********** End ScriptStruct FMetaSoundClassInterfaceInfo ****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendQuery_h__Script_MetasoundFrontend_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMetaSoundClassVertexInfo::StaticStruct, Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo_Statics::NewStructOps, TEXT("MetaSoundClassVertexInfo"),&Z_Registration_Info_UScriptStruct_FMetaSoundClassVertexInfo, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMetaSoundClassVertexInfo), 2565013740U) },
{ FMetaSoundClassSearchInfo::StaticStruct, Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics::NewStructOps, TEXT("MetaSoundClassSearchInfo"),&Z_Registration_Info_UScriptStruct_FMetaSoundClassSearchInfo, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMetaSoundClassSearchInfo), 3593821328U) },
{ FMetaSoundClassVertexCollectionInfo::StaticStruct, Z_Construct_UScriptStruct_FMetaSoundClassVertexCollectionInfo_Statics::NewStructOps, TEXT("MetaSoundClassVertexCollectionInfo"),&Z_Registration_Info_UScriptStruct_FMetaSoundClassVertexCollectionInfo, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMetaSoundClassVertexCollectionInfo), 2910222955U) },
{ FMetaSoundClassInterfaceInfo::StaticStruct, Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics::NewStructOps, TEXT("MetaSoundClassInterfaceInfo"),&Z_Registration_Info_UScriptStruct_FMetaSoundClassInterfaceInfo, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMetaSoundClassInterfaceInfo), 394695391U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendQuery_h__Script_MetasoundFrontend_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendQuery_h__Script_MetasoundFrontend_1774606720{
TEXT("/Script/MetasoundFrontend"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendQuery_h__Script_MetasoundFrontend_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendQuery_h__Script_MetasoundFrontend_Statics::ScriptStructInfo),
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 "MetasoundFrontendQuery.h"
#ifdef METASOUNDFRONTEND_MetasoundFrontendQuery_generated_h
#error "MetasoundFrontendQuery.generated.h already included, missing '#pragma once' in MetasoundFrontendQuery.h"
#endif
#define METASOUNDFRONTEND_MetasoundFrontendQuery_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FMetaSoundClassVertexInfo *****************************************
struct Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendQuery_h_67_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetaSoundClassVertexInfo_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetaSoundClassVertexInfo;
// ********** End ScriptStruct FMetaSoundClassVertexInfo *******************************************
// ********** Begin ScriptStruct FMetaSoundClassSearchInfo *****************************************
struct Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendQuery_h_85_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetaSoundClassSearchInfo_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetaSoundClassSearchInfo;
// ********** End ScriptStruct FMetaSoundClassSearchInfo *******************************************
// ********** Begin ScriptStruct FMetaSoundClassVertexCollectionInfo *******************************
struct Z_Construct_UScriptStruct_FMetaSoundClassVertexCollectionInfo_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendQuery_h_111_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetaSoundClassVertexCollectionInfo_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetaSoundClassVertexCollectionInfo;
// ********** End ScriptStruct FMetaSoundClassVertexCollectionInfo *********************************
// ********** Begin ScriptStruct FMetaSoundClassInterfaceInfo **************************************
struct Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendQuery_h_123_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetaSoundClassInterfaceInfo_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct();
struct FMetaSoundClassInterfaceInfo;
// ********** End ScriptStruct FMetaSoundClassInterfaceInfo ****************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendQuery_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,87 @@
// 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 "MetasoundFrontendTemplateNodeConfiguration.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetasoundFrontendTemplateNodeConfiguration() {}
// ********** Begin Cross Module References ********************************************************
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundFrontendNodeConfiguration();
METASOUNDFRONTEND_API UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundFrontendTemplateNodeConfiguration();
UPackage* Z_Construct_UPackage__Script_MetasoundFrontend();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMetaSoundFrontendTemplateNodeConfiguration ***********************
struct Z_Construct_UScriptStruct_FMetaSoundFrontendTemplateNodeConfiguration_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMetaSoundFrontendTemplateNodeConfiguration); }
static inline consteval int16 GetStructAlignment() { return alignof(FMetaSoundFrontendTemplateNodeConfiguration); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/MetasoundFrontendTemplateNodeConfiguration.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMetaSoundFrontendTemplateNodeConfiguration constinit property declarations
// ********** End ScriptStruct FMetaSoundFrontendTemplateNodeConfiguration constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMetaSoundFrontendTemplateNodeConfiguration>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMetaSoundFrontendTemplateNodeConfiguration_Statics
static_assert(std::is_polymorphic<FMetaSoundFrontendTemplateNodeConfiguration>() == std::is_polymorphic<FMetaSoundFrontendNodeConfiguration>(), "USTRUCT FMetaSoundFrontendTemplateNodeConfiguration cannot be polymorphic unless super FMetaSoundFrontendNodeConfiguration is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMetaSoundFrontendTemplateNodeConfiguration;
class UScriptStruct* FMetaSoundFrontendTemplateNodeConfiguration::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundFrontendTemplateNodeConfiguration.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMetaSoundFrontendTemplateNodeConfiguration.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMetaSoundFrontendTemplateNodeConfiguration, (UObject*)Z_Construct_UPackage__Script_MetasoundFrontend(), TEXT("MetaSoundFrontendTemplateNodeConfiguration"));
}
return Z_Registration_Info_UScriptStruct_FMetaSoundFrontendTemplateNodeConfiguration.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMetaSoundFrontendTemplateNodeConfiguration_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetasoundFrontend,
Z_Construct_UScriptStruct_FMetaSoundFrontendNodeConfiguration,
&NewStructOps,
"MetaSoundFrontendTemplateNodeConfiguration",
nullptr,
0,
sizeof(FMetaSoundFrontendTemplateNodeConfiguration),
alignof(FMetaSoundFrontendTemplateNodeConfiguration),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaSoundFrontendTemplateNodeConfiguration_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMetaSoundFrontendTemplateNodeConfiguration_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMetaSoundFrontendTemplateNodeConfiguration()
{
if (!Z_Registration_Info_UScriptStruct_FMetaSoundFrontendTemplateNodeConfiguration.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMetaSoundFrontendTemplateNodeConfiguration.InnerSingleton, Z_Construct_UScriptStruct_FMetaSoundFrontendTemplateNodeConfiguration_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMetaSoundFrontendTemplateNodeConfiguration.InnerSingleton);
}
// ********** End ScriptStruct FMetaSoundFrontendTemplateNodeConfiguration *************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendTemplateNodeConfiguration_h__Script_MetasoundFrontend_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMetaSoundFrontendTemplateNodeConfiguration::StaticStruct, Z_Construct_UScriptStruct_FMetaSoundFrontendTemplateNodeConfiguration_Statics::NewStructOps, TEXT("MetaSoundFrontendTemplateNodeConfiguration"),&Z_Registration_Info_UScriptStruct_FMetaSoundFrontendTemplateNodeConfiguration, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMetaSoundFrontendTemplateNodeConfiguration), 4030694277U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendTemplateNodeConfiguration_h__Script_MetasoundFrontend_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendTemplateNodeConfiguration_h__Script_MetasoundFrontend_2433382615{
TEXT("/Script/MetasoundFrontend"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendTemplateNodeConfiguration_h__Script_MetasoundFrontend_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendTemplateNodeConfiguration_h__Script_MetasoundFrontend_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,33 @@
// 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 "MetasoundFrontendTemplateNodeConfiguration.h"
#ifdef METASOUNDFRONTEND_MetasoundFrontendTemplateNodeConfiguration_generated_h
#error "MetasoundFrontendTemplateNodeConfiguration.generated.h already included, missing '#pragma once' in MetasoundFrontendTemplateNodeConfiguration.h"
#endif
#define METASOUNDFRONTEND_MetasoundFrontendTemplateNodeConfiguration_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FMetaSoundFrontendTemplateNodeConfiguration ***********************
struct Z_Construct_UScriptStruct_FMetaSoundFrontendTemplateNodeConfiguration_Statics;
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendTemplateNodeConfiguration_h_12_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetaSoundFrontendTemplateNodeConfiguration_Statics; \
METASOUNDFRONTEND_API static class UScriptStruct* StaticStruct(); \
typedef FMetaSoundFrontendNodeConfiguration Super;
struct FMetaSoundFrontendTemplateNodeConfiguration;
// ********** End ScriptStruct FMetaSoundFrontendTemplateNodeConfiguration *************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundFrontendTemplateNodeConfiguration_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,95 @@
// 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 "MetasoundParameterPack.h"
#ifdef METASOUNDFRONTEND_MetasoundParameterPack_generated_h
#error "MetasoundParameterPack.generated.h already included, missing '#pragma once' in MetasoundParameterPack.h"
#endif
#define METASOUNDFRONTEND_MetasoundParameterPack_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
class UMetasoundParameterPack;
enum class ESetParamResult : uint8;
// ********** Begin Class UMetasoundParameterPack **************************************************
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundParameterPack_h_264_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execHasTrigger); \
DECLARE_FUNCTION(execHasString); \
DECLARE_FUNCTION(execHasFloat); \
DECLARE_FUNCTION(execHasInt); \
DECLARE_FUNCTION(execHasBool); \
DECLARE_FUNCTION(execGetTrigger); \
DECLARE_FUNCTION(execGetString); \
DECLARE_FUNCTION(execGetFloat); \
DECLARE_FUNCTION(execGetInt); \
DECLARE_FUNCTION(execGetBool); \
DECLARE_FUNCTION(execSetTrigger); \
DECLARE_FUNCTION(execSetString); \
DECLARE_FUNCTION(execSetFloat); \
DECLARE_FUNCTION(execSetInt); \
DECLARE_FUNCTION(execSetBool); \
DECLARE_FUNCTION(execMakeMetasoundParameterPack);
struct Z_Construct_UClass_UMetasoundParameterPack_Statics;
METASOUNDFRONTEND_API UClass* Z_Construct_UClass_UMetasoundParameterPack_NoRegister();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundParameterPack_h_264_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetasoundParameterPack(); \
friend struct ::Z_Construct_UClass_UMetasoundParameterPack_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METASOUNDFRONTEND_API UClass* ::Z_Construct_UClass_UMetasoundParameterPack_NoRegister(); \
public: \
DECLARE_CLASS2(UMetasoundParameterPack, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetasoundFrontend"), Z_Construct_UClass_UMetasoundParameterPack_NoRegister) \
DECLARE_SERIALIZER(UMetasoundParameterPack)
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundParameterPack_h_264_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METASOUNDFRONTEND_API UMetasoundParameterPack(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetasoundParameterPack(UMetasoundParameterPack&&) = delete; \
UMetasoundParameterPack(const UMetasoundParameterPack&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METASOUNDFRONTEND_API, UMetasoundParameterPack); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetasoundParameterPack); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetasoundParameterPack) \
METASOUNDFRONTEND_API virtual ~UMetasoundParameterPack();
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundParameterPack_h_261_PROLOG
#define FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundParameterPack_h_264_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundParameterPack_h_264_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundParameterPack_h_264_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundParameterPack_h_264_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetasoundParameterPack;
// ********** End Class UMetasoundParameterPack ****************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_Metasound_Source_MetasoundFrontend_Public_MetasoundParameterPack_h
// ********** Begin Enum ESetParamResult ***********************************************************
#define FOREACH_ENUM_ESETPARAMRESULT(op) \
op(ESetParamResult::Succeeded) \
op(ESetParamResult::Failed)
enum class ESetParamResult : uint8;
template<> struct TIsUEnumClass<ESetParamResult> { enum { Value = true }; };
template<> METASOUNDFRONTEND_NON_ATTRIBUTED_API UEnum* StaticEnum<ESetParamResult>();
// ********** End Enum ESetParamResult *************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,11 @@
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundFrontend\Public\MetasoundAssetKey.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundFrontend\Public\MetasoundAssetManager.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundFrontend\Public\MetasoundFrontendDocument.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundFrontend\Public\MetasoundFrontendDocumentBuilder.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundFrontend\Public\MetasoundFrontendLiteral.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundFrontend\Public\MetasoundDocumentInterface.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundFrontend\Public\MetasoundFrontendQuery.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundFrontend\Public\MetasoundFrontendNodeTemplateRegistry.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundFrontend\Public\MetasoundFrontendTemplateNodeConfiguration.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundFrontend\Public\MetasoundParameterPack.h
D:\UE_5_7_1\Engine\Plugins\Runtime\Metasound\Source\MetasoundFrontend\Private\MetasoundAssetTagCollections.h