135 lines
8.5 KiB
C++
135 lines
8.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 "BlueprintBoundEventNodeSpawner.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeBlueprintBoundEventNodeSpawner() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
BLUEPRINTGRAPH_API UClass* Z_Construct_UClass_UBlueprintBoundEventNodeSpawner();
|
||
|
|
BLUEPRINTGRAPH_API UClass* Z_Construct_UClass_UBlueprintBoundEventNodeSpawner_NoRegister();
|
||
|
|
BLUEPRINTGRAPH_API UClass* Z_Construct_UClass_UBlueprintEventNodeSpawner();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_BlueprintGraph();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UBlueprintBoundEventNodeSpawner ******************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UBlueprintBoundEventNodeSpawner;
|
||
|
|
UClass* UBlueprintBoundEventNodeSpawner::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UBlueprintBoundEventNodeSpawner;
|
||
|
|
if (!Z_Registration_Info_UClass_UBlueprintBoundEventNodeSpawner.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("BlueprintBoundEventNodeSpawner"),
|
||
|
|
Z_Registration_Info_UClass_UBlueprintBoundEventNodeSpawner.InnerSingleton,
|
||
|
|
StaticRegisterNativesUBlueprintBoundEventNodeSpawner,
|
||
|
|
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_UBlueprintBoundEventNodeSpawner.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UBlueprintBoundEventNodeSpawner_NoRegister()
|
||
|
|
{
|
||
|
|
return UBlueprintBoundEventNodeSpawner::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UBlueprintBoundEventNodeSpawner_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * Takes care of spawning UK2Node_Event nodes. Acts as the \"action\" portion of\n * certain FBlueprintActionMenuItems. Will not spawn a new event node if one\n * associated with the specified function already exits (instead, Invoke() will\n * return the existing one). Evolved from FEdGraphSchemaAction_K2AddEvent and \n * FEdGraphSchemaAction_K2ViewNode.\n */" },
|
||
|
|
{ "IncludePath", "BlueprintBoundEventNodeSpawner.h" },
|
||
|
|
{ "ModuleRelativePath", "Classes/BlueprintBoundEventNodeSpawner.h" },
|
||
|
|
{ "ToolTip", "Takes care of spawning UK2Node_Event nodes. Acts as the \"action\" portion of\ncertain FBlueprintActionMenuItems. Will not spawn a new event node if one\nassociated with the specified function already exits (instead, Invoke() will\nreturn the existing one). Evolved from FEdGraphSchemaAction_K2AddEvent and\nFEdGraphSchemaAction_K2ViewNode." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EventDelegate_MetaData[] = {
|
||
|
|
{ "Comment", "/** */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/BlueprintBoundEventNodeSpawner.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UBlueprintBoundEventNodeSpawner constinit property declarations **********
|
||
|
|
static const UECodeGen_Private::FFieldPathPropertyParams NewProp_EventDelegate;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UBlueprintBoundEventNodeSpawner constinit property declarations ************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UBlueprintBoundEventNodeSpawner>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UBlueprintBoundEventNodeSpawner_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UBlueprintBoundEventNodeSpawner Property Definitions *********************
|
||
|
|
const UECodeGen_Private::FFieldPathPropertyParams Z_Construct_UClass_UBlueprintBoundEventNodeSpawner_Statics::NewProp_EventDelegate = { "EventDelegate", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::FieldPath, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBlueprintBoundEventNodeSpawner, EventDelegate), &FMulticastDelegateProperty::StaticClass, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EventDelegate_MetaData), NewProp_EventDelegate_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UBlueprintBoundEventNodeSpawner_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBlueprintBoundEventNodeSpawner_Statics::NewProp_EventDelegate,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBlueprintBoundEventNodeSpawner_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UBlueprintBoundEventNodeSpawner Property Definitions ***********************
|
||
|
|
UObject* (*const Z_Construct_UClass_UBlueprintBoundEventNodeSpawner_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UBlueprintEventNodeSpawner,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_BlueprintGraph,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBlueprintBoundEventNodeSpawner_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UBlueprintBoundEventNodeSpawner_Statics::ClassParams = {
|
||
|
|
&UBlueprintBoundEventNodeSpawner::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UBlueprintBoundEventNodeSpawner_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UBlueprintBoundEventNodeSpawner_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000800A8u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UBlueprintBoundEventNodeSpawner_Statics::Class_MetaDataParams), Z_Construct_UClass_UBlueprintBoundEventNodeSpawner_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UBlueprintBoundEventNodeSpawner::StaticRegisterNativesUBlueprintBoundEventNodeSpawner()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UBlueprintBoundEventNodeSpawner()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UBlueprintBoundEventNodeSpawner.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UBlueprintBoundEventNodeSpawner.OuterSingleton, Z_Construct_UClass_UBlueprintBoundEventNodeSpawner_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UBlueprintBoundEventNodeSpawner.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UBlueprintBoundEventNodeSpawner);
|
||
|
|
UBlueprintBoundEventNodeSpawner::~UBlueprintBoundEventNodeSpawner() {}
|
||
|
|
// ********** End Class UBlueprintBoundEventNodeSpawner ********************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_BlueprintGraph_Classes_BlueprintBoundEventNodeSpawner_h__Script_BlueprintGraph_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UBlueprintBoundEventNodeSpawner, UBlueprintBoundEventNodeSpawner::StaticClass, TEXT("UBlueprintBoundEventNodeSpawner"), &Z_Registration_Info_UClass_UBlueprintBoundEventNodeSpawner, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UBlueprintBoundEventNodeSpawner), 3938332037U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_BlueprintGraph_Classes_BlueprintBoundEventNodeSpawner_h__Script_BlueprintGraph_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_BlueprintGraph_Classes_BlueprintBoundEventNodeSpawner_h__Script_BlueprintGraph_2699483818{
|
||
|
|
TEXT("/Script/BlueprintGraph"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_BlueprintGraph_Classes_BlueprintBoundEventNodeSpawner_h__Script_BlueprintGraph_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_BlueprintGraph_Classes_BlueprintBoundEventNodeSpawner_h__Script_BlueprintGraph_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|