329 lines
20 KiB
C++
329 lines
20 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 "AIGraphSchema.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeAIGraphSchema() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
AIGRAPH_API UClass* Z_Construct_UClass_UAIGraphNode_NoRegister();
|
|
AIGRAPH_API UClass* Z_Construct_UClass_UAIGraphSchema();
|
|
AIGRAPH_API UClass* Z_Construct_UClass_UAIGraphSchema_NoRegister();
|
|
AIGRAPH_API UScriptStruct* Z_Construct_UScriptStruct_FAISchemaAction_AddComment();
|
|
AIGRAPH_API UScriptStruct* Z_Construct_UScriptStruct_FAISchemaAction_NewNode();
|
|
AIGRAPH_API UScriptStruct* Z_Construct_UScriptStruct_FAISchemaAction_NewSubNode();
|
|
ENGINE_API UClass* Z_Construct_UClass_UEdGraphSchema();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FEdGraphSchemaAction();
|
|
UPackage* Z_Construct_UPackage__Script_AIGraph();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FAISchemaAction_AddComment ****************************************
|
|
struct Z_Construct_UScriptStruct_FAISchemaAction_AddComment_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FAISchemaAction_AddComment); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FAISchemaAction_AddComment); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Action to add a comment to the graph */" },
|
|
{ "ModuleRelativePath", "Classes/AIGraphSchema.h" },
|
|
{ "ToolTip", "Action to add a comment to the graph" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FAISchemaAction_AddComment constinit property declarations ********
|
|
// ********** End ScriptStruct FAISchemaAction_AddComment constinit property declarations **********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAISchemaAction_AddComment>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FAISchemaAction_AddComment_Statics
|
|
static_assert(std::is_polymorphic<FAISchemaAction_AddComment>() == std::is_polymorphic<FEdGraphSchemaAction>(), "USTRUCT FAISchemaAction_AddComment cannot be polymorphic unless super FEdGraphSchemaAction is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAISchemaAction_AddComment;
|
|
class UScriptStruct* FAISchemaAction_AddComment::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAISchemaAction_AddComment.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FAISchemaAction_AddComment.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAISchemaAction_AddComment, (UObject*)Z_Construct_UPackage__Script_AIGraph(), TEXT("AISchemaAction_AddComment"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FAISchemaAction_AddComment.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAISchemaAction_AddComment_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIGraph,
|
|
Z_Construct_UScriptStruct_FEdGraphSchemaAction,
|
|
&NewStructOps,
|
|
"AISchemaAction_AddComment",
|
|
nullptr,
|
|
0,
|
|
sizeof(FAISchemaAction_AddComment),
|
|
alignof(FAISchemaAction_AddComment),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAISchemaAction_AddComment_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAISchemaAction_AddComment_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FAISchemaAction_AddComment()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAISchemaAction_AddComment.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAISchemaAction_AddComment.InnerSingleton, Z_Construct_UScriptStruct_FAISchemaAction_AddComment_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAISchemaAction_AddComment.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FAISchemaAction_AddComment ******************************************
|
|
|
|
// ********** Begin ScriptStruct FAISchemaAction_NewNode *******************************************
|
|
struct Z_Construct_UScriptStruct_FAISchemaAction_NewNode_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FAISchemaAction_NewNode); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FAISchemaAction_NewNode); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Action to add a node to the graph */" },
|
|
{ "ModuleRelativePath", "Classes/AIGraphSchema.h" },
|
|
{ "ToolTip", "Action to add a node to the graph" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NodeTemplate_MetaData[] = {
|
|
{ "Comment", "/** Template of node we want to create */" },
|
|
{ "ModuleRelativePath", "Classes/AIGraphSchema.h" },
|
|
{ "ToolTip", "Template of node we want to create" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FAISchemaAction_NewNode constinit property declarations ***********
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_NodeTemplate;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FAISchemaAction_NewNode constinit property declarations *************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAISchemaAction_NewNode>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FAISchemaAction_NewNode_Statics
|
|
static_assert(std::is_polymorphic<FAISchemaAction_NewNode>() == std::is_polymorphic<FEdGraphSchemaAction>(), "USTRUCT FAISchemaAction_NewNode cannot be polymorphic unless super FEdGraphSchemaAction is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAISchemaAction_NewNode;
|
|
class UScriptStruct* FAISchemaAction_NewNode::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAISchemaAction_NewNode.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FAISchemaAction_NewNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAISchemaAction_NewNode, (UObject*)Z_Construct_UPackage__Script_AIGraph(), TEXT("AISchemaAction_NewNode"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FAISchemaAction_NewNode.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FAISchemaAction_NewNode Property Definitions **********************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FAISchemaAction_NewNode_Statics::NewProp_NodeTemplate = { "NodeTemplate", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAISchemaAction_NewNode, NodeTemplate), Z_Construct_UClass_UAIGraphNode_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NodeTemplate_MetaData), NewProp_NodeTemplate_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAISchemaAction_NewNode_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAISchemaAction_NewNode_Statics::NewProp_NodeTemplate,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAISchemaAction_NewNode_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FAISchemaAction_NewNode Property Definitions ************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAISchemaAction_NewNode_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIGraph,
|
|
Z_Construct_UScriptStruct_FEdGraphSchemaAction,
|
|
&NewStructOps,
|
|
"AISchemaAction_NewNode",
|
|
Z_Construct_UScriptStruct_FAISchemaAction_NewNode_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAISchemaAction_NewNode_Statics::PropPointers),
|
|
sizeof(FAISchemaAction_NewNode),
|
|
alignof(FAISchemaAction_NewNode),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAISchemaAction_NewNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAISchemaAction_NewNode_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FAISchemaAction_NewNode()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAISchemaAction_NewNode.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAISchemaAction_NewNode.InnerSingleton, Z_Construct_UScriptStruct_FAISchemaAction_NewNode_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAISchemaAction_NewNode.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FAISchemaAction_NewNode *********************************************
|
|
|
|
// ********** Begin ScriptStruct FAISchemaAction_NewSubNode ****************************************
|
|
struct Z_Construct_UScriptStruct_FAISchemaAction_NewSubNode_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FAISchemaAction_NewSubNode); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FAISchemaAction_NewSubNode); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Action to add a subnode to the selected node */" },
|
|
{ "ModuleRelativePath", "Classes/AIGraphSchema.h" },
|
|
{ "ToolTip", "Action to add a subnode to the selected node" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NodeTemplate_MetaData[] = {
|
|
{ "Comment", "/** Template of node we want to create */" },
|
|
{ "ModuleRelativePath", "Classes/AIGraphSchema.h" },
|
|
{ "ToolTip", "Template of node we want to create" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParentNode_MetaData[] = {
|
|
{ "Comment", "/** parent node */" },
|
|
{ "ModuleRelativePath", "Classes/AIGraphSchema.h" },
|
|
{ "ToolTip", "parent node" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FAISchemaAction_NewSubNode constinit property declarations ********
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_NodeTemplate;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ParentNode;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FAISchemaAction_NewSubNode constinit property declarations **********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAISchemaAction_NewSubNode>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FAISchemaAction_NewSubNode_Statics
|
|
static_assert(std::is_polymorphic<FAISchemaAction_NewSubNode>() == std::is_polymorphic<FEdGraphSchemaAction>(), "USTRUCT FAISchemaAction_NewSubNode cannot be polymorphic unless super FEdGraphSchemaAction is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAISchemaAction_NewSubNode;
|
|
class UScriptStruct* FAISchemaAction_NewSubNode::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAISchemaAction_NewSubNode.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FAISchemaAction_NewSubNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAISchemaAction_NewSubNode, (UObject*)Z_Construct_UPackage__Script_AIGraph(), TEXT("AISchemaAction_NewSubNode"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FAISchemaAction_NewSubNode.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FAISchemaAction_NewSubNode Property Definitions *******************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FAISchemaAction_NewSubNode_Statics::NewProp_NodeTemplate = { "NodeTemplate", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAISchemaAction_NewSubNode, NodeTemplate), Z_Construct_UClass_UAIGraphNode_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NodeTemplate_MetaData), NewProp_NodeTemplate_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FAISchemaAction_NewSubNode_Statics::NewProp_ParentNode = { "ParentNode", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAISchemaAction_NewSubNode, ParentNode), Z_Construct_UClass_UAIGraphNode_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParentNode_MetaData), NewProp_ParentNode_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAISchemaAction_NewSubNode_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAISchemaAction_NewSubNode_Statics::NewProp_NodeTemplate,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAISchemaAction_NewSubNode_Statics::NewProp_ParentNode,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAISchemaAction_NewSubNode_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FAISchemaAction_NewSubNode Property Definitions *********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAISchemaAction_NewSubNode_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIGraph,
|
|
Z_Construct_UScriptStruct_FEdGraphSchemaAction,
|
|
&NewStructOps,
|
|
"AISchemaAction_NewSubNode",
|
|
Z_Construct_UScriptStruct_FAISchemaAction_NewSubNode_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAISchemaAction_NewSubNode_Statics::PropPointers),
|
|
sizeof(FAISchemaAction_NewSubNode),
|
|
alignof(FAISchemaAction_NewSubNode),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAISchemaAction_NewSubNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAISchemaAction_NewSubNode_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FAISchemaAction_NewSubNode()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAISchemaAction_NewSubNode.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAISchemaAction_NewSubNode.InnerSingleton, Z_Construct_UScriptStruct_FAISchemaAction_NewSubNode_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAISchemaAction_NewSubNode.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FAISchemaAction_NewSubNode ******************************************
|
|
|
|
// ********** Begin Class UAIGraphSchema ***********************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UAIGraphSchema;
|
|
UClass* UAIGraphSchema::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UAIGraphSchema;
|
|
if (!Z_Registration_Info_UClass_UAIGraphSchema.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("AIGraphSchema"),
|
|
Z_Registration_Info_UClass_UAIGraphSchema.InnerSingleton,
|
|
StaticRegisterNativesUAIGraphSchema,
|
|
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_UAIGraphSchema.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UAIGraphSchema_NoRegister()
|
|
{
|
|
return UAIGraphSchema::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UAIGraphSchema_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "AIGraphSchema.h" },
|
|
{ "ModuleRelativePath", "Classes/AIGraphSchema.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UAIGraphSchema constinit property declarations ***************************
|
|
// ********** End Class UAIGraphSchema constinit property declarations *****************************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UAIGraphSchema>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UAIGraphSchema_Statics
|
|
UObject* (*const Z_Construct_UClass_UAIGraphSchema_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UEdGraphSchema,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIGraph,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAIGraphSchema_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAIGraphSchema_Statics::ClassParams = {
|
|
&UAIGraphSchema::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAIGraphSchema_Statics::Class_MetaDataParams), Z_Construct_UClass_UAIGraphSchema_Statics::Class_MetaDataParams)
|
|
};
|
|
void UAIGraphSchema::StaticRegisterNativesUAIGraphSchema()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UAIGraphSchema()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UAIGraphSchema.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAIGraphSchema.OuterSingleton, Z_Construct_UClass_UAIGraphSchema_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UAIGraphSchema.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAIGraphSchema);
|
|
UAIGraphSchema::~UAIGraphSchema() {}
|
|
// ********** End Class UAIGraphSchema *************************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_AIGraph_Classes_AIGraphSchema_h__Script_AIGraph_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FAISchemaAction_AddComment::StaticStruct, Z_Construct_UScriptStruct_FAISchemaAction_AddComment_Statics::NewStructOps, TEXT("AISchemaAction_AddComment"),&Z_Registration_Info_UScriptStruct_FAISchemaAction_AddComment, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAISchemaAction_AddComment), 1571507754U) },
|
|
{ FAISchemaAction_NewNode::StaticStruct, Z_Construct_UScriptStruct_FAISchemaAction_NewNode_Statics::NewStructOps, TEXT("AISchemaAction_NewNode"),&Z_Registration_Info_UScriptStruct_FAISchemaAction_NewNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAISchemaAction_NewNode), 1793252718U) },
|
|
{ FAISchemaAction_NewSubNode::StaticStruct, Z_Construct_UScriptStruct_FAISchemaAction_NewSubNode_Statics::NewStructOps, TEXT("AISchemaAction_NewSubNode"),&Z_Registration_Info_UScriptStruct_FAISchemaAction_NewSubNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAISchemaAction_NewSubNode), 2775270217U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UAIGraphSchema, UAIGraphSchema::StaticClass, TEXT("UAIGraphSchema"), &Z_Registration_Info_UClass_UAIGraphSchema, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAIGraphSchema), 4058549154U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_AIGraph_Classes_AIGraphSchema_h__Script_AIGraph_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_AIGraph_Classes_AIGraphSchema_h__Script_AIGraph_2309027065{
|
|
TEXT("/Script/AIGraph"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_AIGraph_Classes_AIGraphSchema_h__Script_AIGraph_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_AIGraph_Classes_AIGraphSchema_h__Script_AIGraph_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_AIGraph_Classes_AIGraphSchema_h__Script_AIGraph_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_AIGraph_Classes_AIGraphSchema_h__Script_AIGraph_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|