// 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 "MassDebugLogging.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeMassDebugLogging() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister(); MASSENTITY_API UScriptStruct* Z_Construct_UScriptStruct_FMassDebugLogFragment(); MASSENTITY_API UScriptStruct* Z_Construct_UScriptStruct_FMassFragment(); UPackage* Z_Construct_UPackage__Script_MassEntity(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FMassDebugLogFragment ********************************************* struct Z_Construct_UScriptStruct_FMassDebugLogFragment_Statics { static inline consteval int32 GetStructSize() { return sizeof(FMassDebugLogFragment); } static inline consteval int16 GetStructAlignment() { return alignof(FMassDebugLogFragment); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "ModuleRelativePath", "Public/MassDebugLogging.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LogOwner_MetaData[] = { { "ModuleRelativePath", "Public/MassDebugLogging.h" }, { "NativeConstTemplateArg", "" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FMassDebugLogFragment constinit property declarations ************* static const UECodeGen_Private::FWeakObjectPropertyParams NewProp_LogOwner; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FMassDebugLogFragment constinit property declarations *************** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FMassDebugLogFragment_Statics static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FMassDebugLogFragment cannot be polymorphic unless super FMassFragment is polymorphic"); static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMassDebugLogFragment; class UScriptStruct* FMassDebugLogFragment::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FMassDebugLogFragment.OuterSingleton) { Z_Registration_Info_UScriptStruct_FMassDebugLogFragment.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMassDebugLogFragment, (UObject*)Z_Construct_UPackage__Script_MassEntity(), TEXT("MassDebugLogFragment")); } return Z_Registration_Info_UScriptStruct_FMassDebugLogFragment.OuterSingleton; } // ********** Begin ScriptStruct FMassDebugLogFragment Property Definitions ************************ const UECodeGen_Private::FWeakObjectPropertyParams Z_Construct_UScriptStruct_FMassDebugLogFragment_Statics::NewProp_LogOwner = { "LogOwner", nullptr, (EPropertyFlags)0x0014000000000000, UECodeGen_Private::EPropertyGenFlags::WeakObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMassDebugLogFragment, LogOwner), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LogOwner_MetaData), NewProp_LogOwner_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMassDebugLogFragment_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMassDebugLogFragment_Statics::NewProp_LogOwner, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMassDebugLogFragment_Statics::PropPointers) < 2048); // ********** End ScriptStruct FMassDebugLogFragment Property Definitions ************************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMassDebugLogFragment_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_MassEntity, Z_Construct_UScriptStruct_FMassFragment, &NewStructOps, "MassDebugLogFragment", Z_Construct_UScriptStruct_FMassDebugLogFragment_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMassDebugLogFragment_Statics::PropPointers), sizeof(FMassDebugLogFragment), alignof(FMassDebugLogFragment), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMassDebugLogFragment_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMassDebugLogFragment_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FMassDebugLogFragment() { if (!Z_Registration_Info_UScriptStruct_FMassDebugLogFragment.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMassDebugLogFragment.InnerSingleton, Z_Construct_UScriptStruct_FMassDebugLogFragment_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FMassDebugLogFragment.InnerSingleton); } // ********** End ScriptStruct FMassDebugLogFragment *********************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MassEntity_Public_MassDebugLogging_h__Script_MassEntity_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FMassDebugLogFragment::StaticStruct, Z_Construct_UScriptStruct_FMassDebugLogFragment_Statics::NewStructOps, TEXT("MassDebugLogFragment"),&Z_Registration_Info_UScriptStruct_FMassDebugLogFragment, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMassDebugLogFragment), 3052347367U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MassEntity_Public_MassDebugLogging_h__Script_MassEntity_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MassEntity_Public_MassDebugLogging_h__Script_MassEntity_1620716581{ TEXT("/Script/MassEntity"), nullptr, 0, Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MassEntity_Public_MassDebugLogging_h__Script_MassEntity_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MassEntity_Public_MassDebugLogging_h__Script_MassEntity_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS