154 lines
10 KiB
C++
154 lines
10 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 "RigVMModel/Nodes/RigVMCollapseNode.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeRigVMCollapseNode() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMCollapseNode();
|
||
|
|
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMCollapseNode_NoRegister();
|
||
|
|
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMGraph_NoRegister();
|
||
|
|
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMLibraryNode();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_RigVMDeveloper();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class URigVMCollapseNode *******************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_URigVMCollapseNode;
|
||
|
|
UClass* URigVMCollapseNode::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = URigVMCollapseNode;
|
||
|
|
if (!Z_Registration_Info_UClass_URigVMCollapseNode.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("RigVMCollapseNode"),
|
||
|
|
Z_Registration_Info_UClass_URigVMCollapseNode.InnerSingleton,
|
||
|
|
StaticRegisterNativesURigVMCollapseNode,
|
||
|
|
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_URigVMCollapseNode.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_URigVMCollapseNode_NoRegister()
|
||
|
|
{
|
||
|
|
return URigVMCollapseNode::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_URigVMCollapseNode_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "Comment", "/**\n * The Collapse Node is a library node which stores the \n * function and its nodes directly within the node itself.\n */" },
|
||
|
|
{ "IncludePath", "RigVMModel/Nodes/RigVMCollapseNode.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMModel/Nodes/RigVMCollapseNode.h" },
|
||
|
|
{ "ToolTip", "The Collapse Node is a library node which stores the\nfunction and its nodes directly within the node itself." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ContainedGraph_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMModel/Nodes/RigVMCollapseNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NodeCategory_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMModel/Nodes/RigVMCollapseNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NodeKeywords_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMModel/Nodes/RigVMCollapseNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NodeDescription_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/RigVMModel/Nodes/RigVMCollapseNode.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class URigVMCollapseNode constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ContainedGraph;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_NodeCategory;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_NodeKeywords;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_NodeDescription;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class URigVMCollapseNode constinit property declarations *************************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<URigVMCollapseNode>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_URigVMCollapseNode_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class URigVMCollapseNode Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_URigVMCollapseNode_Statics::NewProp_ContainedGraph = { "ContainedGraph", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URigVMCollapseNode, ContainedGraph), Z_Construct_UClass_URigVMGraph_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ContainedGraph_MetaData), NewProp_ContainedGraph_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_URigVMCollapseNode_Statics::NewProp_NodeCategory = { "NodeCategory", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URigVMCollapseNode, NodeCategory), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NodeCategory_MetaData), NewProp_NodeCategory_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_URigVMCollapseNode_Statics::NewProp_NodeKeywords = { "NodeKeywords", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URigVMCollapseNode, NodeKeywords), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NodeKeywords_MetaData), NewProp_NodeKeywords_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_URigVMCollapseNode_Statics::NewProp_NodeDescription = { "NodeDescription", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URigVMCollapseNode, NodeDescription), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NodeDescription_MetaData), NewProp_NodeDescription_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_URigVMCollapseNode_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMCollapseNode_Statics::NewProp_ContainedGraph,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMCollapseNode_Statics::NewProp_NodeCategory,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMCollapseNode_Statics::NewProp_NodeKeywords,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMCollapseNode_Statics::NewProp_NodeDescription,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMCollapseNode_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class URigVMCollapseNode Property Definitions ************************************
|
||
|
|
UObject* (*const Z_Construct_UClass_URigVMCollapseNode_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_URigVMLibraryNode,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVMDeveloper,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMCollapseNode_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_URigVMCollapseNode_Statics::ClassParams = {
|
||
|
|
&URigVMCollapseNode::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_URigVMCollapseNode_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_URigVMCollapseNode_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMCollapseNode_Statics::Class_MetaDataParams), Z_Construct_UClass_URigVMCollapseNode_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void URigVMCollapseNode::StaticRegisterNativesURigVMCollapseNode()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_URigVMCollapseNode()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_URigVMCollapseNode.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_URigVMCollapseNode.OuterSingleton, Z_Construct_UClass_URigVMCollapseNode_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_URigVMCollapseNode.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, URigVMCollapseNode);
|
||
|
|
URigVMCollapseNode::~URigVMCollapseNode() {}
|
||
|
|
// ********** End Class URigVMCollapseNode *********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMCollapseNode_h__Script_RigVMDeveloper_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_URigVMCollapseNode, URigVMCollapseNode::StaticClass, TEXT("URigVMCollapseNode"), &Z_Registration_Info_UClass_URigVMCollapseNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(URigVMCollapseNode), 2089069079U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMCollapseNode_h__Script_RigVMDeveloper_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMCollapseNode_h__Script_RigVMDeveloper_3631161845{
|
||
|
|
TEXT("/Script/RigVMDeveloper"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMCollapseNode_h__Script_RigVMDeveloper_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_Nodes_RigVMCollapseNode_h__Script_RigVMDeveloper_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|