201 lines
12 KiB
C++
201 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 "MassEntityRelations.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeMassEntityRelations() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
MASSENTITY_API UScriptStruct* Z_Construct_UScriptStruct_FMassFragment();
|
||
|
|
MASSENTITY_API UScriptStruct* Z_Construct_UScriptStruct_FMassRelation();
|
||
|
|
MASSENTITY_API UScriptStruct* Z_Construct_UScriptStruct_FMassRelationFragment();
|
||
|
|
MASSENTITY_API UScriptStruct* Z_Construct_UScriptStruct_FMassRelationMappingFragment();
|
||
|
|
MASSENTITY_API UScriptStruct* Z_Construct_UScriptStruct_FMassTag();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_MassEntity();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FMassRelation *****************************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FMassRelation_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FMassRelation); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FMassRelation); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * Structs extending FMassRelation represent a \"concept\" or a relation. These structs are\n * not intended to be stored in Mass. @see FMassRelationFragment for ways of storing relation-specific data\n */" },
|
||
|
|
{ "ModuleRelativePath", "Public/MassEntityRelations.h" },
|
||
|
|
{ "ToolTip", "Structs extending FMassRelation represent a \"concept\" or a relation. These structs are\nnot intended to be stored in Mass. @see FMassRelationFragment for ways of storing relation-specific data" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FMassRelation constinit property declarations *********************
|
||
|
|
// ********** End ScriptStruct FMassRelation constinit property declarations ***********************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMassRelation>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FMassRelation_Statics
|
||
|
|
static_assert(std::is_polymorphic<FMassRelation>() == std::is_polymorphic<FMassTag>(), "USTRUCT FMassRelation cannot be polymorphic unless super FMassTag is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMassRelation;
|
||
|
|
class UScriptStruct* FMassRelation::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FMassRelation.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FMassRelation.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMassRelation, (UObject*)Z_Construct_UPackage__Script_MassEntity(), TEXT("MassRelation"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FMassRelation.OuterSingleton;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMassRelation_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_MassEntity,
|
||
|
|
Z_Construct_UScriptStruct_FMassTag,
|
||
|
|
&NewStructOps,
|
||
|
|
"MassRelation",
|
||
|
|
nullptr,
|
||
|
|
0,
|
||
|
|
sizeof(FMassRelation),
|
||
|
|
alignof(FMassRelation),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMassRelation_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMassRelation_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FMassRelation()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FMassRelation.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMassRelation.InnerSingleton, Z_Construct_UScriptStruct_FMassRelation_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMassRelation.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FMassRelation *******************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FMassRelationFragment *********************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FMassRelationFragment_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FMassRelationFragment); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FMassRelationFragment); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * Relation fragment base. Every relation entity will get an instance of this type\n * or a type derived from it (as configured via FRelationTypeTraits.RelationFragmentType\n */" },
|
||
|
|
{ "ModuleRelativePath", "Public/MassEntityRelations.h" },
|
||
|
|
{ "ToolTip", "Relation fragment base. Every relation entity will get an instance of this type\nor a type derived from it (as configured via FRelationTypeTraits.RelationFragmentType" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FMassRelationFragment constinit property declarations *************
|
||
|
|
// ********** End ScriptStruct FMassRelationFragment constinit property declarations ***************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMassRelationFragment>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FMassRelationFragment_Statics
|
||
|
|
static_assert(std::is_polymorphic<FMassRelationFragment>() == std::is_polymorphic<FMassFragment>(), "USTRUCT FMassRelationFragment cannot be polymorphic unless super FMassFragment is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMassRelationFragment;
|
||
|
|
class UScriptStruct* FMassRelationFragment::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FMassRelationFragment.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FMassRelationFragment.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMassRelationFragment, (UObject*)Z_Construct_UPackage__Script_MassEntity(), TEXT("MassRelationFragment"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FMassRelationFragment.OuterSingleton;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMassRelationFragment_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_MassEntity,
|
||
|
|
Z_Construct_UScriptStruct_FMassFragment,
|
||
|
|
&NewStructOps,
|
||
|
|
"MassRelationFragment",
|
||
|
|
nullptr,
|
||
|
|
0,
|
||
|
|
sizeof(FMassRelationFragment),
|
||
|
|
alignof(FMassRelationFragment),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMassRelationFragment_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMassRelationFragment_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FMassRelationFragment()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FMassRelationFragment.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMassRelationFragment.InnerSingleton, Z_Construct_UScriptStruct_FMassRelationFragment_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMassRelationFragment.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FMassRelationFragment ***********************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FMassRelationMappingFragment **************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FMassRelationMappingFragment_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FMassRelationMappingFragment); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FMassRelationMappingFragment); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/MassEntityRelations.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FMassRelationMappingFragment constinit property declarations ******
|
||
|
|
// ********** End ScriptStruct FMassRelationMappingFragment constinit property declarations ********
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMassRelationMappingFragment>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FMassRelationMappingFragment_Statics
|
||
|
|
static_assert(std::is_polymorphic<FMassRelationMappingFragment>() == std::is_polymorphic<FMassFragment>(), "USTRUCT FMassRelationMappingFragment cannot be polymorphic unless super FMassFragment is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMassRelationMappingFragment;
|
||
|
|
class UScriptStruct* FMassRelationMappingFragment::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FMassRelationMappingFragment.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FMassRelationMappingFragment.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMassRelationMappingFragment, (UObject*)Z_Construct_UPackage__Script_MassEntity(), TEXT("MassRelationMappingFragment"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FMassRelationMappingFragment.OuterSingleton;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMassRelationMappingFragment_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_MassEntity,
|
||
|
|
Z_Construct_UScriptStruct_FMassFragment,
|
||
|
|
&NewStructOps,
|
||
|
|
"MassRelationMappingFragment",
|
||
|
|
nullptr,
|
||
|
|
0,
|
||
|
|
sizeof(FMassRelationMappingFragment),
|
||
|
|
alignof(FMassRelationMappingFragment),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMassRelationMappingFragment_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMassRelationMappingFragment_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FMassRelationMappingFragment()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FMassRelationMappingFragment.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMassRelationMappingFragment.InnerSingleton, Z_Construct_UScriptStruct_FMassRelationMappingFragment_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMassRelationMappingFragment.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FMassRelationMappingFragment ****************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MassEntity_Public_MassEntityRelations_h__Script_MassEntity_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FMassRelation::StaticStruct, Z_Construct_UScriptStruct_FMassRelation_Statics::NewStructOps, TEXT("MassRelation"),&Z_Registration_Info_UScriptStruct_FMassRelation, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMassRelation), 3895639201U) },
|
||
|
|
{ FMassRelationFragment::StaticStruct, Z_Construct_UScriptStruct_FMassRelationFragment_Statics::NewStructOps, TEXT("MassRelationFragment"),&Z_Registration_Info_UScriptStruct_FMassRelationFragment, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMassRelationFragment), 1892918991U) },
|
||
|
|
{ FMassRelationMappingFragment::StaticStruct, Z_Construct_UScriptStruct_FMassRelationMappingFragment_Statics::NewStructOps, TEXT("MassRelationMappingFragment"),&Z_Registration_Info_UScriptStruct_FMassRelationMappingFragment, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMassRelationMappingFragment), 3140500061U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MassEntity_Public_MassEntityRelations_h__Script_MassEntity_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MassEntity_Public_MassEntityRelations_h__Script_MassEntity_3043845345{
|
||
|
|
TEXT("/Script/MassEntity"),
|
||
|
|
nullptr, 0,
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MassEntity_Public_MassEntityRelations_h__Script_MassEntity_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MassEntity_Public_MassEntityRelations_h__Script_MassEntity_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|