Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/RigVMDeveloper/UHT/RigVMGraphSection.gen.cpp

231 lines
20 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 "RigVMModel/RigVMGraphSection.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeRigVMGraphSection() {}
// ********** Begin Cross Module References ********************************************************
RIGVMDEVELOPER_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMGraphSection();
RIGVMDEVELOPER_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMGraphSectionLink();
UPackage* Z_Construct_UPackage__Script_RigVMDeveloper();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FRigVMGraphSectionLink ********************************************
struct Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FRigVMGraphSectionLink); }
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMGraphSectionLink); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/RigVMModel/RigVMGraphSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceNodeIndex_MetaData[] = {
{ "ModuleRelativePath", "Public/RigVMModel/RigVMGraphSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetNodeIndex_MetaData[] = {
{ "ModuleRelativePath", "Public/RigVMModel/RigVMGraphSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceNodeHash_MetaData[] = {
{ "ModuleRelativePath", "Public/RigVMModel/RigVMGraphSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetNodeHash_MetaData[] = {
{ "ModuleRelativePath", "Public/RigVMModel/RigVMGraphSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourcePinPath_MetaData[] = {
{ "ModuleRelativePath", "Public/RigVMModel/RigVMGraphSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetPinPath_MetaData[] = {
{ "ModuleRelativePath", "Public/RigVMModel/RigVMGraphSection.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FRigVMGraphSectionLink constinit property declarations ************
static const UECodeGen_Private::FIntPropertyParams NewProp_SourceNodeIndex;
static const UECodeGen_Private::FIntPropertyParams NewProp_TargetNodeIndex;
static const UECodeGen_Private::FUInt32PropertyParams NewProp_SourceNodeHash;
static const UECodeGen_Private::FUInt32PropertyParams NewProp_TargetNodeHash;
static const UECodeGen_Private::FStrPropertyParams NewProp_SourcePinPath;
static const UECodeGen_Private::FStrPropertyParams NewProp_TargetPinPath;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FRigVMGraphSectionLink constinit property declarations **************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMGraphSectionLink>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMGraphSectionLink;
class UScriptStruct* FRigVMGraphSectionLink::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FRigVMGraphSectionLink.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FRigVMGraphSectionLink.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMGraphSectionLink, (UObject*)Z_Construct_UPackage__Script_RigVMDeveloper(), TEXT("RigVMGraphSectionLink"));
}
return Z_Registration_Info_UScriptStruct_FRigVMGraphSectionLink.OuterSingleton;
}
// ********** Begin ScriptStruct FRigVMGraphSectionLink Property Definitions ***********************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::NewProp_SourceNodeIndex = { "SourceNodeIndex", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMGraphSectionLink, SourceNodeIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceNodeIndex_MetaData), NewProp_SourceNodeIndex_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::NewProp_TargetNodeIndex = { "TargetNodeIndex", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMGraphSectionLink, TargetNodeIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetNodeIndex_MetaData), NewProp_TargetNodeIndex_MetaData) };
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::NewProp_SourceNodeHash = { "SourceNodeHash", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMGraphSectionLink, SourceNodeHash), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceNodeHash_MetaData), NewProp_SourceNodeHash_MetaData) };
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::NewProp_TargetNodeHash = { "TargetNodeHash", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMGraphSectionLink, TargetNodeHash), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetNodeHash_MetaData), NewProp_TargetNodeHash_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::NewProp_SourcePinPath = { "SourcePinPath", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMGraphSectionLink, SourcePinPath), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourcePinPath_MetaData), NewProp_SourcePinPath_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::NewProp_TargetPinPath = { "TargetPinPath", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMGraphSectionLink, TargetPinPath), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetPinPath_MetaData), NewProp_TargetPinPath_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::NewProp_SourceNodeIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::NewProp_TargetNodeIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::NewProp_SourceNodeHash,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::NewProp_TargetNodeHash,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::NewProp_SourcePinPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::NewProp_TargetPinPath,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FRigVMGraphSectionLink Property Definitions *************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_RigVMDeveloper,
nullptr,
&NewStructOps,
"RigVMGraphSectionLink",
Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::PropPointers),
sizeof(FRigVMGraphSectionLink),
alignof(FRigVMGraphSectionLink),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FRigVMGraphSectionLink()
{
if (!Z_Registration_Info_UScriptStruct_FRigVMGraphSectionLink.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMGraphSectionLink.InnerSingleton, Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMGraphSectionLink.InnerSingleton);
}
// ********** End ScriptStruct FRigVMGraphSectionLink **********************************************
// ********** Begin ScriptStruct FRigVMGraphSection ************************************************
struct Z_Construct_UScriptStruct_FRigVMGraphSection_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FRigVMGraphSection); }
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMGraphSection); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/RigVMModel/RigVMGraphSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Hash_MetaData[] = {
{ "ModuleRelativePath", "Public/RigVMModel/RigVMGraphSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Nodes_MetaData[] = {
{ "ModuleRelativePath", "Public/RigVMModel/RigVMGraphSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NodeHashes_MetaData[] = {
{ "ModuleRelativePath", "Public/RigVMModel/RigVMGraphSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LeafNodes_MetaData[] = {
{ "ModuleRelativePath", "Public/RigVMModel/RigVMGraphSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Links_MetaData[] = {
{ "ModuleRelativePath", "Public/RigVMModel/RigVMGraphSection.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FRigVMGraphSection constinit property declarations ****************
static const UECodeGen_Private::FUInt32PropertyParams NewProp_Hash;
static const UECodeGen_Private::FNamePropertyParams NewProp_Nodes_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Nodes;
static const UECodeGen_Private::FUInt32PropertyParams NewProp_NodeHashes_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_NodeHashes;
static const UECodeGen_Private::FIntPropertyParams NewProp_LeafNodes_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_LeafNodes;
static const UECodeGen_Private::FStructPropertyParams NewProp_Links_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Links;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FRigVMGraphSection constinit property declarations ******************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMGraphSection>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FRigVMGraphSection_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMGraphSection;
class UScriptStruct* FRigVMGraphSection::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FRigVMGraphSection.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FRigVMGraphSection.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMGraphSection, (UObject*)Z_Construct_UPackage__Script_RigVMDeveloper(), TEXT("RigVMGraphSection"));
}
return Z_Registration_Info_UScriptStruct_FRigVMGraphSection.OuterSingleton;
}
// ********** Begin ScriptStruct FRigVMGraphSection Property Definitions ***************************
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::NewProp_Hash = { "Hash", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMGraphSection, Hash), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Hash_MetaData), NewProp_Hash_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::NewProp_Nodes_Inner = { "Nodes", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::NewProp_Nodes = { "Nodes", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMGraphSection, Nodes), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Nodes_MetaData), NewProp_Nodes_MetaData) };
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::NewProp_NodeHashes_Inner = { "NodeHashes", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::NewProp_NodeHashes = { "NodeHashes", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMGraphSection, NodeHashes), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NodeHashes_MetaData), NewProp_NodeHashes_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::NewProp_LeafNodes_Inner = { "LeafNodes", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::NewProp_LeafNodes = { "LeafNodes", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMGraphSection, LeafNodes), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LeafNodes_MetaData), NewProp_LeafNodes_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::NewProp_Links_Inner = { "Links", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FRigVMGraphSectionLink, METADATA_PARAMS(0, nullptr) }; // 1632538288
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::NewProp_Links = { "Links", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMGraphSection, Links), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Links_MetaData), NewProp_Links_MetaData) }; // 1632538288
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::NewProp_Hash,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::NewProp_Nodes_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::NewProp_Nodes,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::NewProp_NodeHashes_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::NewProp_NodeHashes,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::NewProp_LeafNodes_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::NewProp_LeafNodes,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::NewProp_Links_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::NewProp_Links,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FRigVMGraphSection Property Definitions *****************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_RigVMDeveloper,
nullptr,
&NewStructOps,
"RigVMGraphSection",
Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::PropPointers),
sizeof(FRigVMGraphSection),
alignof(FRigVMGraphSection),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FRigVMGraphSection()
{
if (!Z_Registration_Info_UScriptStruct_FRigVMGraphSection.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMGraphSection.InnerSingleton, Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMGraphSection.InnerSingleton);
}
// ********** End ScriptStruct FRigVMGraphSection **************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_RigVMGraphSection_h__Script_RigVMDeveloper_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FRigVMGraphSectionLink::StaticStruct, Z_Construct_UScriptStruct_FRigVMGraphSectionLink_Statics::NewStructOps, TEXT("RigVMGraphSectionLink"),&Z_Registration_Info_UScriptStruct_FRigVMGraphSectionLink, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMGraphSectionLink), 1632538288U) },
{ FRigVMGraphSection::StaticStruct, Z_Construct_UScriptStruct_FRigVMGraphSection_Statics::NewStructOps, TEXT("RigVMGraphSection"),&Z_Registration_Info_UScriptStruct_FRigVMGraphSection, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMGraphSection), 259127227U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_RigVMGraphSection_h__Script_RigVMDeveloper_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_RigVMGraphSection_h__Script_RigVMDeveloper_3233694617{
TEXT("/Script/RigVMDeveloper"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_RigVMGraphSection_h__Script_RigVMDeveloper_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_RigVMGraphSection_h__Script_RigVMDeveloper_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS