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

152 lines
8.6 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 "EdGraph/RigVMEdGraph.h"
#include "Serialization/ArchiveUObjectFromStructuredArchive.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeRigVMEdGraph() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UEdGraph();
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMEdGraph();
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMEdGraph_NoRegister();
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMEditorSideObject_NoRegister();
UPackage* Z_Construct_UPackage__Script_RigVMDeveloper();
// ********** End Cross Module References **********************************************************
// ********** Begin Class URigVMEdGraph ************************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_URigVMEdGraph;
UClass* URigVMEdGraph::GetPrivateStaticClass()
{
using TClass = URigVMEdGraph;
if (!Z_Registration_Info_UClass_URigVMEdGraph.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("RigVMEdGraph"),
Z_Registration_Info_UClass_URigVMEdGraph.InnerSingleton,
StaticRegisterNativesURigVMEdGraph,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_URigVMEdGraph.InnerSingleton;
}
UClass* Z_Construct_UClass_URigVMEdGraph_NoRegister()
{
return URigVMEdGraph::GetPrivateStaticClass();
}
struct Z_Construct_UClass_URigVMEdGraph_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "EdGraph/RigVMEdGraph.h" },
{ "ModuleRelativePath", "Public/EdGraph/RigVMEdGraph.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ModelNodePath_MetaData[] = {
{ "ModuleRelativePath", "Public/EdGraph/RigVMEdGraph.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsFunctionDefinition_MetaData[] = {
{ "ModuleRelativePath", "Public/EdGraph/RigVMEdGraph.h" },
};
#endif // WITH_METADATA
// ********** Begin Class URigVMEdGraph constinit property declarations ****************************
static const UECodeGen_Private::FStrPropertyParams NewProp_ModelNodePath;
static void NewProp_bIsFunctionDefinition_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsFunctionDefinition;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class URigVMEdGraph constinit property declarations ******************************
static UObject* (*const DependentSingletons[])();
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<URigVMEdGraph>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_URigVMEdGraph_Statics
// ********** Begin Class URigVMEdGraph Property Definitions ***************************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_URigVMEdGraph_Statics::NewProp_ModelNodePath = { "ModelNodePath", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URigVMEdGraph, ModelNodePath), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ModelNodePath_MetaData), NewProp_ModelNodePath_MetaData) };
void Z_Construct_UClass_URigVMEdGraph_Statics::NewProp_bIsFunctionDefinition_SetBit(void* Obj)
{
((URigVMEdGraph*)Obj)->bIsFunctionDefinition = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_URigVMEdGraph_Statics::NewProp_bIsFunctionDefinition = { "bIsFunctionDefinition", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(URigVMEdGraph), &Z_Construct_UClass_URigVMEdGraph_Statics::NewProp_bIsFunctionDefinition_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsFunctionDefinition_MetaData), NewProp_bIsFunctionDefinition_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_URigVMEdGraph_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMEdGraph_Statics::NewProp_ModelNodePath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMEdGraph_Statics::NewProp_bIsFunctionDefinition,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMEdGraph_Statics::PropPointers) < 2048);
// ********** End Class URigVMEdGraph Property Definitions *****************************************
UObject* (*const Z_Construct_UClass_URigVMEdGraph_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEdGraph,
(UObject* (*)())Z_Construct_UPackage__Script_RigVMDeveloper,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMEdGraph_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_URigVMEdGraph_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_URigVMEditorSideObject_NoRegister, (int32)VTABLE_OFFSET(URigVMEdGraph, IRigVMEditorSideObject), false }, // 1625193746
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_URigVMEdGraph_Statics::ClassParams = {
&URigVMEdGraph::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_URigVMEdGraph_Statics::PropPointers,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_URigVMEdGraph_Statics::PropPointers),
UE_ARRAY_COUNT(InterfaceParams),
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMEdGraph_Statics::Class_MetaDataParams), Z_Construct_UClass_URigVMEdGraph_Statics::Class_MetaDataParams)
};
void URigVMEdGraph::StaticRegisterNativesURigVMEdGraph()
{
}
UClass* Z_Construct_UClass_URigVMEdGraph()
{
if (!Z_Registration_Info_UClass_URigVMEdGraph.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_URigVMEdGraph.OuterSingleton, Z_Construct_UClass_URigVMEdGraph_Statics::ClassParams);
}
return Z_Registration_Info_UClass_URigVMEdGraph.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, URigVMEdGraph);
URigVMEdGraph::~URigVMEdGraph() {}
#if WITH_EDITORONLY_DATA
IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(URigVMEdGraph)
#endif // WITH_EDITORONLY_DATA
// ********** End Class URigVMEdGraph **************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_EdGraph_RigVMEdGraph_h__Script_RigVMDeveloper_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_URigVMEdGraph, URigVMEdGraph::StaticClass, TEXT("URigVMEdGraph"), &Z_Registration_Info_UClass_URigVMEdGraph, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(URigVMEdGraph), 4129871060U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_EdGraph_RigVMEdGraph_h__Script_RigVMDeveloper_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_EdGraph_RigVMEdGraph_h__Script_RigVMDeveloper_1260075497{
TEXT("/Script/RigVMDeveloper"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_EdGraph_RigVMEdGraph_h__Script_RigVMDeveloper_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_EdGraph_RigVMEdGraph_h__Script_RigVMDeveloper_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS