Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,121 @@
// 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 "OptimusDeformerFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeOptimusDeformerFactory() {}
// ********** Begin Cross Module References ********************************************************
OPTIMUSEDITOR_API UClass* Z_Construct_UClass_UOptimusDeformerFactory();
OPTIMUSEDITOR_API UClass* Z_Construct_UClass_UOptimusDeformerFactory_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_OptimusEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UOptimusDeformerFactory **************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UOptimusDeformerFactory;
UClass* UOptimusDeformerFactory::GetPrivateStaticClass()
{
using TClass = UOptimusDeformerFactory;
if (!Z_Registration_Info_UClass_UOptimusDeformerFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("OptimusDeformerFactory"),
Z_Registration_Info_UClass_UOptimusDeformerFactory.InnerSingleton,
StaticRegisterNativesUOptimusDeformerFactory,
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_UOptimusDeformerFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UOptimusDeformerFactory_NoRegister()
{
return UOptimusDeformerFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UOptimusDeformerFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implements a factory for UOptimusDeformer objects.\n */" },
{ "HideCategories", "Object" },
{ "IncludePath", "OptimusDeformerFactory.h" },
{ "ModuleRelativePath", "Private/OptimusDeformerFactory.h" },
{ "ToolTip", "Implements a factory for UOptimusDeformer objects." },
};
#endif // WITH_METADATA
// ********** Begin Class UOptimusDeformerFactory constinit property declarations ******************
// ********** End Class UOptimusDeformerFactory constinit property declarations ********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UOptimusDeformerFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UOptimusDeformerFactory_Statics
UObject* (*const Z_Construct_UClass_UOptimusDeformerFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_OptimusEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOptimusDeformerFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UOptimusDeformerFactory_Statics::ClassParams = {
&UOptimusDeformerFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UOptimusDeformerFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UOptimusDeformerFactory_Statics::Class_MetaDataParams)
};
void UOptimusDeformerFactory::StaticRegisterNativesUOptimusDeformerFactory()
{
}
UClass* Z_Construct_UClass_UOptimusDeformerFactory()
{
if (!Z_Registration_Info_UClass_UOptimusDeformerFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UOptimusDeformerFactory.OuterSingleton, Z_Construct_UClass_UOptimusDeformerFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UOptimusDeformerFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UOptimusDeformerFactory);
UOptimusDeformerFactory::~UOptimusDeformerFactory() {}
// ********** End Class UOptimusDeformerFactory ****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusDeformerFactory_h__Script_OptimusEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UOptimusDeformerFactory, UOptimusDeformerFactory::StaticClass, TEXT("UOptimusDeformerFactory"), &Z_Registration_Info_UClass_UOptimusDeformerFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UOptimusDeformerFactory), 579642091U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusDeformerFactory_h__Script_OptimusEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusDeformerFactory_h__Script_OptimusEditor_1808989517{
TEXT("/Script/OptimusEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusDeformerFactory_h__Script_OptimusEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusDeformerFactory_h__Script_OptimusEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,61 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "OptimusDeformerFactory.h"
#ifdef OPTIMUSEDITOR_OptimusDeformerFactory_generated_h
#error "OptimusDeformerFactory.generated.h already included, missing '#pragma once' in OptimusDeformerFactory.h"
#endif
#define OPTIMUSEDITOR_OptimusDeformerFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UOptimusDeformerFactory **************************************************
struct Z_Construct_UClass_UOptimusDeformerFactory_Statics;
OPTIMUSEDITOR_API UClass* Z_Construct_UClass_UOptimusDeformerFactory_NoRegister();
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusDeformerFactory_h_16_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUOptimusDeformerFactory(); \
friend struct ::Z_Construct_UClass_UOptimusDeformerFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend OPTIMUSEDITOR_API UClass* ::Z_Construct_UClass_UOptimusDeformerFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UOptimusDeformerFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/OptimusEditor"), Z_Construct_UClass_UOptimusDeformerFactory_NoRegister) \
DECLARE_SERIALIZER(UOptimusDeformerFactory)
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusDeformerFactory_h_16_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UOptimusDeformerFactory(UOptimusDeformerFactory&&) = delete; \
UOptimusDeformerFactory(const UOptimusDeformerFactory&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UOptimusDeformerFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UOptimusDeformerFactory); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UOptimusDeformerFactory) \
NO_API virtual ~UOptimusDeformerFactory();
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusDeformerFactory_h_13_PROLOG
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusDeformerFactory_h_16_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusDeformerFactory_h_16_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusDeformerFactory_h_16_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UOptimusDeformerFactory;
// ********** End Class UOptimusDeformerFactory ****************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusDeformerFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,29 @@
// 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"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeOptimusEditor_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_OptimusEditor;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_OptimusEditor()
{
if (!Z_Registration_Info_UPackage__Script_OptimusEditor.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/OptimusEditor",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0x05D0619A,
0x39D15F88,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_OptimusEditor.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_OptimusEditor.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_OptimusEditor(Z_Construct_UPackage__Script_OptimusEditor, TEXT("/Script/OptimusEditor"), Z_Registration_Info_UPackage__Script_OptimusEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x05D0619A, 0x39D15F88));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@@ -0,0 +1,118 @@
// 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 "OptimusEditorGraph.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeOptimusEditorGraph() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UEdGraph();
OPTIMUSEDITOR_API UClass* Z_Construct_UClass_UOptimusEditorGraph();
OPTIMUSEDITOR_API UClass* Z_Construct_UClass_UOptimusEditorGraph_NoRegister();
UPackage* Z_Construct_UPackage__Script_OptimusEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UOptimusEditorGraph ******************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UOptimusEditorGraph;
UClass* UOptimusEditorGraph::GetPrivateStaticClass()
{
using TClass = UOptimusEditorGraph;
if (!Z_Registration_Info_UClass_UOptimusEditorGraph.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("OptimusEditorGraph"),
Z_Registration_Info_UClass_UOptimusEditorGraph.InnerSingleton,
StaticRegisterNativesUOptimusEditorGraph,
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_UOptimusEditorGraph.InnerSingleton;
}
UClass* Z_Construct_UClass_UOptimusEditorGraph_NoRegister()
{
return UOptimusEditorGraph::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UOptimusEditorGraph_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "OptimusEditorGraph.h" },
{ "ModuleRelativePath", "Private/OptimusEditorGraph.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UOptimusEditorGraph constinit property declarations **********************
// ********** End Class UOptimusEditorGraph constinit property declarations ************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UOptimusEditorGraph>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UOptimusEditorGraph_Statics
UObject* (*const Z_Construct_UClass_UOptimusEditorGraph_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEdGraph,
(UObject* (*)())Z_Construct_UPackage__Script_OptimusEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOptimusEditorGraph_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UOptimusEditorGraph_Statics::ClassParams = {
&UOptimusEditorGraph::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UOptimusEditorGraph_Statics::Class_MetaDataParams), Z_Construct_UClass_UOptimusEditorGraph_Statics::Class_MetaDataParams)
};
void UOptimusEditorGraph::StaticRegisterNativesUOptimusEditorGraph()
{
}
UClass* Z_Construct_UClass_UOptimusEditorGraph()
{
if (!Z_Registration_Info_UClass_UOptimusEditorGraph.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UOptimusEditorGraph.OuterSingleton, Z_Construct_UClass_UOptimusEditorGraph_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UOptimusEditorGraph.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UOptimusEditorGraph);
UOptimusEditorGraph::~UOptimusEditorGraph() {}
// ********** End Class UOptimusEditorGraph ********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraph_h__Script_OptimusEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UOptimusEditorGraph, UOptimusEditorGraph::StaticClass, TEXT("UOptimusEditorGraph"), &Z_Registration_Info_UClass_UOptimusEditorGraph, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UOptimusEditorGraph), 2696095013U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraph_h__Script_OptimusEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraph_h__Script_OptimusEditor_317645456{
TEXT("/Script/OptimusEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraph_h__Script_OptimusEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraph_h__Script_OptimusEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,61 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "OptimusEditorGraph.h"
#ifdef OPTIMUSEDITOR_OptimusEditorGraph_generated_h
#error "OptimusEditorGraph.generated.h already included, missing '#pragma once' in OptimusEditorGraph.h"
#endif
#define OPTIMUSEDITOR_OptimusEditorGraph_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UOptimusEditorGraph ******************************************************
struct Z_Construct_UClass_UOptimusEditorGraph_Statics;
OPTIMUSEDITOR_API UClass* Z_Construct_UClass_UOptimusEditorGraph_NoRegister();
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraph_h_22_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUOptimusEditorGraph(); \
friend struct ::Z_Construct_UClass_UOptimusEditorGraph_Statics; \
static UClass* GetPrivateStaticClass(); \
friend OPTIMUSEDITOR_API UClass* ::Z_Construct_UClass_UOptimusEditorGraph_NoRegister(); \
public: \
DECLARE_CLASS2(UOptimusEditorGraph, UEdGraph, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/OptimusEditor"), Z_Construct_UClass_UOptimusEditorGraph_NoRegister) \
DECLARE_SERIALIZER(UOptimusEditorGraph)
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraph_h_22_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UOptimusEditorGraph(UOptimusEditorGraph&&) = delete; \
UOptimusEditorGraph(const UOptimusEditorGraph&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UOptimusEditorGraph); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UOptimusEditorGraph); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UOptimusEditorGraph) \
NO_API virtual ~UOptimusEditorGraph();
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraph_h_19_PROLOG
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraph_h_22_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraph_h_22_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraph_h_22_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UOptimusEditorGraph;
// ********** End Class UOptimusEditorGraph ********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraph_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,135 @@
// 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 "OptimusEditorGraphNode.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeOptimusEditorGraphNode() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UEdGraphNode();
OPTIMUSCORE_API UClass* Z_Construct_UClass_UOptimusNode_NoRegister();
OPTIMUSEDITOR_API UClass* Z_Construct_UClass_UOptimusEditorGraphNode();
OPTIMUSEDITOR_API UClass* Z_Construct_UClass_UOptimusEditorGraphNode_NoRegister();
UPackage* Z_Construct_UPackage__Script_OptimusEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UOptimusEditorGraphNode **************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UOptimusEditorGraphNode;
UClass* UOptimusEditorGraphNode::GetPrivateStaticClass()
{
using TClass = UOptimusEditorGraphNode;
if (!Z_Registration_Info_UClass_UOptimusEditorGraphNode.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("OptimusEditorGraphNode"),
Z_Registration_Info_UClass_UOptimusEditorGraphNode.InnerSingleton,
StaticRegisterNativesUOptimusEditorGraphNode,
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_UOptimusEditorGraphNode.InnerSingleton;
}
UClass* Z_Construct_UClass_UOptimusEditorGraphNode_NoRegister()
{
return UOptimusEditorGraphNode::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UOptimusEditorGraphNode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "OptimusEditorGraphNode.h" },
{ "ModuleRelativePath", "Private/OptimusEditorGraphNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ModelNode_MetaData[] = {
{ "Comment", "// FIXME: Move to private and add accessor function.\n" },
{ "ModuleRelativePath", "Private/OptimusEditorGraphNode.h" },
{ "ToolTip", "FIXME: Move to private and add accessor function." },
};
#endif // WITH_METADATA
// ********** Begin Class UOptimusEditorGraphNode constinit property declarations ******************
static const UECodeGen_Private::FObjectPropertyParams NewProp_ModelNode;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UOptimusEditorGraphNode constinit property declarations ********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UOptimusEditorGraphNode>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UOptimusEditorGraphNode_Statics
// ********** Begin Class UOptimusEditorGraphNode Property Definitions *****************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UOptimusEditorGraphNode_Statics::NewProp_ModelNode = { "ModelNode", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UOptimusEditorGraphNode, ModelNode), Z_Construct_UClass_UOptimusNode_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ModelNode_MetaData), NewProp_ModelNode_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UOptimusEditorGraphNode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UOptimusEditorGraphNode_Statics::NewProp_ModelNode,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOptimusEditorGraphNode_Statics::PropPointers) < 2048);
// ********** End Class UOptimusEditorGraphNode Property Definitions *******************************
UObject* (*const Z_Construct_UClass_UOptimusEditorGraphNode_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEdGraphNode,
(UObject* (*)())Z_Construct_UPackage__Script_OptimusEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOptimusEditorGraphNode_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UOptimusEditorGraphNode_Statics::ClassParams = {
&UOptimusEditorGraphNode::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UOptimusEditorGraphNode_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UOptimusEditorGraphNode_Statics::PropPointers),
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UOptimusEditorGraphNode_Statics::Class_MetaDataParams), Z_Construct_UClass_UOptimusEditorGraphNode_Statics::Class_MetaDataParams)
};
void UOptimusEditorGraphNode::StaticRegisterNativesUOptimusEditorGraphNode()
{
}
UClass* Z_Construct_UClass_UOptimusEditorGraphNode()
{
if (!Z_Registration_Info_UClass_UOptimusEditorGraphNode.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UOptimusEditorGraphNode.OuterSingleton, Z_Construct_UClass_UOptimusEditorGraphNode_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UOptimusEditorGraphNode.OuterSingleton;
}
UOptimusEditorGraphNode::UOptimusEditorGraphNode(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UOptimusEditorGraphNode);
UOptimusEditorGraphNode::~UOptimusEditorGraphNode() {}
// ********** End Class UOptimusEditorGraphNode ****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_h__Script_OptimusEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UOptimusEditorGraphNode, UOptimusEditorGraphNode::StaticClass, TEXT("UOptimusEditorGraphNode"), &Z_Registration_Info_UClass_UOptimusEditorGraphNode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UOptimusEditorGraphNode), 1793161955U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_h__Script_OptimusEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_h__Script_OptimusEditor_2253140166{
TEXT("/Script/OptimusEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_h__Script_OptimusEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_h__Script_OptimusEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "OptimusEditorGraphNode.h"
#ifdef OPTIMUSEDITOR_OptimusEditorGraphNode_generated_h
#error "OptimusEditorGraphNode.generated.h already included, missing '#pragma once' in OptimusEditorGraphNode.h"
#endif
#define OPTIMUSEDITOR_OptimusEditorGraphNode_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UOptimusEditorGraphNode **************************************************
struct Z_Construct_UClass_UOptimusEditorGraphNode_Statics;
OPTIMUSEDITOR_API UClass* Z_Construct_UClass_UOptimusEditorGraphNode_NoRegister();
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_h_21_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUOptimusEditorGraphNode(); \
friend struct ::Z_Construct_UClass_UOptimusEditorGraphNode_Statics; \
static UClass* GetPrivateStaticClass(); \
friend OPTIMUSEDITOR_API UClass* ::Z_Construct_UClass_UOptimusEditorGraphNode_NoRegister(); \
public: \
DECLARE_CLASS2(UOptimusEditorGraphNode, UEdGraphNode, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/OptimusEditor"), Z_Construct_UClass_UOptimusEditorGraphNode_NoRegister) \
DECLARE_SERIALIZER(UOptimusEditorGraphNode)
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_h_21_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UOptimusEditorGraphNode(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UOptimusEditorGraphNode(UOptimusEditorGraphNode&&) = delete; \
UOptimusEditorGraphNode(const UOptimusEditorGraphNode&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UOptimusEditorGraphNode); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UOptimusEditorGraphNode); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UOptimusEditorGraphNode) \
NO_API virtual ~UOptimusEditorGraphNode();
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_h_18_PROLOG
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_h_21_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_h_21_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_h_21_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UOptimusEditorGraphNode;
// ********** End Class UOptimusEditorGraphNode ****************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,119 @@
// 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 "OptimusEditorGraphNode_Comment.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeOptimusEditorGraphNode_Comment() {}
// ********** Begin Cross Module References ********************************************************
OPTIMUSEDITOR_API UClass* Z_Construct_UClass_UOptimusEditorGraphNode_Comment();
OPTIMUSEDITOR_API UClass* Z_Construct_UClass_UOptimusEditorGraphNode_Comment_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UEdGraphNode_Comment();
UPackage* Z_Construct_UPackage__Script_OptimusEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UOptimusEditorGraphNode_Comment ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UOptimusEditorGraphNode_Comment;
UClass* UOptimusEditorGraphNode_Comment::GetPrivateStaticClass()
{
using TClass = UOptimusEditorGraphNode_Comment;
if (!Z_Registration_Info_UClass_UOptimusEditorGraphNode_Comment.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("OptimusEditorGraphNode_Comment"),
Z_Registration_Info_UClass_UOptimusEditorGraphNode_Comment.InnerSingleton,
StaticRegisterNativesUOptimusEditorGraphNode_Comment,
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_UOptimusEditorGraphNode_Comment.InnerSingleton;
}
UClass* Z_Construct_UClass_UOptimusEditorGraphNode_Comment_NoRegister()
{
return UOptimusEditorGraphNode_Comment::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UOptimusEditorGraphNode_Comment_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "OptimusEditorGraphNode_Comment.h" },
{ "ModuleRelativePath", "Private/OptimusEditorGraphNode_Comment.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UOptimusEditorGraphNode_Comment constinit property declarations **********
// ********** End Class UOptimusEditorGraphNode_Comment constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UOptimusEditorGraphNode_Comment>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UOptimusEditorGraphNode_Comment_Statics
UObject* (*const Z_Construct_UClass_UOptimusEditorGraphNode_Comment_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEdGraphNode_Comment,
(UObject* (*)())Z_Construct_UPackage__Script_OptimusEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOptimusEditorGraphNode_Comment_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UOptimusEditorGraphNode_Comment_Statics::ClassParams = {
&UOptimusEditorGraphNode_Comment::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UOptimusEditorGraphNode_Comment_Statics::Class_MetaDataParams), Z_Construct_UClass_UOptimusEditorGraphNode_Comment_Statics::Class_MetaDataParams)
};
void UOptimusEditorGraphNode_Comment::StaticRegisterNativesUOptimusEditorGraphNode_Comment()
{
}
UClass* Z_Construct_UClass_UOptimusEditorGraphNode_Comment()
{
if (!Z_Registration_Info_UClass_UOptimusEditorGraphNode_Comment.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UOptimusEditorGraphNode_Comment.OuterSingleton, Z_Construct_UClass_UOptimusEditorGraphNode_Comment_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UOptimusEditorGraphNode_Comment.OuterSingleton;
}
UOptimusEditorGraphNode_Comment::UOptimusEditorGraphNode_Comment(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UOptimusEditorGraphNode_Comment);
UOptimusEditorGraphNode_Comment::~UOptimusEditorGraphNode_Comment() {}
// ********** End Class UOptimusEditorGraphNode_Comment ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_Comment_h__Script_OptimusEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UOptimusEditorGraphNode_Comment, UOptimusEditorGraphNode_Comment::StaticClass, TEXT("UOptimusEditorGraphNode_Comment"), &Z_Registration_Info_UClass_UOptimusEditorGraphNode_Comment, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UOptimusEditorGraphNode_Comment), 1115831883U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_Comment_h__Script_OptimusEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_Comment_h__Script_OptimusEditor_2720326890{
TEXT("/Script/OptimusEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_Comment_h__Script_OptimusEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_Comment_h__Script_OptimusEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "OptimusEditorGraphNode_Comment.h"
#ifdef OPTIMUSEDITOR_OptimusEditorGraphNode_Comment_generated_h
#error "OptimusEditorGraphNode_Comment.generated.h already included, missing '#pragma once' in OptimusEditorGraphNode_Comment.h"
#endif
#define OPTIMUSEDITOR_OptimusEditorGraphNode_Comment_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UOptimusEditorGraphNode_Comment ******************************************
struct Z_Construct_UClass_UOptimusEditorGraphNode_Comment_Statics;
OPTIMUSEDITOR_API UClass* Z_Construct_UClass_UOptimusEditorGraphNode_Comment_NoRegister();
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_Comment_h_17_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUOptimusEditorGraphNode_Comment(); \
friend struct ::Z_Construct_UClass_UOptimusEditorGraphNode_Comment_Statics; \
static UClass* GetPrivateStaticClass(); \
friend OPTIMUSEDITOR_API UClass* ::Z_Construct_UClass_UOptimusEditorGraphNode_Comment_NoRegister(); \
public: \
DECLARE_CLASS2(UOptimusEditorGraphNode_Comment, UEdGraphNode_Comment, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/OptimusEditor"), Z_Construct_UClass_UOptimusEditorGraphNode_Comment_NoRegister) \
DECLARE_SERIALIZER(UOptimusEditorGraphNode_Comment)
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_Comment_h_17_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UOptimusEditorGraphNode_Comment(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UOptimusEditorGraphNode_Comment(UOptimusEditorGraphNode_Comment&&) = delete; \
UOptimusEditorGraphNode_Comment(const UOptimusEditorGraphNode_Comment&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UOptimusEditorGraphNode_Comment); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UOptimusEditorGraphNode_Comment); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UOptimusEditorGraphNode_Comment) \
NO_API virtual ~UOptimusEditorGraphNode_Comment();
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_Comment_h_14_PROLOG
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_Comment_h_17_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_Comment_h_17_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_Comment_h_17_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UOptimusEditorGraphNode_Comment;
// ********** End Class UOptimusEditorGraphNode_Comment ********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphNode_Comment_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,118 @@
// 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 "OptimusEditorGraphSchema.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeOptimusEditorGraphSchema() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UEdGraphSchema();
OPTIMUSEDITOR_API UClass* Z_Construct_UClass_UOptimusEditorGraphSchema();
OPTIMUSEDITOR_API UClass* Z_Construct_UClass_UOptimusEditorGraphSchema_NoRegister();
UPackage* Z_Construct_UPackage__Script_OptimusEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UOptimusEditorGraphSchema ************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UOptimusEditorGraphSchema;
UClass* UOptimusEditorGraphSchema::GetPrivateStaticClass()
{
using TClass = UOptimusEditorGraphSchema;
if (!Z_Registration_Info_UClass_UOptimusEditorGraphSchema.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("OptimusEditorGraphSchema"),
Z_Registration_Info_UClass_UOptimusEditorGraphSchema.InnerSingleton,
StaticRegisterNativesUOptimusEditorGraphSchema,
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_UOptimusEditorGraphSchema.InnerSingleton;
}
UClass* Z_Construct_UClass_UOptimusEditorGraphSchema_NoRegister()
{
return UOptimusEditorGraphSchema::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UOptimusEditorGraphSchema_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "OptimusEditorGraphSchema.h" },
{ "ModuleRelativePath", "Private/OptimusEditorGraphSchema.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UOptimusEditorGraphSchema constinit property declarations ****************
// ********** End Class UOptimusEditorGraphSchema constinit property declarations ******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UOptimusEditorGraphSchema>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UOptimusEditorGraphSchema_Statics
UObject* (*const Z_Construct_UClass_UOptimusEditorGraphSchema_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEdGraphSchema,
(UObject* (*)())Z_Construct_UPackage__Script_OptimusEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOptimusEditorGraphSchema_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UOptimusEditorGraphSchema_Statics::ClassParams = {
&UOptimusEditorGraphSchema::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UOptimusEditorGraphSchema_Statics::Class_MetaDataParams), Z_Construct_UClass_UOptimusEditorGraphSchema_Statics::Class_MetaDataParams)
};
void UOptimusEditorGraphSchema::StaticRegisterNativesUOptimusEditorGraphSchema()
{
}
UClass* Z_Construct_UClass_UOptimusEditorGraphSchema()
{
if (!Z_Registration_Info_UClass_UOptimusEditorGraphSchema.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UOptimusEditorGraphSchema.OuterSingleton, Z_Construct_UClass_UOptimusEditorGraphSchema_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UOptimusEditorGraphSchema.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UOptimusEditorGraphSchema);
UOptimusEditorGraphSchema::~UOptimusEditorGraphSchema() {}
// ********** End Class UOptimusEditorGraphSchema **************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchema_h__Script_OptimusEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UOptimusEditorGraphSchema, UOptimusEditorGraphSchema::StaticClass, TEXT("UOptimusEditorGraphSchema"), &Z_Registration_Info_UClass_UOptimusEditorGraphSchema, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UOptimusEditorGraphSchema), 3037800966U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchema_h__Script_OptimusEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchema_h__Script_OptimusEditor_1453010626{
TEXT("/Script/OptimusEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchema_h__Script_OptimusEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchema_h__Script_OptimusEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,61 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "OptimusEditorGraphSchema.h"
#ifdef OPTIMUSEDITOR_OptimusEditorGraphSchema_generated_h
#error "OptimusEditorGraphSchema.generated.h already included, missing '#pragma once' in OptimusEditorGraphSchema.h"
#endif
#define OPTIMUSEDITOR_OptimusEditorGraphSchema_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UOptimusEditorGraphSchema ************************************************
struct Z_Construct_UClass_UOptimusEditorGraphSchema_Statics;
OPTIMUSEDITOR_API UClass* Z_Construct_UClass_UOptimusEditorGraphSchema_NoRegister();
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchema_h_19_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUOptimusEditorGraphSchema(); \
friend struct ::Z_Construct_UClass_UOptimusEditorGraphSchema_Statics; \
static UClass* GetPrivateStaticClass(); \
friend OPTIMUSEDITOR_API UClass* ::Z_Construct_UClass_UOptimusEditorGraphSchema_NoRegister(); \
public: \
DECLARE_CLASS2(UOptimusEditorGraphSchema, UEdGraphSchema, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/OptimusEditor"), Z_Construct_UClass_UOptimusEditorGraphSchema_NoRegister) \
DECLARE_SERIALIZER(UOptimusEditorGraphSchema)
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchema_h_19_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UOptimusEditorGraphSchema(UOptimusEditorGraphSchema&&) = delete; \
UOptimusEditorGraphSchema(const UOptimusEditorGraphSchema&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UOptimusEditorGraphSchema); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UOptimusEditorGraphSchema); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UOptimusEditorGraphSchema) \
NO_API virtual ~UOptimusEditorGraphSchema();
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchema_h_16_PROLOG
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchema_h_19_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchema_h_19_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchema_h_19_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UOptimusEditorGraphSchema;
// ********** End Class UOptimusEditorGraphSchema **************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchema_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,627 @@
// 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 "OptimusEditorGraphSchemaActions.h"
#include "OptimusDataType.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeOptimusEditorGraphSchemaActions() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FEdGraphSchemaAction();
OPTIMUSCORE_API UClass* Z_Construct_UClass_UOptimusComputeDataInterface_NoRegister();
OPTIMUSCORE_API UClass* Z_Construct_UClass_UOptimusNode_NoRegister();
OPTIMUSCORE_API UScriptStruct* Z_Construct_UScriptStruct_FOptimusDataTypeRef();
OPTIMUSEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewCommentNode();
OPTIMUSEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode();
OPTIMUSEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode();
OPTIMUSEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewFunctionReferenceNode();
OPTIMUSEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewLoopTerminalNodes();
OPTIMUSEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewNode();
OPTIMUSEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FOptimusSchemaAction_Binding();
OPTIMUSEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FOptimusSchemaAction_Graph();
OPTIMUSEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FOptimusSchemaAction_Resource();
OPTIMUSEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FOptimusSchemaAction_Variable();
UPackage* Z_Construct_UPackage__Script_OptimusEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewNode *********************************
struct Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewNode_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FOptimusGraphSchemaAction_NewNode); }
static inline consteval int16 GetStructAlignment() { return alignof(FOptimusGraphSchemaAction_NewNode); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/// Action to add a new Optimus node to the graph\n" },
{ "ModuleRelativePath", "Private/OptimusEditorGraphSchemaActions.h" },
{ "ToolTip", "Action to add a new Optimus node to the graph" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NodeClass_MetaData[] = {
{ "ModuleRelativePath", "Private/OptimusEditorGraphSchemaActions.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewNode constinit property declarations *
static const UECodeGen_Private::FClassPropertyParams NewProp_NodeClass;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewNode constinit property declarations ***
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FOptimusGraphSchemaAction_NewNode>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewNode_Statics
static_assert(std::is_polymorphic<FOptimusGraphSchemaAction_NewNode>() == std::is_polymorphic<FEdGraphSchemaAction>(), "USTRUCT FOptimusGraphSchemaAction_NewNode cannot be polymorphic unless super FEdGraphSchemaAction is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewNode;
class UScriptStruct* FOptimusGraphSchemaAction_NewNode::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewNode.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewNode, (UObject*)Z_Construct_UPackage__Script_OptimusEditor(), TEXT("OptimusGraphSchemaAction_NewNode"));
}
return Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewNode.OuterSingleton;
}
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewNode Property Definitions ************
const UECodeGen_Private::FClassPropertyParams Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewNode_Statics::NewProp_NodeClass = { "NodeClass", nullptr, (EPropertyFlags)0x0014000000000000, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FOptimusGraphSchemaAction_NewNode, NodeClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UOptimusNode_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NodeClass_MetaData), NewProp_NodeClass_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewNode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewNode_Statics::NewProp_NodeClass,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewNode_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewNode Property Definitions **************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewNode_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_OptimusEditor,
Z_Construct_UScriptStruct_FEdGraphSchemaAction,
&NewStructOps,
"OptimusGraphSchemaAction_NewNode",
Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewNode_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewNode_Statics::PropPointers),
sizeof(FOptimusGraphSchemaAction_NewNode),
alignof(FOptimusGraphSchemaAction_NewNode),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewNode_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewNode()
{
if (!Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewNode.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewNode.InnerSingleton, Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewNode_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewNode.InnerSingleton);
}
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewNode ***********************************
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewConstantValueNode ********************
struct Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FOptimusGraphSchemaAction_NewConstantValueNode); }
static inline consteval int16 GetStructAlignment() { return alignof(FOptimusGraphSchemaAction_NewConstantValueNode); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/OptimusEditorGraphSchemaActions.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DataType_MetaData[] = {
{ "ModuleRelativePath", "Private/OptimusEditorGraphSchemaActions.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewConstantValueNode constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_DataType;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewConstantValueNode constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FOptimusGraphSchemaAction_NewConstantValueNode>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode_Statics
static_assert(std::is_polymorphic<FOptimusGraphSchemaAction_NewConstantValueNode>() == std::is_polymorphic<FEdGraphSchemaAction>(), "USTRUCT FOptimusGraphSchemaAction_NewConstantValueNode cannot be polymorphic unless super FEdGraphSchemaAction is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode;
class UScriptStruct* FOptimusGraphSchemaAction_NewConstantValueNode::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode, (UObject*)Z_Construct_UPackage__Script_OptimusEditor(), TEXT("OptimusGraphSchemaAction_NewConstantValueNode"));
}
return Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode.OuterSingleton;
}
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewConstantValueNode Property Definitions
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode_Statics::NewProp_DataType = { "DataType", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FOptimusGraphSchemaAction_NewConstantValueNode, DataType), Z_Construct_UScriptStruct_FOptimusDataTypeRef, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DataType_MetaData), NewProp_DataType_MetaData) }; // 1279425186
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode_Statics::NewProp_DataType,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewConstantValueNode Property Definitions *
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_OptimusEditor,
Z_Construct_UScriptStruct_FEdGraphSchemaAction,
&NewStructOps,
"OptimusGraphSchemaAction_NewConstantValueNode",
Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode_Statics::PropPointers),
sizeof(FOptimusGraphSchemaAction_NewConstantValueNode),
alignof(FOptimusGraphSchemaAction_NewConstantValueNode),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode()
{
if (!Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode.InnerSingleton, Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode.InnerSingleton);
}
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewConstantValueNode **********************
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewDataInterfaceNode ********************
struct Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FOptimusGraphSchemaAction_NewDataInterfaceNode); }
static inline consteval int16 GetStructAlignment() { return alignof(FOptimusGraphSchemaAction_NewDataInterfaceNode); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/OptimusEditorGraphSchemaActions.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DataInterfaceClass_MetaData[] = {
{ "ModuleRelativePath", "Private/OptimusEditorGraphSchemaActions.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewDataInterfaceNode constinit property declarations
static const UECodeGen_Private::FClassPropertyParams NewProp_DataInterfaceClass;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewDataInterfaceNode constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FOptimusGraphSchemaAction_NewDataInterfaceNode>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode_Statics
static_assert(std::is_polymorphic<FOptimusGraphSchemaAction_NewDataInterfaceNode>() == std::is_polymorphic<FEdGraphSchemaAction>(), "USTRUCT FOptimusGraphSchemaAction_NewDataInterfaceNode cannot be polymorphic unless super FEdGraphSchemaAction is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode;
class UScriptStruct* FOptimusGraphSchemaAction_NewDataInterfaceNode::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode, (UObject*)Z_Construct_UPackage__Script_OptimusEditor(), TEXT("OptimusGraphSchemaAction_NewDataInterfaceNode"));
}
return Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode.OuterSingleton;
}
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewDataInterfaceNode Property Definitions
const UECodeGen_Private::FClassPropertyParams Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode_Statics::NewProp_DataInterfaceClass = { "DataInterfaceClass", nullptr, (EPropertyFlags)0x0014000000000000, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FOptimusGraphSchemaAction_NewDataInterfaceNode, DataInterfaceClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UOptimusComputeDataInterface_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DataInterfaceClass_MetaData), NewProp_DataInterfaceClass_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode_Statics::NewProp_DataInterfaceClass,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewDataInterfaceNode Property Definitions *
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_OptimusEditor,
Z_Construct_UScriptStruct_FEdGraphSchemaAction,
&NewStructOps,
"OptimusGraphSchemaAction_NewDataInterfaceNode",
Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode_Statics::PropPointers),
sizeof(FOptimusGraphSchemaAction_NewDataInterfaceNode),
alignof(FOptimusGraphSchemaAction_NewDataInterfaceNode),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode()
{
if (!Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode.InnerSingleton, Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode.InnerSingleton);
}
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewDataInterfaceNode **********************
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewLoopTerminalNodes ********************
struct Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewLoopTerminalNodes_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FOptimusGraphSchemaAction_NewLoopTerminalNodes); }
static inline consteval int16 GetStructAlignment() { return alignof(FOptimusGraphSchemaAction_NewLoopTerminalNodes); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/OptimusEditorGraphSchemaActions.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewLoopTerminalNodes constinit property declarations
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewLoopTerminalNodes constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FOptimusGraphSchemaAction_NewLoopTerminalNodes>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewLoopTerminalNodes_Statics
static_assert(std::is_polymorphic<FOptimusGraphSchemaAction_NewLoopTerminalNodes>() == std::is_polymorphic<FEdGraphSchemaAction>(), "USTRUCT FOptimusGraphSchemaAction_NewLoopTerminalNodes cannot be polymorphic unless super FEdGraphSchemaAction is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewLoopTerminalNodes;
class UScriptStruct* FOptimusGraphSchemaAction_NewLoopTerminalNodes::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewLoopTerminalNodes.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewLoopTerminalNodes.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewLoopTerminalNodes, (UObject*)Z_Construct_UPackage__Script_OptimusEditor(), TEXT("OptimusGraphSchemaAction_NewLoopTerminalNodes"));
}
return Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewLoopTerminalNodes.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewLoopTerminalNodes_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_OptimusEditor,
Z_Construct_UScriptStruct_FEdGraphSchemaAction,
&NewStructOps,
"OptimusGraphSchemaAction_NewLoopTerminalNodes",
nullptr,
0,
sizeof(FOptimusGraphSchemaAction_NewLoopTerminalNodes),
alignof(FOptimusGraphSchemaAction_NewLoopTerminalNodes),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewLoopTerminalNodes_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewLoopTerminalNodes_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewLoopTerminalNodes()
{
if (!Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewLoopTerminalNodes.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewLoopTerminalNodes.InnerSingleton, Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewLoopTerminalNodes_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewLoopTerminalNodes.InnerSingleton);
}
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewLoopTerminalNodes **********************
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewCommentNode **************************
struct Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewCommentNode_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FOptimusGraphSchemaAction_NewCommentNode); }
static inline consteval int16 GetStructAlignment() { return alignof(FOptimusGraphSchemaAction_NewCommentNode); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/OptimusEditorGraphSchemaActions.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewCommentNode constinit property declarations
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewCommentNode constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FOptimusGraphSchemaAction_NewCommentNode>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewCommentNode_Statics
static_assert(std::is_polymorphic<FOptimusGraphSchemaAction_NewCommentNode>() == std::is_polymorphic<FEdGraphSchemaAction>(), "USTRUCT FOptimusGraphSchemaAction_NewCommentNode cannot be polymorphic unless super FEdGraphSchemaAction is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewCommentNode;
class UScriptStruct* FOptimusGraphSchemaAction_NewCommentNode::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewCommentNode.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewCommentNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewCommentNode, (UObject*)Z_Construct_UPackage__Script_OptimusEditor(), TEXT("OptimusGraphSchemaAction_NewCommentNode"));
}
return Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewCommentNode.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewCommentNode_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_OptimusEditor,
Z_Construct_UScriptStruct_FEdGraphSchemaAction,
&NewStructOps,
"OptimusGraphSchemaAction_NewCommentNode",
nullptr,
0,
sizeof(FOptimusGraphSchemaAction_NewCommentNode),
alignof(FOptimusGraphSchemaAction_NewCommentNode),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewCommentNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewCommentNode_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewCommentNode()
{
if (!Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewCommentNode.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewCommentNode.InnerSingleton, Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewCommentNode_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewCommentNode.InnerSingleton);
}
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewCommentNode ****************************
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewFunctionReferenceNode ****************
struct Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewFunctionReferenceNode_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FOptimusGraphSchemaAction_NewFunctionReferenceNode); }
static inline consteval int16 GetStructAlignment() { return alignof(FOptimusGraphSchemaAction_NewFunctionReferenceNode); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/OptimusEditorGraphSchemaActions.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewFunctionReferenceNode constinit property declarations
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewFunctionReferenceNode constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FOptimusGraphSchemaAction_NewFunctionReferenceNode>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewFunctionReferenceNode_Statics
static_assert(std::is_polymorphic<FOptimusGraphSchemaAction_NewFunctionReferenceNode>() == std::is_polymorphic<FEdGraphSchemaAction>(), "USTRUCT FOptimusGraphSchemaAction_NewFunctionReferenceNode cannot be polymorphic unless super FEdGraphSchemaAction is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewFunctionReferenceNode;
class UScriptStruct* FOptimusGraphSchemaAction_NewFunctionReferenceNode::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewFunctionReferenceNode.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewFunctionReferenceNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewFunctionReferenceNode, (UObject*)Z_Construct_UPackage__Script_OptimusEditor(), TEXT("OptimusGraphSchemaAction_NewFunctionReferenceNode"));
}
return Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewFunctionReferenceNode.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewFunctionReferenceNode_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_OptimusEditor,
Z_Construct_UScriptStruct_FEdGraphSchemaAction,
&NewStructOps,
"OptimusGraphSchemaAction_NewFunctionReferenceNode",
nullptr,
0,
sizeof(FOptimusGraphSchemaAction_NewFunctionReferenceNode),
alignof(FOptimusGraphSchemaAction_NewFunctionReferenceNode),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewFunctionReferenceNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewFunctionReferenceNode_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewFunctionReferenceNode()
{
if (!Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewFunctionReferenceNode.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewFunctionReferenceNode.InnerSingleton, Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewFunctionReferenceNode_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewFunctionReferenceNode.InnerSingleton);
}
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewFunctionReferenceNode ******************
// ********** Begin ScriptStruct FOptimusSchemaAction_Graph ****************************************
struct Z_Construct_UScriptStruct_FOptimusSchemaAction_Graph_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FOptimusSchemaAction_Graph); }
static inline consteval int16 GetStructAlignment() { return alignof(FOptimusSchemaAction_Graph); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/// Reference to a UOptimusNodeGraph.\n" },
{ "ModuleRelativePath", "Private/OptimusEditorGraphSchemaActions.h" },
{ "ToolTip", "Reference to a UOptimusNodeGraph." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FOptimusSchemaAction_Graph constinit property declarations ********
// ********** End ScriptStruct FOptimusSchemaAction_Graph constinit property declarations **********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FOptimusSchemaAction_Graph>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FOptimusSchemaAction_Graph_Statics
static_assert(std::is_polymorphic<FOptimusSchemaAction_Graph>() == std::is_polymorphic<FEdGraphSchemaAction>(), "USTRUCT FOptimusSchemaAction_Graph cannot be polymorphic unless super FEdGraphSchemaAction is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Graph;
class UScriptStruct* FOptimusSchemaAction_Graph::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Graph.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Graph.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FOptimusSchemaAction_Graph, (UObject*)Z_Construct_UPackage__Script_OptimusEditor(), TEXT("OptimusSchemaAction_Graph"));
}
return Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Graph.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FOptimusSchemaAction_Graph_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_OptimusEditor,
Z_Construct_UScriptStruct_FEdGraphSchemaAction,
&NewStructOps,
"OptimusSchemaAction_Graph",
nullptr,
0,
sizeof(FOptimusSchemaAction_Graph),
alignof(FOptimusSchemaAction_Graph),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FOptimusSchemaAction_Graph_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FOptimusSchemaAction_Graph_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FOptimusSchemaAction_Graph()
{
if (!Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Graph.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Graph.InnerSingleton, Z_Construct_UScriptStruct_FOptimusSchemaAction_Graph_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Graph.InnerSingleton);
}
// ********** End ScriptStruct FOptimusSchemaAction_Graph ******************************************
// ********** Begin ScriptStruct FOptimusSchemaAction_Binding **************************************
struct Z_Construct_UScriptStruct_FOptimusSchemaAction_Binding_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FOptimusSchemaAction_Binding); }
static inline consteval int16 GetStructAlignment() { return alignof(FOptimusSchemaAction_Binding); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/// Reference to a UOptimusComponentSourceBinding.\n" },
{ "ModuleRelativePath", "Private/OptimusEditorGraphSchemaActions.h" },
{ "ToolTip", "Reference to a UOptimusComponentSourceBinding." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FOptimusSchemaAction_Binding constinit property declarations ******
// ********** End ScriptStruct FOptimusSchemaAction_Binding constinit property declarations ********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FOptimusSchemaAction_Binding>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FOptimusSchemaAction_Binding_Statics
static_assert(std::is_polymorphic<FOptimusSchemaAction_Binding>() == std::is_polymorphic<FEdGraphSchemaAction>(), "USTRUCT FOptimusSchemaAction_Binding cannot be polymorphic unless super FEdGraphSchemaAction is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Binding;
class UScriptStruct* FOptimusSchemaAction_Binding::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Binding.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Binding.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FOptimusSchemaAction_Binding, (UObject*)Z_Construct_UPackage__Script_OptimusEditor(), TEXT("OptimusSchemaAction_Binding"));
}
return Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Binding.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FOptimusSchemaAction_Binding_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_OptimusEditor,
Z_Construct_UScriptStruct_FEdGraphSchemaAction,
&NewStructOps,
"OptimusSchemaAction_Binding",
nullptr,
0,
sizeof(FOptimusSchemaAction_Binding),
alignof(FOptimusSchemaAction_Binding),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FOptimusSchemaAction_Binding_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FOptimusSchemaAction_Binding_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FOptimusSchemaAction_Binding()
{
if (!Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Binding.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Binding.InnerSingleton, Z_Construct_UScriptStruct_FOptimusSchemaAction_Binding_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Binding.InnerSingleton);
}
// ********** End ScriptStruct FOptimusSchemaAction_Binding ****************************************
// ********** Begin ScriptStruct FOptimusSchemaAction_Resource *************************************
struct Z_Construct_UScriptStruct_FOptimusSchemaAction_Resource_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FOptimusSchemaAction_Resource); }
static inline consteval int16 GetStructAlignment() { return alignof(FOptimusSchemaAction_Resource); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/// Reference to a UOptimusResourceDescription.\n" },
{ "ModuleRelativePath", "Private/OptimusEditorGraphSchemaActions.h" },
{ "ToolTip", "Reference to a UOptimusResourceDescription." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FOptimusSchemaAction_Resource constinit property declarations *****
// ********** End ScriptStruct FOptimusSchemaAction_Resource constinit property declarations *******
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FOptimusSchemaAction_Resource>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FOptimusSchemaAction_Resource_Statics
static_assert(std::is_polymorphic<FOptimusSchemaAction_Resource>() == std::is_polymorphic<FEdGraphSchemaAction>(), "USTRUCT FOptimusSchemaAction_Resource cannot be polymorphic unless super FEdGraphSchemaAction is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Resource;
class UScriptStruct* FOptimusSchemaAction_Resource::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Resource.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Resource.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FOptimusSchemaAction_Resource, (UObject*)Z_Construct_UPackage__Script_OptimusEditor(), TEXT("OptimusSchemaAction_Resource"));
}
return Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Resource.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FOptimusSchemaAction_Resource_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_OptimusEditor,
Z_Construct_UScriptStruct_FEdGraphSchemaAction,
&NewStructOps,
"OptimusSchemaAction_Resource",
nullptr,
0,
sizeof(FOptimusSchemaAction_Resource),
alignof(FOptimusSchemaAction_Resource),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FOptimusSchemaAction_Resource_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FOptimusSchemaAction_Resource_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FOptimusSchemaAction_Resource()
{
if (!Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Resource.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Resource.InnerSingleton, Z_Construct_UScriptStruct_FOptimusSchemaAction_Resource_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Resource.InnerSingleton);
}
// ********** End ScriptStruct FOptimusSchemaAction_Resource ***************************************
// ********** Begin ScriptStruct FOptimusSchemaAction_Variable *************************************
struct Z_Construct_UScriptStruct_FOptimusSchemaAction_Variable_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FOptimusSchemaAction_Variable); }
static inline consteval int16 GetStructAlignment() { return alignof(FOptimusSchemaAction_Variable); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/// Reference to a UOptimusVariableDescription.\n" },
{ "ModuleRelativePath", "Private/OptimusEditorGraphSchemaActions.h" },
{ "ToolTip", "Reference to a UOptimusVariableDescription." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FOptimusSchemaAction_Variable constinit property declarations *****
// ********** End ScriptStruct FOptimusSchemaAction_Variable constinit property declarations *******
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FOptimusSchemaAction_Variable>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FOptimusSchemaAction_Variable_Statics
static_assert(std::is_polymorphic<FOptimusSchemaAction_Variable>() == std::is_polymorphic<FEdGraphSchemaAction>(), "USTRUCT FOptimusSchemaAction_Variable cannot be polymorphic unless super FEdGraphSchemaAction is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Variable;
class UScriptStruct* FOptimusSchemaAction_Variable::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Variable.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Variable.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FOptimusSchemaAction_Variable, (UObject*)Z_Construct_UPackage__Script_OptimusEditor(), TEXT("OptimusSchemaAction_Variable"));
}
return Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Variable.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FOptimusSchemaAction_Variable_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_OptimusEditor,
Z_Construct_UScriptStruct_FEdGraphSchemaAction,
&NewStructOps,
"OptimusSchemaAction_Variable",
nullptr,
0,
sizeof(FOptimusSchemaAction_Variable),
alignof(FOptimusSchemaAction_Variable),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FOptimusSchemaAction_Variable_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FOptimusSchemaAction_Variable_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FOptimusSchemaAction_Variable()
{
if (!Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Variable.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Variable.InnerSingleton, Z_Construct_UScriptStruct_FOptimusSchemaAction_Variable_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Variable.InnerSingleton);
}
// ********** End ScriptStruct FOptimusSchemaAction_Variable ***************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchemaActions_h__Script_OptimusEditor_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FOptimusGraphSchemaAction_NewNode::StaticStruct, Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewNode_Statics::NewStructOps, TEXT("OptimusGraphSchemaAction_NewNode"),&Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FOptimusGraphSchemaAction_NewNode), 4167537809U) },
{ FOptimusGraphSchemaAction_NewConstantValueNode::StaticStruct, Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode_Statics::NewStructOps, TEXT("OptimusGraphSchemaAction_NewConstantValueNode"),&Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FOptimusGraphSchemaAction_NewConstantValueNode), 196064030U) },
{ FOptimusGraphSchemaAction_NewDataInterfaceNode::StaticStruct, Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode_Statics::NewStructOps, TEXT("OptimusGraphSchemaAction_NewDataInterfaceNode"),&Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FOptimusGraphSchemaAction_NewDataInterfaceNode), 2041447684U) },
{ FOptimusGraphSchemaAction_NewLoopTerminalNodes::StaticStruct, Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewLoopTerminalNodes_Statics::NewStructOps, TEXT("OptimusGraphSchemaAction_NewLoopTerminalNodes"),&Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewLoopTerminalNodes, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FOptimusGraphSchemaAction_NewLoopTerminalNodes), 3291583205U) },
{ FOptimusGraphSchemaAction_NewCommentNode::StaticStruct, Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewCommentNode_Statics::NewStructOps, TEXT("OptimusGraphSchemaAction_NewCommentNode"),&Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewCommentNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FOptimusGraphSchemaAction_NewCommentNode), 400428091U) },
{ FOptimusGraphSchemaAction_NewFunctionReferenceNode::StaticStruct, Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewFunctionReferenceNode_Statics::NewStructOps, TEXT("OptimusGraphSchemaAction_NewFunctionReferenceNode"),&Z_Registration_Info_UScriptStruct_FOptimusGraphSchemaAction_NewFunctionReferenceNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FOptimusGraphSchemaAction_NewFunctionReferenceNode), 2580713665U) },
{ FOptimusSchemaAction_Graph::StaticStruct, Z_Construct_UScriptStruct_FOptimusSchemaAction_Graph_Statics::NewStructOps, TEXT("OptimusSchemaAction_Graph"),&Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Graph, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FOptimusSchemaAction_Graph), 1598362081U) },
{ FOptimusSchemaAction_Binding::StaticStruct, Z_Construct_UScriptStruct_FOptimusSchemaAction_Binding_Statics::NewStructOps, TEXT("OptimusSchemaAction_Binding"),&Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Binding, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FOptimusSchemaAction_Binding), 2539904661U) },
{ FOptimusSchemaAction_Resource::StaticStruct, Z_Construct_UScriptStruct_FOptimusSchemaAction_Resource_Statics::NewStructOps, TEXT("OptimusSchemaAction_Resource"),&Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Resource, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FOptimusSchemaAction_Resource), 1141048094U) },
{ FOptimusSchemaAction_Variable::StaticStruct, Z_Construct_UScriptStruct_FOptimusSchemaAction_Variable_Statics::NewStructOps, TEXT("OptimusSchemaAction_Variable"),&Z_Registration_Info_UScriptStruct_FOptimusSchemaAction_Variable, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FOptimusSchemaAction_Variable), 1241941873U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchemaActions_h__Script_OptimusEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchemaActions_h__Script_OptimusEditor_3872914037{
TEXT("/Script/OptimusEditor"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchemaActions_h__Script_OptimusEditor_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchemaActions_h__Script_OptimusEditor_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,132 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "OptimusEditorGraphSchemaActions.h"
#ifdef OPTIMUSEDITOR_OptimusEditorGraphSchemaActions_generated_h
#error "OptimusEditorGraphSchemaActions.generated.h already included, missing '#pragma once' in OptimusEditorGraphSchemaActions.h"
#endif
#define OPTIMUSEDITOR_OptimusEditorGraphSchemaActions_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewNode *********************************
struct Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewNode_Statics;
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchemaActions_h_39_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewNode_Statics; \
OPTIMUSEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FEdGraphSchemaAction Super;
struct FOptimusGraphSchemaAction_NewNode;
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewNode ***********************************
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewConstantValueNode ********************
struct Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode_Statics;
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchemaActions_h_58_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewConstantValueNode_Statics; \
OPTIMUSEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FEdGraphSchemaAction Super;
struct FOptimusGraphSchemaAction_NewConstantValueNode;
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewConstantValueNode **********************
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewDataInterfaceNode ********************
struct Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode_Statics;
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchemaActions_h_77_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewDataInterfaceNode_Statics; \
OPTIMUSEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FEdGraphSchemaAction Super;
struct FOptimusGraphSchemaAction_NewDataInterfaceNode;
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewDataInterfaceNode **********************
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewLoopTerminalNodes ********************
struct Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewLoopTerminalNodes_Statics;
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchemaActions_h_96_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewLoopTerminalNodes_Statics; \
OPTIMUSEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FEdGraphSchemaAction Super;
struct FOptimusGraphSchemaAction_NewLoopTerminalNodes;
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewLoopTerminalNodes **********************
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewCommentNode **************************
struct Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewCommentNode_Statics;
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchemaActions_h_111_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewCommentNode_Statics; \
OPTIMUSEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FEdGraphSchemaAction Super;
struct FOptimusGraphSchemaAction_NewCommentNode;
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewCommentNode ****************************
// ********** Begin ScriptStruct FOptimusGraphSchemaAction_NewFunctionReferenceNode ****************
struct Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewFunctionReferenceNode_Statics;
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchemaActions_h_128_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FOptimusGraphSchemaAction_NewFunctionReferenceNode_Statics; \
OPTIMUSEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FEdGraphSchemaAction Super;
struct FOptimusGraphSchemaAction_NewFunctionReferenceNode;
// ********** End ScriptStruct FOptimusGraphSchemaAction_NewFunctionReferenceNode ******************
// ********** Begin ScriptStruct FOptimusSchemaAction_Graph ****************************************
struct Z_Construct_UScriptStruct_FOptimusSchemaAction_Graph_Statics;
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchemaActions_h_149_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FOptimusSchemaAction_Graph_Statics; \
OPTIMUSEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FEdGraphSchemaAction Super;
struct FOptimusSchemaAction_Graph;
// ********** End ScriptStruct FOptimusSchemaAction_Graph ******************************************
// ********** Begin ScriptStruct FOptimusSchemaAction_Binding **************************************
struct Z_Construct_UScriptStruct_FOptimusSchemaAction_Binding_Statics;
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchemaActions_h_177_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FOptimusSchemaAction_Binding_Statics; \
OPTIMUSEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FEdGraphSchemaAction Super;
struct FOptimusSchemaAction_Binding;
// ********** End ScriptStruct FOptimusSchemaAction_Binding ****************************************
// ********** Begin ScriptStruct FOptimusSchemaAction_Resource *************************************
struct Z_Construct_UScriptStruct_FOptimusSchemaAction_Resource_Statics;
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchemaActions_h_200_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FOptimusSchemaAction_Resource_Statics; \
OPTIMUSEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FEdGraphSchemaAction Super;
struct FOptimusSchemaAction_Resource;
// ********** End ScriptStruct FOptimusSchemaAction_Resource ***************************************
// ********** Begin ScriptStruct FOptimusSchemaAction_Variable *************************************
struct Z_Construct_UScriptStruct_FOptimusSchemaAction_Variable_Statics;
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchemaActions_h_224_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FOptimusSchemaAction_Variable_Statics; \
OPTIMUSEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FEdGraphSchemaAction Super;
struct FOptimusSchemaAction_Variable;
// ********** End ScriptStruct FOptimusSchemaAction_Variable ***************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusEditorGraphSchemaActions_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,119 @@
// 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 "OptimusSourceFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeOptimusSourceFactory() {}
// ********** Begin Cross Module References ********************************************************
OPTIMUSEDITOR_API UClass* Z_Construct_UClass_UOptimusSourceFactory();
OPTIMUSEDITOR_API UClass* Z_Construct_UClass_UOptimusSourceFactory_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_OptimusEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UOptimusSourceFactory ****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UOptimusSourceFactory;
UClass* UOptimusSourceFactory::GetPrivateStaticClass()
{
using TClass = UOptimusSourceFactory;
if (!Z_Registration_Info_UClass_UOptimusSourceFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("OptimusSourceFactory"),
Z_Registration_Info_UClass_UOptimusSourceFactory.InnerSingleton,
StaticRegisterNativesUOptimusSourceFactory,
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_UOptimusSourceFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UOptimusSourceFactory_NoRegister()
{
return UOptimusSourceFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UOptimusSourceFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object" },
{ "IncludePath", "OptimusSourceFactory.h" },
{ "ModuleRelativePath", "Private/OptimusSourceFactory.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UOptimusSourceFactory constinit property declarations ********************
// ********** End Class UOptimusSourceFactory constinit property declarations **********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UOptimusSourceFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UOptimusSourceFactory_Statics
UObject* (*const Z_Construct_UClass_UOptimusSourceFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_OptimusEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOptimusSourceFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UOptimusSourceFactory_Statics::ClassParams = {
&UOptimusSourceFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UOptimusSourceFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UOptimusSourceFactory_Statics::Class_MetaDataParams)
};
void UOptimusSourceFactory::StaticRegisterNativesUOptimusSourceFactory()
{
}
UClass* Z_Construct_UClass_UOptimusSourceFactory()
{
if (!Z_Registration_Info_UClass_UOptimusSourceFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UOptimusSourceFactory.OuterSingleton, Z_Construct_UClass_UOptimusSourceFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UOptimusSourceFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UOptimusSourceFactory);
UOptimusSourceFactory::~UOptimusSourceFactory() {}
// ********** End Class UOptimusSourceFactory ******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusSourceFactory_h__Script_OptimusEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UOptimusSourceFactory, UOptimusSourceFactory::StaticClass, TEXT("UOptimusSourceFactory"), &Z_Registration_Info_UClass_UOptimusSourceFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UOptimusSourceFactory), 2731031107U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusSourceFactory_h__Script_OptimusEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusSourceFactory_h__Script_OptimusEditor_2707320944{
TEXT("/Script/OptimusEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusSourceFactory_h__Script_OptimusEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusSourceFactory_h__Script_OptimusEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,61 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "OptimusSourceFactory.h"
#ifdef OPTIMUSEDITOR_OptimusSourceFactory_generated_h
#error "OptimusSourceFactory.generated.h already included, missing '#pragma once' in OptimusSourceFactory.h"
#endif
#define OPTIMUSEDITOR_OptimusSourceFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UOptimusSourceFactory ****************************************************
struct Z_Construct_UClass_UOptimusSourceFactory_Statics;
OPTIMUSEDITOR_API UClass* Z_Construct_UClass_UOptimusSourceFactory_NoRegister();
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusSourceFactory_h_11_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUOptimusSourceFactory(); \
friend struct ::Z_Construct_UClass_UOptimusSourceFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend OPTIMUSEDITOR_API UClass* ::Z_Construct_UClass_UOptimusSourceFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UOptimusSourceFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/OptimusEditor"), Z_Construct_UClass_UOptimusSourceFactory_NoRegister) \
DECLARE_SERIALIZER(UOptimusSourceFactory)
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusSourceFactory_h_11_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UOptimusSourceFactory(UOptimusSourceFactory&&) = delete; \
UOptimusSourceFactory(const UOptimusSourceFactory&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UOptimusSourceFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UOptimusSourceFactory); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UOptimusSourceFactory) \
NO_API virtual ~UOptimusSourceFactory();
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusSourceFactory_h_8_PROLOG
#define FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusSourceFactory_h_11_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusSourceFactory_h_11_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusSourceFactory_h_11_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UOptimusSourceFactory;
// ********** End Class UOptimusSourceFactory ******************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Animation_DeformerGraph_Source_OptimusEditor_Private_OptimusSourceFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,7 @@
D:\UE_5_7_1\Engine\Plugins\Animation\DeformerGraph\Source\OptimusEditor\Private\OptimusDeformerFactory.h
D:\UE_5_7_1\Engine\Plugins\Animation\DeformerGraph\Source\OptimusEditor\Private\OptimusEditorGraph.h
D:\UE_5_7_1\Engine\Plugins\Animation\DeformerGraph\Source\OptimusEditor\Private\OptimusEditorGraphNode_Comment.h
D:\UE_5_7_1\Engine\Plugins\Animation\DeformerGraph\Source\OptimusEditor\Private\OptimusEditorGraphNode.h
D:\UE_5_7_1\Engine\Plugins\Animation\DeformerGraph\Source\OptimusEditor\Private\OptimusEditorGraphSchema.h
D:\UE_5_7_1\Engine\Plugins\Animation\DeformerGraph\Source\OptimusEditor\Private\OptimusEditorGraphSchemaActions.h
D:\UE_5_7_1\Engine\Plugins\Animation\DeformerGraph\Source\OptimusEditor\Private\OptimusSourceFactory.h