Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/DataflowEngine/UHT/DataflowDebugDrawObject.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

90 lines
5.6 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 "Dataflow/DataflowDebugDrawObject.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowDebugDrawObject() {}
// ********** Begin Cross Module References ********************************************************
DATAFLOWCORE_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowBaseElement();
DATAFLOWENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowProxyElement();
UPackage* Z_Construct_UPackage__Script_DataflowEngine();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FDataflowProxyElement *********************************************
struct Z_Construct_UScriptStruct_FDataflowProxyElement_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FDataflowProxyElement); }
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowProxyElement); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/** Proxy dataflow scene element that contains a ref to HDataflowElementHitProxy */" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowDebugDrawObject.h" },
{ "ToolTip", "Proxy dataflow scene element that contains a ref to HDataflowElementHitProxy" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FDataflowProxyElement constinit property declarations *************
// ********** End ScriptStruct FDataflowProxyElement constinit property declarations ***************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowProxyElement>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FDataflowProxyElement_Statics
static_assert(std::is_polymorphic<FDataflowProxyElement>() == std::is_polymorphic<FDataflowBaseElement>(), "USTRUCT FDataflowProxyElement cannot be polymorphic unless super FDataflowBaseElement is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowProxyElement;
class UScriptStruct* FDataflowProxyElement::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowProxyElement.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FDataflowProxyElement.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowProxyElement, (UObject*)Z_Construct_UPackage__Script_DataflowEngine(), TEXT("DataflowProxyElement"));
}
return Z_Registration_Info_UScriptStruct_FDataflowProxyElement.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowProxyElement_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEngine,
Z_Construct_UScriptStruct_FDataflowBaseElement,
&NewStructOps,
"DataflowProxyElement",
nullptr,
0,
sizeof(FDataflowProxyElement),
alignof(FDataflowProxyElement),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowProxyElement_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowProxyElement_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FDataflowProxyElement()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowProxyElement.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowProxyElement.InnerSingleton, Z_Construct_UScriptStruct_FDataflowProxyElement_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowProxyElement.InnerSingleton);
}
// ********** End ScriptStruct FDataflowProxyElement ***********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowDebugDrawObject_h__Script_DataflowEngine_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FDataflowProxyElement::StaticStruct, Z_Construct_UScriptStruct_FDataflowProxyElement_Statics::NewStructOps, TEXT("DataflowProxyElement"),&Z_Registration_Info_UScriptStruct_FDataflowProxyElement, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowProxyElement), 1363017491U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowDebugDrawObject_h__Script_DataflowEngine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowDebugDrawObject_h__Script_DataflowEngine_2626978039{
TEXT("/Script/DataflowEngine"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowDebugDrawObject_h__Script_DataflowEngine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowDebugDrawObject_h__Script_DataflowEngine_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS