Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/MassEntity/UHT/MassDebugger.gen.cpp

88 lines
4.9 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 "MassDebugger.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMassDebugger() {}
// ********** Begin Cross Module References ********************************************************
MASSENTITY_API UScriptStruct* Z_Construct_UScriptStruct_FMassGenericDebugEvent();
UPackage* Z_Construct_UPackage__Script_MassEntity();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMassGenericDebugEvent ********************************************
struct Z_Construct_UScriptStruct_FMassGenericDebugEvent_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMassGenericDebugEvent); }
static inline consteval int16 GetStructAlignment() { return alignof(FMassGenericDebugEvent); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "// namespace UE::Mass::Debug\n" },
{ "ModuleRelativePath", "Public/MassDebugger.h" },
{ "ToolTip", "namespace UE::Mass::Debug" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMassGenericDebugEvent constinit property declarations ************
// ********** End ScriptStruct FMassGenericDebugEvent constinit property declarations **************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMassGenericDebugEvent>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMassGenericDebugEvent_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMassGenericDebugEvent;
class UScriptStruct* FMassGenericDebugEvent::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMassGenericDebugEvent.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMassGenericDebugEvent.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMassGenericDebugEvent, (UObject*)Z_Construct_UPackage__Script_MassEntity(), TEXT("MassGenericDebugEvent"));
}
return Z_Registration_Info_UScriptStruct_FMassGenericDebugEvent.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMassGenericDebugEvent_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MassEntity,
nullptr,
&NewStructOps,
"MassGenericDebugEvent",
nullptr,
0,
sizeof(FMassGenericDebugEvent),
alignof(FMassGenericDebugEvent),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMassGenericDebugEvent_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMassGenericDebugEvent_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMassGenericDebugEvent()
{
if (!Z_Registration_Info_UScriptStruct_FMassGenericDebugEvent.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMassGenericDebugEvent.InnerSingleton, Z_Construct_UScriptStruct_FMassGenericDebugEvent_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMassGenericDebugEvent.InnerSingleton);
}
// ********** End ScriptStruct FMassGenericDebugEvent **********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MassEntity_Public_MassDebugger_h__Script_MassEntity_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMassGenericDebugEvent::StaticStruct, Z_Construct_UScriptStruct_FMassGenericDebugEvent_Statics::NewStructOps, TEXT("MassGenericDebugEvent"),&Z_Registration_Info_UScriptStruct_FMassGenericDebugEvent, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMassGenericDebugEvent), 957305998U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MassEntity_Public_MassDebugger_h__Script_MassEntity_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MassEntity_Public_MassDebugger_h__Script_MassEntity_461943461{
TEXT("/Script/MassEntity"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MassEntity_Public_MassDebugger_h__Script_MassEntity_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MassEntity_Public_MassDebugger_h__Script_MassEntity_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS