339 lines
22 KiB
C++
339 lines
22 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 "EdGraph/RigVMEdGraphSchema.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeRigVMEdGraphSchema() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
BLUEPRINTGRAPH_API UScriptStruct* Z_Construct_UScriptStruct_FEdGraphSchemaAction_BlueprintVariableBase();
|
|
ENGINE_API UClass* Z_Construct_UClass_UEdGraphSchema();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FEdGraphSchemaAction();
|
|
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMEdGraphSchema();
|
|
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMEdGraphSchema_NoRegister();
|
|
RIGVMDEVELOPER_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_Event();
|
|
RIGVMDEVELOPER_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_LocalVar();
|
|
RIGVMDEVELOPER_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToExposedPin();
|
|
RIGVMDEVELOPER_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToVariable();
|
|
UPackage* Z_Construct_UPackage__Script_RigVMDeveloper();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FRigVMEdGraphSchemaAction_LocalVar ********************************
|
|
struct Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_LocalVar_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMEdGraphSchemaAction_LocalVar); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMEdGraphSchemaAction_LocalVar); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/EdGraph/RigVMEdGraphSchema.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigVMEdGraphSchemaAction_LocalVar constinit property declarations
|
|
// ********** End ScriptStruct FRigVMEdGraphSchemaAction_LocalVar constinit property declarations **
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMEdGraphSchemaAction_LocalVar>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_LocalVar_Statics
|
|
static_assert(std::is_polymorphic<FRigVMEdGraphSchemaAction_LocalVar>() == std::is_polymorphic<FEdGraphSchemaAction_BlueprintVariableBase>(), "USTRUCT FRigVMEdGraphSchemaAction_LocalVar cannot be polymorphic unless super FEdGraphSchemaAction_BlueprintVariableBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_LocalVar;
|
|
class UScriptStruct* FRigVMEdGraphSchemaAction_LocalVar::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_LocalVar.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_LocalVar.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_LocalVar, (UObject*)Z_Construct_UPackage__Script_RigVMDeveloper(), TEXT("RigVMEdGraphSchemaAction_LocalVar"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_LocalVar.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_LocalVar_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVMDeveloper,
|
|
Z_Construct_UScriptStruct_FEdGraphSchemaAction_BlueprintVariableBase,
|
|
&NewStructOps,
|
|
"RigVMEdGraphSchemaAction_LocalVar",
|
|
nullptr,
|
|
0,
|
|
sizeof(FRigVMEdGraphSchemaAction_LocalVar),
|
|
alignof(FRigVMEdGraphSchemaAction_LocalVar),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_LocalVar_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_LocalVar_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_LocalVar()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_LocalVar.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_LocalVar.InnerSingleton, Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_LocalVar_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_LocalVar.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FRigVMEdGraphSchemaAction_LocalVar **********************************
|
|
|
|
// ********** Begin ScriptStruct FRigVMEdGraphSchemaAction_PromoteToVariable ***********************
|
|
struct Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToVariable_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMEdGraphSchemaAction_PromoteToVariable); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMEdGraphSchemaAction_PromoteToVariable); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/EdGraph/RigVMEdGraphSchema.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigVMEdGraphSchemaAction_PromoteToVariable constinit property declarations
|
|
// ********** End ScriptStruct FRigVMEdGraphSchemaAction_PromoteToVariable constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMEdGraphSchemaAction_PromoteToVariable>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToVariable_Statics
|
|
static_assert(std::is_polymorphic<FRigVMEdGraphSchemaAction_PromoteToVariable>() == std::is_polymorphic<FEdGraphSchemaAction>(), "USTRUCT FRigVMEdGraphSchemaAction_PromoteToVariable cannot be polymorphic unless super FEdGraphSchemaAction is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToVariable;
|
|
class UScriptStruct* FRigVMEdGraphSchemaAction_PromoteToVariable::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToVariable.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToVariable.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToVariable, (UObject*)Z_Construct_UPackage__Script_RigVMDeveloper(), TEXT("RigVMEdGraphSchemaAction_PromoteToVariable"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToVariable.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToVariable_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVMDeveloper,
|
|
Z_Construct_UScriptStruct_FEdGraphSchemaAction,
|
|
&NewStructOps,
|
|
"RigVMEdGraphSchemaAction_PromoteToVariable",
|
|
nullptr,
|
|
0,
|
|
sizeof(FRigVMEdGraphSchemaAction_PromoteToVariable),
|
|
alignof(FRigVMEdGraphSchemaAction_PromoteToVariable),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToVariable_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToVariable_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToVariable()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToVariable.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToVariable.InnerSingleton, Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToVariable_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToVariable.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FRigVMEdGraphSchemaAction_PromoteToVariable *************************
|
|
|
|
// ********** Begin ScriptStruct FRigVMEdGraphSchemaAction_PromoteToExposedPin *********************
|
|
struct Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToExposedPin_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMEdGraphSchemaAction_PromoteToExposedPin); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMEdGraphSchemaAction_PromoteToExposedPin); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/EdGraph/RigVMEdGraphSchema.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigVMEdGraphSchemaAction_PromoteToExposedPin constinit property declarations
|
|
// ********** End ScriptStruct FRigVMEdGraphSchemaAction_PromoteToExposedPin constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMEdGraphSchemaAction_PromoteToExposedPin>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToExposedPin_Statics
|
|
static_assert(std::is_polymorphic<FRigVMEdGraphSchemaAction_PromoteToExposedPin>() == std::is_polymorphic<FEdGraphSchemaAction>(), "USTRUCT FRigVMEdGraphSchemaAction_PromoteToExposedPin cannot be polymorphic unless super FEdGraphSchemaAction is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToExposedPin;
|
|
class UScriptStruct* FRigVMEdGraphSchemaAction_PromoteToExposedPin::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToExposedPin.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToExposedPin.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToExposedPin, (UObject*)Z_Construct_UPackage__Script_RigVMDeveloper(), TEXT("RigVMEdGraphSchemaAction_PromoteToExposedPin"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToExposedPin.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToExposedPin_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVMDeveloper,
|
|
Z_Construct_UScriptStruct_FEdGraphSchemaAction,
|
|
&NewStructOps,
|
|
"RigVMEdGraphSchemaAction_PromoteToExposedPin",
|
|
nullptr,
|
|
0,
|
|
sizeof(FRigVMEdGraphSchemaAction_PromoteToExposedPin),
|
|
alignof(FRigVMEdGraphSchemaAction_PromoteToExposedPin),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToExposedPin_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToExposedPin_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToExposedPin()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToExposedPin.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToExposedPin.InnerSingleton, Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToExposedPin_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToExposedPin.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FRigVMEdGraphSchemaAction_PromoteToExposedPin ***********************
|
|
|
|
// ********** Begin ScriptStruct FRigVMEdGraphSchemaAction_Event ***********************************
|
|
struct Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_Event_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMEdGraphSchemaAction_Event); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMEdGraphSchemaAction_Event); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/EdGraph/RigVMEdGraphSchema.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigVMEdGraphSchemaAction_Event constinit property declarations ***
|
|
// ********** End ScriptStruct FRigVMEdGraphSchemaAction_Event constinit property declarations *****
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMEdGraphSchemaAction_Event>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_Event_Statics
|
|
static_assert(std::is_polymorphic<FRigVMEdGraphSchemaAction_Event>() == std::is_polymorphic<FEdGraphSchemaAction>(), "USTRUCT FRigVMEdGraphSchemaAction_Event cannot be polymorphic unless super FEdGraphSchemaAction is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_Event;
|
|
class UScriptStruct* FRigVMEdGraphSchemaAction_Event::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_Event.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_Event.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_Event, (UObject*)Z_Construct_UPackage__Script_RigVMDeveloper(), TEXT("RigVMEdGraphSchemaAction_Event"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_Event.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_Event_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVMDeveloper,
|
|
Z_Construct_UScriptStruct_FEdGraphSchemaAction,
|
|
&NewStructOps,
|
|
"RigVMEdGraphSchemaAction_Event",
|
|
nullptr,
|
|
0,
|
|
sizeof(FRigVMEdGraphSchemaAction_Event),
|
|
alignof(FRigVMEdGraphSchemaAction_Event),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_Event_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_Event_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_Event()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_Event.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_Event.InnerSingleton, Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_Event_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_Event.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FRigVMEdGraphSchemaAction_Event *************************************
|
|
|
|
// ********** Begin Class URigVMEdGraphSchema ******************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_URigVMEdGraphSchema;
|
|
UClass* URigVMEdGraphSchema::GetPrivateStaticClass()
|
|
{
|
|
using TClass = URigVMEdGraphSchema;
|
|
if (!Z_Registration_Info_UClass_URigVMEdGraphSchema.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("RigVMEdGraphSchema"),
|
|
Z_Registration_Info_UClass_URigVMEdGraphSchema.InnerSingleton,
|
|
StaticRegisterNativesURigVMEdGraphSchema,
|
|
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_URigVMEdGraphSchema.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_URigVMEdGraphSchema_NoRegister()
|
|
{
|
|
return URigVMEdGraphSchema::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_URigVMEdGraphSchema_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "EdGraph/RigVMEdGraphSchema.h" },
|
|
{ "ModuleRelativePath", "Public/EdGraph/RigVMEdGraphSchema.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class URigVMEdGraphSchema constinit property declarations **********************
|
|
// ********** End Class URigVMEdGraphSchema constinit property declarations ************************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<URigVMEdGraphSchema>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_URigVMEdGraphSchema_Statics
|
|
UObject* (*const Z_Construct_UClass_URigVMEdGraphSchema_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UEdGraphSchema,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVMDeveloper,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMEdGraphSchema_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_URigVMEdGraphSchema_Statics::ClassParams = {
|
|
&URigVMEdGraphSchema::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMEdGraphSchema_Statics::Class_MetaDataParams), Z_Construct_UClass_URigVMEdGraphSchema_Statics::Class_MetaDataParams)
|
|
};
|
|
void URigVMEdGraphSchema::StaticRegisterNativesURigVMEdGraphSchema()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_URigVMEdGraphSchema()
|
|
{
|
|
if (!Z_Registration_Info_UClass_URigVMEdGraphSchema.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_URigVMEdGraphSchema.OuterSingleton, Z_Construct_UClass_URigVMEdGraphSchema_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_URigVMEdGraphSchema.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, URigVMEdGraphSchema);
|
|
URigVMEdGraphSchema::~URigVMEdGraphSchema() {}
|
|
// ********** End Class URigVMEdGraphSchema ********************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_EdGraph_RigVMEdGraphSchema_h__Script_RigVMDeveloper_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FRigVMEdGraphSchemaAction_LocalVar::StaticStruct, Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_LocalVar_Statics::NewStructOps, TEXT("RigVMEdGraphSchemaAction_LocalVar"),&Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_LocalVar, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMEdGraphSchemaAction_LocalVar), 3428050771U) },
|
|
{ FRigVMEdGraphSchemaAction_PromoteToVariable::StaticStruct, Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToVariable_Statics::NewStructOps, TEXT("RigVMEdGraphSchemaAction_PromoteToVariable"),&Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToVariable, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMEdGraphSchemaAction_PromoteToVariable), 2343624778U) },
|
|
{ FRigVMEdGraphSchemaAction_PromoteToExposedPin::StaticStruct, Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToExposedPin_Statics::NewStructOps, TEXT("RigVMEdGraphSchemaAction_PromoteToExposedPin"),&Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_PromoteToExposedPin, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMEdGraphSchemaAction_PromoteToExposedPin), 76613536U) },
|
|
{ FRigVMEdGraphSchemaAction_Event::StaticStruct, Z_Construct_UScriptStruct_FRigVMEdGraphSchemaAction_Event_Statics::NewStructOps, TEXT("RigVMEdGraphSchemaAction_Event"),&Z_Registration_Info_UScriptStruct_FRigVMEdGraphSchemaAction_Event, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMEdGraphSchemaAction_Event), 1508570414U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_URigVMEdGraphSchema, URigVMEdGraphSchema::StaticClass, TEXT("URigVMEdGraphSchema"), &Z_Registration_Info_UClass_URigVMEdGraphSchema, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(URigVMEdGraphSchema), 626440741U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_EdGraph_RigVMEdGraphSchema_h__Script_RigVMDeveloper_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_EdGraph_RigVMEdGraphSchema_h__Script_RigVMDeveloper_80317655{
|
|
TEXT("/Script/RigVMDeveloper"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_EdGraph_RigVMEdGraphSchema_h__Script_RigVMDeveloper_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_EdGraph_RigVMEdGraphSchema_h__Script_RigVMDeveloper_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_EdGraph_RigVMEdGraphSchema_h__Script_RigVMDeveloper_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_EdGraph_RigVMEdGraphSchema_h__Script_RigVMDeveloper_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|