// 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 "MassEntityHandle.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeMassEntityHandle() {} // ********** Begin Cross Module References ******************************************************** MASSENTITY_API UScriptStruct* Z_Construct_UScriptStruct_FMassEntityHandle(); UPackage* Z_Construct_UPackage__Script_MassEntity(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FMassEntityHandle ************************************************* struct Z_Construct_UScriptStruct_FMassEntityHandle_Statics { static inline consteval int32 GetStructSize() { return sizeof(FMassEntityHandle); } static inline consteval int16 GetStructAlignment() { return alignof(FMassEntityHandle); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "/**\n * A handle to a Mass entity. An entity is used in conjunction with the FMassEntityManager\n * for the current world and can contain lightweight fragments.\n */" }, { "ModuleRelativePath", "Public/MassEntityHandle.h" }, { "ToolTip", "A handle to a Mass entity. An entity is used in conjunction with the FMassEntityManager\nfor the current world and can contain lightweight fragments." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Index_MetaData[] = { { "Category", "Mass|Debug" }, { "ModuleRelativePath", "Public/MassEntityHandle.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SerialNumber_MetaData[] = { { "Category", "Mass|Debug" }, { "ModuleRelativePath", "Public/MassEntityHandle.h" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FMassEntityHandle constinit property declarations ***************** static const UECodeGen_Private::FIntPropertyParams NewProp_Index; static const UECodeGen_Private::FIntPropertyParams NewProp_SerialNumber; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FMassEntityHandle constinit property declarations ******************* static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FMassEntityHandle_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMassEntityHandle; class UScriptStruct* FMassEntityHandle::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FMassEntityHandle.OuterSingleton) { Z_Registration_Info_UScriptStruct_FMassEntityHandle.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMassEntityHandle, (UObject*)Z_Construct_UPackage__Script_MassEntity(), TEXT("MassEntityHandle")); } return Z_Registration_Info_UScriptStruct_FMassEntityHandle.OuterSingleton; } // ********** Begin ScriptStruct FMassEntityHandle Property Definitions **************************** const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FMassEntityHandle_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000022001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMassEntityHandle, Index), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Index_MetaData), NewProp_Index_MetaData) }; const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FMassEntityHandle_Statics::NewProp_SerialNumber = { "SerialNumber", nullptr, (EPropertyFlags)0x0010000000022001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMassEntityHandle, SerialNumber), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SerialNumber_MetaData), NewProp_SerialNumber_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMassEntityHandle_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMassEntityHandle_Statics::NewProp_Index, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMassEntityHandle_Statics::NewProp_SerialNumber, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMassEntityHandle_Statics::PropPointers) < 2048); // ********** End ScriptStruct FMassEntityHandle Property Definitions ****************************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMassEntityHandle_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_MassEntity, nullptr, &NewStructOps, "MassEntityHandle", Z_Construct_UScriptStruct_FMassEntityHandle_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMassEntityHandle_Statics::PropPointers), sizeof(FMassEntityHandle), alignof(FMassEntityHandle), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMassEntityHandle_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMassEntityHandle_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FMassEntityHandle() { if (!Z_Registration_Info_UScriptStruct_FMassEntityHandle.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMassEntityHandle.InnerSingleton, Z_Construct_UScriptStruct_FMassEntityHandle_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FMassEntityHandle.InnerSingleton); } // ********** End ScriptStruct FMassEntityHandle *************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MassEntity_Public_MassEntityHandle_h__Script_MassEntity_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FMassEntityHandle::StaticStruct, Z_Construct_UScriptStruct_FMassEntityHandle_Statics::NewStructOps, TEXT("MassEntityHandle"),&Z_Registration_Info_UScriptStruct_FMassEntityHandle, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMassEntityHandle), 2016458734U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MassEntity_Public_MassEntityHandle_h__Script_MassEntity_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MassEntity_Public_MassEntityHandle_h__Script_MassEntity_1336111143{ TEXT("/Script/MassEntity"), nullptr, 0, Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MassEntity_Public_MassEntityHandle_h__Script_MassEntity_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MassEntity_Public_MassEntityHandle_h__Script_MassEntity_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS