Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/DataflowNodes/UHT/DataflowPrimitiveNode.gen.cpp

91 lines
5.8 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 "Dataflow/DataflowPrimitiveNode.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowPrimitiveNode() {}
// ********** Begin Cross Module References ********************************************************
DATAFLOWCORE_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowNode();
DATAFLOWNODES_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowPrimitiveNode();
UPackage* Z_Construct_UPackage__Script_DataflowNodes();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FDataflowPrimitiveNode ********************************************
struct Z_Construct_UScriptStruct_FDataflowPrimitiveNode_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FDataflowPrimitiveNode); }
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowPrimitiveNode); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/**\n* FDataflowPrimitiveNode\n*\x09""Base class for nodes that could add a primitive component to the construction scene within the Dataflow graph. \n*/" },
{ "Experimental", "" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowPrimitiveNode.h" },
{ "ToolTip", "FDataflowPrimitiveNode\n Base class for nodes that could add a primitive component to the construction scene within the Dataflow graph." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FDataflowPrimitiveNode constinit property declarations ************
// ********** End ScriptStruct FDataflowPrimitiveNode constinit property declarations **************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowPrimitiveNode>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FDataflowPrimitiveNode_Statics
static_assert(std::is_polymorphic<FDataflowPrimitiveNode>() == std::is_polymorphic<FDataflowNode>(), "USTRUCT FDataflowPrimitiveNode cannot be polymorphic unless super FDataflowNode is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowPrimitiveNode;
class UScriptStruct* FDataflowPrimitiveNode::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowPrimitiveNode.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FDataflowPrimitiveNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowPrimitiveNode, (UObject*)Z_Construct_UPackage__Script_DataflowNodes(), TEXT("DataflowPrimitiveNode"));
}
return Z_Registration_Info_UScriptStruct_FDataflowPrimitiveNode.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowPrimitiveNode_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_DataflowNodes,
Z_Construct_UScriptStruct_FDataflowNode,
&NewStructOps,
"DataflowPrimitiveNode",
nullptr,
0,
sizeof(FDataflowPrimitiveNode),
alignof(FDataflowPrimitiveNode),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowPrimitiveNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowPrimitiveNode_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FDataflowPrimitiveNode()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowPrimitiveNode.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowPrimitiveNode.InnerSingleton, Z_Construct_UScriptStruct_FDataflowPrimitiveNode_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowPrimitiveNode.InnerSingleton);
}
// ********** End ScriptStruct FDataflowPrimitiveNode **********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowNodes_Public_Dataflow_DataflowPrimitiveNode_h__Script_DataflowNodes_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FDataflowPrimitiveNode::StaticStruct, Z_Construct_UScriptStruct_FDataflowPrimitiveNode_Statics::NewStructOps, TEXT("DataflowPrimitiveNode"),&Z_Registration_Info_UScriptStruct_FDataflowPrimitiveNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowPrimitiveNode), 2339797463U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowNodes_Public_Dataflow_DataflowPrimitiveNode_h__Script_DataflowNodes_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowNodes_Public_Dataflow_DataflowPrimitiveNode_h__Script_DataflowNodes_1607058722{
TEXT("/Script/DataflowNodes"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowNodes_Public_Dataflow_DataflowPrimitiveNode_h__Script_DataflowNodes_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowNodes_Public_Dataflow_DataflowPrimitiveNode_h__Script_DataflowNodes_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS