Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/DatasmithContent/UHT/DatasmithAssetUserData.gen.cpp

169 lines
11 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "DatasmithAssetUserData.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDatasmithAssetUserData() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithAssetUserData();
DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithAssetUserData_NoRegister();
DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithObjectTemplate_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UAssetUserData();
UPackage* Z_Construct_UPackage__Script_DatasmithContent();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDatasmithAssetUserData **************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDatasmithAssetUserData;
UClass* UDatasmithAssetUserData::GetPrivateStaticClass()
{
using TClass = UDatasmithAssetUserData;
if (!Z_Registration_Info_UClass_UDatasmithAssetUserData.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DatasmithAssetUserData"),
Z_Registration_Info_UClass_UDatasmithAssetUserData.InnerSingleton,
StaticRegisterNativesUDatasmithAssetUserData,
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_UDatasmithAssetUserData.InnerSingleton;
}
UClass* Z_Construct_UClass_UDatasmithAssetUserData_NoRegister()
{
return UDatasmithAssetUserData::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDatasmithAssetUserData_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/** Asset user data that can be used with Datasmith on Actors and other objects */" },
{ "DisplayName", "Datasmith User Data" },
{ "IncludePath", "DatasmithAssetUserData.h" },
{ "ModuleRelativePath", "Public/DatasmithAssetUserData.h" },
{ "ScriptName", "DatasmithUserData" },
{ "ToolTip", "Asset user data that can be used with Datasmith on Actors and other objects" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MetaData_MetaData[] = {
{ "Category", "Datasmith User Data" },
{ "DisplayName", "Metadata" },
{ "ModuleRelativePath", "Public/DatasmithAssetUserData.h" },
{ "ScriptName", "Metadata" },
};
#if WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ObjectTemplates_MetaData[] = {
{ "ModuleRelativePath", "Public/DatasmithAssetUserData.h" },
};
#endif // WITH_EDITORONLY_DATA
#endif // WITH_METADATA
// ********** Begin Class UDatasmithAssetUserData constinit property declarations ******************
static const UECodeGen_Private::FStrPropertyParams NewProp_MetaData_ValueProp;
static const UECodeGen_Private::FNamePropertyParams NewProp_MetaData_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_MetaData;
#if WITH_EDITORONLY_DATA
static const UECodeGen_Private::FObjectPropertyParams NewProp_ObjectTemplates_ValueProp;
static const UECodeGen_Private::FClassPropertyParams NewProp_ObjectTemplates_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_ObjectTemplates;
#endif // WITH_EDITORONLY_DATA
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UDatasmithAssetUserData constinit property declarations ********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDatasmithAssetUserData>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDatasmithAssetUserData_Statics
// ********** Begin Class UDatasmithAssetUserData Property Definitions *****************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UDatasmithAssetUserData_Statics::NewProp_MetaData_ValueProp = { "MetaData", nullptr, (EPropertyFlags)0x0000000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UDatasmithAssetUserData_Statics::NewProp_MetaData_Key_KeyProp = { "MetaData_Key", nullptr, (EPropertyFlags)0x0000000000020001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UDatasmithAssetUserData_Statics::NewProp_MetaData = { "MetaData", nullptr, (EPropertyFlags)0x0010040000020005, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithAssetUserData, MetaData), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MetaData_MetaData), NewProp_MetaData_MetaData) };
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDatasmithAssetUserData_Statics::NewProp_ObjectTemplates_ValueProp = { "ObjectTemplates", nullptr, (EPropertyFlags)0x0104000800000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UClass_UDatasmithObjectTemplate_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UDatasmithAssetUserData_Statics::NewProp_ObjectTemplates_Key_KeyProp = { "ObjectTemplates_Key", nullptr, (EPropertyFlags)0x0104000800000000, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UDatasmithObjectTemplate_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UDatasmithAssetUserData_Statics::NewProp_ObjectTemplates = { "ObjectTemplates", nullptr, (EPropertyFlags)0x0114000800000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithAssetUserData, ObjectTemplates), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ObjectTemplates_MetaData), NewProp_ObjectTemplates_MetaData) };
#endif // WITH_EDITORONLY_DATA
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDatasmithAssetUserData_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithAssetUserData_Statics::NewProp_MetaData_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithAssetUserData_Statics::NewProp_MetaData_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithAssetUserData_Statics::NewProp_MetaData,
#if WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithAssetUserData_Statics::NewProp_ObjectTemplates_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithAssetUserData_Statics::NewProp_ObjectTemplates_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithAssetUserData_Statics::NewProp_ObjectTemplates,
#endif // WITH_EDITORONLY_DATA
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithAssetUserData_Statics::PropPointers) < 2048);
// ********** End Class UDatasmithAssetUserData Property Definitions *******************************
UObject* (*const Z_Construct_UClass_UDatasmithAssetUserData_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UAssetUserData,
(UObject* (*)())Z_Construct_UPackage__Script_DatasmithContent,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithAssetUserData_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDatasmithAssetUserData_Statics::ClassParams = {
&UDatasmithAssetUserData::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UDatasmithAssetUserData_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithAssetUserData_Statics::PropPointers),
0,
0x002810A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithAssetUserData_Statics::Class_MetaDataParams), Z_Construct_UClass_UDatasmithAssetUserData_Statics::Class_MetaDataParams)
};
void UDatasmithAssetUserData::StaticRegisterNativesUDatasmithAssetUserData()
{
}
UClass* Z_Construct_UClass_UDatasmithAssetUserData()
{
if (!Z_Registration_Info_UClass_UDatasmithAssetUserData.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDatasmithAssetUserData.OuterSingleton, Z_Construct_UClass_UDatasmithAssetUserData_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDatasmithAssetUserData.OuterSingleton;
}
UDatasmithAssetUserData::UDatasmithAssetUserData(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDatasmithAssetUserData);
UDatasmithAssetUserData::~UDatasmithAssetUserData() {}
// ********** End Class UDatasmithAssetUserData ****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithAssetUserData_h__Script_DatasmithContent_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDatasmithAssetUserData, UDatasmithAssetUserData::StaticClass, TEXT("UDatasmithAssetUserData"), &Z_Registration_Info_UClass_UDatasmithAssetUserData, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDatasmithAssetUserData), 2303160876U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithAssetUserData_h__Script_DatasmithContent_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithAssetUserData_h__Script_DatasmithContent_1099741990{
TEXT("/Script/DatasmithContent"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithAssetUserData_h__Script_DatasmithContent_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithAssetUserData_h__Script_DatasmithContent_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS