Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/MetasoundFrontend/UHT/MetasoundAssetManager.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

133 lines
9.9 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 "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