164 lines
12 KiB
C++
164 lines
12 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 "WorldPartition/DataLayer/DeprecatedDataLayerInstance.h"
|
|
#include "WorldPartition/DataLayer/WorldDataLayers.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeDeprecatedDataLayerInstance() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FColor();
|
|
ENGINE_API UClass* Z_Construct_UClass_UDataLayerInstance();
|
|
ENGINE_API UClass* Z_Construct_UClass_UDeprecatedDataLayerInstance();
|
|
ENGINE_API UClass* Z_Construct_UClass_UDeprecatedDataLayerInstance_NoRegister();
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EDataLayerType();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UDeprecatedDataLayerInstance *********************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UDeprecatedDataLayerInstance;
|
|
UClass* UDeprecatedDataLayerInstance::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UDeprecatedDataLayerInstance;
|
|
if (!Z_Registration_Info_UClass_UDeprecatedDataLayerInstance.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("DeprecatedDataLayerInstance"),
|
|
Z_Registration_Info_UClass_UDeprecatedDataLayerInstance.InnerSingleton,
|
|
StaticRegisterNativesUDeprecatedDataLayerInstance,
|
|
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_UDeprecatedDataLayerInstance.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UDeprecatedDataLayerInstance_NoRegister()
|
|
{
|
|
return UDeprecatedDataLayerInstance::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "AutoCollapseCategories", "Data Layer|Advanced Data Layer|Advanced" },
|
|
{ "AutoExpandCategories", "Data Layer|Editor Data Layer|Advanced|Runtime Data Layer|Editor Data Layer|Advanced|Runtime" },
|
|
{ "Comment", "// Class used for Runtime Conversion of the Deprecated UDataLayer Class to UDataLayerInstance + UDataLayerAsset.\n// This class is not to be inherited. It is solely used by AWorldDatalayers to convert UDataLayers to UDataLayerInstances on Level Boot.\n// You will need to run the DataLayerToAsset CommandLet to convert the deprecated datalayers to UDataLayerAssets and UDataLayerInstanceWithAsset.\n" },
|
|
{ "IncludePath", "WorldPartition/DataLayer/DeprecatedDataLayerInstance.h" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DeprecatedDataLayerInstance.h" },
|
|
{ "ToolTip", "Class used for Runtime Conversion of the Deprecated UDataLayer Class to UDataLayerInstance + UDataLayerAsset.\nThis class is not to be inherited. It is solely used by AWorldDatalayers to convert UDataLayers to UDataLayerInstances on Level Boot.\nYou will need to run the DataLayerToAsset CommandLet to convert the deprecated datalayers to UDataLayerAssets and UDataLayerInstanceWithAsset." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Label_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DeprecatedDataLayerInstance.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DeprecatedDataLayerFName_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DeprecatedDataLayerInstance.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DataLayerType_MetaData[] = {
|
|
{ "Category", "Data Layer" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DeprecatedDataLayerInstance.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DebugColor_MetaData[] = {
|
|
{ "Category", "Data Layer|Runtime" },
|
|
{ "EditCondition", "DataLayerType == EDataLayerType::Runtime" },
|
|
{ "EditConditionHides", "" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DeprecatedDataLayerInstance.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UDeprecatedDataLayerInstance constinit property declarations *************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_Label;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_DeprecatedDataLayerFName;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_DataLayerType_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_DataLayerType;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DebugColor;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UDeprecatedDataLayerInstance constinit property declarations ***************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UDeprecatedDataLayerInstance>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics
|
|
|
|
// ********** Begin Class UDeprecatedDataLayerInstance Property Definitions ************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics::NewProp_Label = { "Label", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDeprecatedDataLayerInstance, Label), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Label_MetaData), NewProp_Label_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics::NewProp_DeprecatedDataLayerFName = { "DeprecatedDataLayerFName", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDeprecatedDataLayerInstance, DeprecatedDataLayerFName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DeprecatedDataLayerFName_MetaData), NewProp_DeprecatedDataLayerFName_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics::NewProp_DataLayerType_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_UClass_UDeprecatedDataLayerInstance_Statics::NewProp_DataLayerType = { "DataLayerType", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDeprecatedDataLayerInstance, DataLayerType), Z_Construct_UEnum_Engine_EDataLayerType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DataLayerType_MetaData), NewProp_DataLayerType_MetaData) }; // 1788413075
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics::NewProp_DebugColor = { "DebugColor", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDeprecatedDataLayerInstance, DebugColor), Z_Construct_UScriptStruct_FColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DebugColor_MetaData), NewProp_DebugColor_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics::NewProp_Label,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics::NewProp_DeprecatedDataLayerFName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics::NewProp_DataLayerType_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics::NewProp_DataLayerType,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics::NewProp_DebugColor,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics::PropPointers) < 2048);
|
|
// ********** End Class UDeprecatedDataLayerInstance Property Definitions **************************
|
|
UObject* (*const Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UDataLayerInstance,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics::ClassParams = {
|
|
&UDeprecatedDataLayerInstance::StaticClass,
|
|
"Engine",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics::PropPointers),
|
|
0,
|
|
0x000804A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics::Class_MetaDataParams), Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics::Class_MetaDataParams)
|
|
};
|
|
void UDeprecatedDataLayerInstance::StaticRegisterNativesUDeprecatedDataLayerInstance()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UDeprecatedDataLayerInstance()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UDeprecatedDataLayerInstance.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDeprecatedDataLayerInstance.OuterSingleton, Z_Construct_UClass_UDeprecatedDataLayerInstance_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UDeprecatedDataLayerInstance.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDeprecatedDataLayerInstance);
|
|
UDeprecatedDataLayerInstance::~UDeprecatedDataLayerInstance() {}
|
|
// ********** End Class UDeprecatedDataLayerInstance ***********************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_DataLayer_DeprecatedDataLayerInstance_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UDeprecatedDataLayerInstance, UDeprecatedDataLayerInstance::StaticClass, TEXT("UDeprecatedDataLayerInstance"), &Z_Registration_Info_UClass_UDeprecatedDataLayerInstance, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDeprecatedDataLayerInstance), 1539062313U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_DataLayer_DeprecatedDataLayerInstance_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_DataLayer_DeprecatedDataLayerInstance_h__Script_Engine_3611812272{
|
|
TEXT("/Script/Engine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_DataLayer_DeprecatedDataLayerInstance_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_DataLayer_DeprecatedDataLayerInstance_h__Script_Engine_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|