146 lines
9.5 KiB
C++
146 lines
9.5 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 "BlueprintVariableNodeSpawner.h"
|
|
#include "Engine/Blueprint.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeBlueprintVariableNodeSpawner() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
BLUEPRINTGRAPH_API UClass* Z_Construct_UClass_UBlueprintFieldNodeSpawner();
|
|
BLUEPRINTGRAPH_API UClass* Z_Construct_UClass_UBlueprintVariableNodeSpawner();
|
|
BLUEPRINTGRAPH_API UClass* Z_Construct_UClass_UBlueprintVariableNodeSpawner_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UEdGraph_NoRegister();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FBPVariableDescription();
|
|
UPackage* Z_Construct_UPackage__Script_BlueprintGraph();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UBlueprintVariableNodeSpawner ********************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UBlueprintVariableNodeSpawner;
|
|
UClass* UBlueprintVariableNodeSpawner::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UBlueprintVariableNodeSpawner;
|
|
if (!Z_Registration_Info_UClass_UBlueprintVariableNodeSpawner.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("BlueprintVariableNodeSpawner"),
|
|
Z_Registration_Info_UClass_UBlueprintVariableNodeSpawner.InnerSingleton,
|
|
StaticRegisterNativesUBlueprintVariableNodeSpawner,
|
|
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_UBlueprintVariableNodeSpawner.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UBlueprintVariableNodeSpawner_NoRegister()
|
|
{
|
|
return UBlueprintVariableNodeSpawner::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UBlueprintVariableNodeSpawner_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Takes care of spawning variable getter/setter nodes. Serves as the \"action\"\n * portion for certain FBlueprintActionMenuItems. Evolved from \n * FEdGraphSchemaAction_K2Var, and can spawn nodes for both member-variables and \n * local function variables.\n */" },
|
|
{ "IncludePath", "BlueprintVariableNodeSpawner.h" },
|
|
{ "ModuleRelativePath", "Classes/BlueprintVariableNodeSpawner.h" },
|
|
{ "ToolTip", "Takes care of spawning variable getter/setter nodes. Serves as the \"action\"\nportion for certain FBlueprintActionMenuItems. Evolved from\nFEdGraphSchemaAction_K2Var, and can spawn nodes for both member-variables and\nlocal function variables." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LocalVarOuter_MetaData[] = {
|
|
{ "Comment", "/** The graph that the local variable belongs to (if this is a local variable spawner). */" },
|
|
{ "ModuleRelativePath", "Classes/BlueprintVariableNodeSpawner.h" },
|
|
{ "ToolTip", "The graph that the local variable belongs to (if this is a local variable spawner)." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LocalVarDesc_MetaData[] = {
|
|
{ "Comment", "/** */" },
|
|
{ "ModuleRelativePath", "Classes/BlueprintVariableNodeSpawner.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UBlueprintVariableNodeSpawner constinit property declarations ************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_LocalVarOuter;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LocalVarDesc;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UBlueprintVariableNodeSpawner constinit property declarations **************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UBlueprintVariableNodeSpawner>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UBlueprintVariableNodeSpawner_Statics
|
|
|
|
// ********** Begin Class UBlueprintVariableNodeSpawner Property Definitions ***********************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UBlueprintVariableNodeSpawner_Statics::NewProp_LocalVarOuter = { "LocalVarOuter", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBlueprintVariableNodeSpawner, LocalVarOuter), Z_Construct_UClass_UEdGraph_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LocalVarOuter_MetaData), NewProp_LocalVarOuter_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UBlueprintVariableNodeSpawner_Statics::NewProp_LocalVarDesc = { "LocalVarDesc", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBlueprintVariableNodeSpawner, LocalVarDesc), Z_Construct_UScriptStruct_FBPVariableDescription, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LocalVarDesc_MetaData), NewProp_LocalVarDesc_MetaData) }; // 248112479
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UBlueprintVariableNodeSpawner_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBlueprintVariableNodeSpawner_Statics::NewProp_LocalVarOuter,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBlueprintVariableNodeSpawner_Statics::NewProp_LocalVarDesc,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBlueprintVariableNodeSpawner_Statics::PropPointers) < 2048);
|
|
// ********** End Class UBlueprintVariableNodeSpawner Property Definitions *************************
|
|
UObject* (*const Z_Construct_UClass_UBlueprintVariableNodeSpawner_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UBlueprintFieldNodeSpawner,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_BlueprintGraph,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBlueprintVariableNodeSpawner_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UBlueprintVariableNodeSpawner_Statics::ClassParams = {
|
|
&UBlueprintVariableNodeSpawner::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UBlueprintVariableNodeSpawner_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UBlueprintVariableNodeSpawner_Statics::PropPointers),
|
|
0,
|
|
0x000800A8u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UBlueprintVariableNodeSpawner_Statics::Class_MetaDataParams), Z_Construct_UClass_UBlueprintVariableNodeSpawner_Statics::Class_MetaDataParams)
|
|
};
|
|
void UBlueprintVariableNodeSpawner::StaticRegisterNativesUBlueprintVariableNodeSpawner()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UBlueprintVariableNodeSpawner()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UBlueprintVariableNodeSpawner.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UBlueprintVariableNodeSpawner.OuterSingleton, Z_Construct_UClass_UBlueprintVariableNodeSpawner_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UBlueprintVariableNodeSpawner.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UBlueprintVariableNodeSpawner);
|
|
UBlueprintVariableNodeSpawner::~UBlueprintVariableNodeSpawner() {}
|
|
// ********** End Class UBlueprintVariableNodeSpawner **********************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_BlueprintGraph_Classes_BlueprintVariableNodeSpawner_h__Script_BlueprintGraph_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UBlueprintVariableNodeSpawner, UBlueprintVariableNodeSpawner::StaticClass, TEXT("UBlueprintVariableNodeSpawner"), &Z_Registration_Info_UClass_UBlueprintVariableNodeSpawner, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UBlueprintVariableNodeSpawner), 3130824487U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_BlueprintGraph_Classes_BlueprintVariableNodeSpawner_h__Script_BlueprintGraph_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_BlueprintGraph_Classes_BlueprintVariableNodeSpawner_h__Script_BlueprintGraph_467420609{
|
|
TEXT("/Script/BlueprintGraph"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_BlueprintGraph_Classes_BlueprintVariableNodeSpawner_h__Script_BlueprintGraph_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_BlueprintGraph_Classes_BlueprintVariableNodeSpawner_h__Script_BlueprintGraph_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|