237 lines
18 KiB
C++
237 lines
18 KiB
C++
|
|
// Copyright Epic Games, Inc. All Rights Reserved.
|
||
|
|
/*===========================================================================
|
||
|
|
Generated code exported from UnrealHeaderTool.
|
||
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||
|
|
===========================================================================*/
|
||
|
|
|
||
|
|
#include "UObject/GeneratedCppIncludes.h"
|
||
|
|
#include "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
|