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

108 lines
7.4 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 "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