200 lines
14 KiB
C++
200 lines
14 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 "AIGraphNode.h"
|
||
|
|
#include "AIGraphTypes.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeAIGraphNode() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
AIGRAPH_API UClass* Z_Construct_UClass_UAIGraphNode();
|
||
|
|
AIGRAPH_API UClass* Z_Construct_UClass_UAIGraphNode_NoRegister();
|
||
|
|
AIGRAPH_API UScriptStruct* Z_Construct_UScriptStruct_FGraphNodeClassData();
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UEdGraphNode();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_AIGraph();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UAIGraphNode *************************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UAIGraphNode;
|
||
|
|
UClass* UAIGraphNode::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UAIGraphNode;
|
||
|
|
if (!Z_Registration_Info_UClass_UAIGraphNode.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("AIGraphNode"),
|
||
|
|
Z_Registration_Info_UClass_UAIGraphNode.InnerSingleton,
|
||
|
|
StaticRegisterNativesUAIGraphNode,
|
||
|
|
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_UAIGraphNode.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UAIGraphNode_NoRegister()
|
||
|
|
{
|
||
|
|
return UAIGraphNode::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UAIGraphNode_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "IncludePath", "AIGraphNode.h" },
|
||
|
|
{ "ModuleRelativePath", "Classes/AIGraphNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ClassData_MetaData[] = {
|
||
|
|
{ "Comment", "/** instance class */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/AIGraphNode.h" },
|
||
|
|
{ "ToolTip", "instance class" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NodeInstance_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/AIGraphNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParentNode_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/AIGraphNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SubNodes_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/AIGraphNode.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CopySubNodeIndex_MetaData[] = {
|
||
|
|
{ "Comment", "/** subnode index assigned during copy operation to connect nodes again on paste */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/AIGraphNode.h" },
|
||
|
|
{ "ToolTip", "subnode index assigned during copy operation to connect nodes again on paste" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsReadOnly_MetaData[] = {
|
||
|
|
{ "Comment", "/** if set, all modifications (including delete/cut) are disabled */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/AIGraphNode.h" },
|
||
|
|
{ "ToolTip", "if set, all modifications (including delete/cut) are disabled" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsSubNode_MetaData[] = {
|
||
|
|
{ "Comment", "/** if set, this node will be always considered as subnode */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/AIGraphNode.h" },
|
||
|
|
{ "ToolTip", "if set, this node will be always considered as subnode" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ErrorMessage_MetaData[] = {
|
||
|
|
{ "Comment", "/** error message for node */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/AIGraphNode.h" },
|
||
|
|
{ "ToolTip", "error message for node" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UAIGraphNode constinit property declarations *****************************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ClassData;
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_NodeInstance;
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ParentNode;
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_SubNodes_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_SubNodes;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_CopySubNodeIndex;
|
||
|
|
static void NewProp_bIsReadOnly_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsReadOnly;
|
||
|
|
static void NewProp_bIsSubNode_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsSubNode;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ErrorMessage;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UAIGraphNode constinit property declarations *******************************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UAIGraphNode>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UAIGraphNode_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UAIGraphNode Property Definitions ****************************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAIGraphNode_Statics::NewProp_ClassData = { "ClassData", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAIGraphNode, ClassData), Z_Construct_UScriptStruct_FGraphNodeClassData, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ClassData_MetaData), NewProp_ClassData_MetaData) }; // 2040694383
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UAIGraphNode_Statics::NewProp_NodeInstance = { "NodeInstance", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAIGraphNode, NodeInstance), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NodeInstance_MetaData), NewProp_NodeInstance_MetaData) };
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UAIGraphNode_Statics::NewProp_ParentNode = { "ParentNode", nullptr, (EPropertyFlags)0x0114000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAIGraphNode, ParentNode), Z_Construct_UClass_UAIGraphNode_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParentNode_MetaData), NewProp_ParentNode_MetaData) };
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UAIGraphNode_Statics::NewProp_SubNodes_Inner = { "SubNodes", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UAIGraphNode_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UAIGraphNode_Statics::NewProp_SubNodes = { "SubNodes", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAIGraphNode, SubNodes), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SubNodes_MetaData), NewProp_SubNodes_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UAIGraphNode_Statics::NewProp_CopySubNodeIndex = { "CopySubNodeIndex", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAIGraphNode, CopySubNodeIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CopySubNodeIndex_MetaData), NewProp_CopySubNodeIndex_MetaData) };
|
||
|
|
void Z_Construct_UClass_UAIGraphNode_Statics::NewProp_bIsReadOnly_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UAIGraphNode*)Obj)->bIsReadOnly = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAIGraphNode_Statics::NewProp_bIsReadOnly = { "bIsReadOnly", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UAIGraphNode), &Z_Construct_UClass_UAIGraphNode_Statics::NewProp_bIsReadOnly_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsReadOnly_MetaData), NewProp_bIsReadOnly_MetaData) };
|
||
|
|
void Z_Construct_UClass_UAIGraphNode_Statics::NewProp_bIsSubNode_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UAIGraphNode*)Obj)->bIsSubNode = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAIGraphNode_Statics::NewProp_bIsSubNode = { "bIsSubNode", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UAIGraphNode), &Z_Construct_UClass_UAIGraphNode_Statics::NewProp_bIsSubNode_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsSubNode_MetaData), NewProp_bIsSubNode_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UAIGraphNode_Statics::NewProp_ErrorMessage = { "ErrorMessage", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAIGraphNode, ErrorMessage), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ErrorMessage_MetaData), NewProp_ErrorMessage_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAIGraphNode_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAIGraphNode_Statics::NewProp_ClassData,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAIGraphNode_Statics::NewProp_NodeInstance,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAIGraphNode_Statics::NewProp_ParentNode,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAIGraphNode_Statics::NewProp_SubNodes_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAIGraphNode_Statics::NewProp_SubNodes,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAIGraphNode_Statics::NewProp_CopySubNodeIndex,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAIGraphNode_Statics::NewProp_bIsReadOnly,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAIGraphNode_Statics::NewProp_bIsSubNode,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAIGraphNode_Statics::NewProp_ErrorMessage,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAIGraphNode_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UAIGraphNode Property Definitions ******************************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UAIGraphNode_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UEdGraphNode,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIGraph,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAIGraphNode_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAIGraphNode_Statics::ClassParams = {
|
||
|
|
&UAIGraphNode::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UAIGraphNode_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UAIGraphNode_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAIGraphNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UAIGraphNode_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UAIGraphNode::StaticRegisterNativesUAIGraphNode()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UAIGraphNode()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UAIGraphNode.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAIGraphNode.OuterSingleton, Z_Construct_UClass_UAIGraphNode_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UAIGraphNode.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAIGraphNode);
|
||
|
|
UAIGraphNode::~UAIGraphNode() {}
|
||
|
|
// ********** End Class UAIGraphNode ***************************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_AIGraph_Classes_AIGraphNode_h__Script_AIGraph_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UAIGraphNode, UAIGraphNode::StaticClass, TEXT("UAIGraphNode"), &Z_Registration_Info_UClass_UAIGraphNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAIGraphNode), 43670663U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_AIGraph_Classes_AIGraphNode_h__Script_AIGraph_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_AIGraph_Classes_AIGraphNode_h__Script_AIGraph_2162628016{
|
||
|
|
TEXT("/Script/AIGraph"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_AIGraph_Classes_AIGraphNode_h__Script_AIGraph_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_AIGraph_Classes_AIGraphNode_h__Script_AIGraph_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|