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,458 @@
// 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 "Dataflow/AssetDefinition_DataflowAsset.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeAssetDefinition_DataflowAsset() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_DataflowAsset();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_DataflowAsset_NoRegister();
DATAFLOWEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowCommentNodeData();
DATAFLOWEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowConnectionData();
DATAFLOWEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowCopyPasteContent();
DATAFLOWEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowNodeData();
UNREALED_API UClass* Z_Construct_UClass_UAssetDefinitionDefault();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FDataflowNodeData *************************************************
struct Z_Construct_UScriptStruct_FDataflowNodeData_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FDataflowNodeData); }
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowNodeData); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "//\n// Copy/Paste structs\n//\n" },
{ "ModuleRelativePath", "Public/Dataflow/AssetDefinition_DataflowAsset.h" },
{ "ToolTip", "Copy/Paste structs" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Type_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/AssetDefinition_DataflowAsset.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/AssetDefinition_DataflowAsset.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Properties_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/AssetDefinition_DataflowAsset.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Position_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/AssetDefinition_DataflowAsset.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FDataflowNodeData constinit property declarations *****************
static const UECodeGen_Private::FStrPropertyParams NewProp_Type;
static const UECodeGen_Private::FStrPropertyParams NewProp_Name;
static const UECodeGen_Private::FStrPropertyParams NewProp_Properties;
static const UECodeGen_Private::FStructPropertyParams NewProp_Position;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FDataflowNodeData constinit property declarations *******************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowNodeData>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FDataflowNodeData_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowNodeData;
class UScriptStruct* FDataflowNodeData::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowNodeData.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FDataflowNodeData.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowNodeData, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("DataflowNodeData"));
}
return Z_Registration_Info_UScriptStruct_FDataflowNodeData.OuterSingleton;
}
// ********** Begin ScriptStruct FDataflowNodeData Property Definitions ****************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FDataflowNodeData_Statics::NewProp_Type = { "Type", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowNodeData, Type), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Type_MetaData), NewProp_Type_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FDataflowNodeData_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowNodeData, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FDataflowNodeData_Statics::NewProp_Properties = { "Properties", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowNodeData, Properties), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Properties_MetaData), NewProp_Properties_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowNodeData_Statics::NewProp_Position = { "Position", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowNodeData, Position), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Position_MetaData), NewProp_Position_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDataflowNodeData_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowNodeData_Statics::NewProp_Type,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowNodeData_Statics::NewProp_Name,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowNodeData_Statics::NewProp_Properties,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowNodeData_Statics::NewProp_Position,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowNodeData_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FDataflowNodeData Property Definitions ******************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowNodeData_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
nullptr,
&NewStructOps,
"DataflowNodeData",
Z_Construct_UScriptStruct_FDataflowNodeData_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowNodeData_Statics::PropPointers),
sizeof(FDataflowNodeData),
alignof(FDataflowNodeData),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowNodeData_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowNodeData_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FDataflowNodeData()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowNodeData.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowNodeData.InnerSingleton, Z_Construct_UScriptStruct_FDataflowNodeData_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowNodeData.InnerSingleton);
}
// ********** End ScriptStruct FDataflowNodeData ***************************************************
// ********** Begin ScriptStruct FDataflowCommentNodeData ******************************************
struct Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FDataflowCommentNodeData); }
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowCommentNodeData); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/Dataflow/AssetDefinition_DataflowAsset.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/AssetDefinition_DataflowAsset.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Size_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/AssetDefinition_DataflowAsset.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Color_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/AssetDefinition_DataflowAsset.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Position_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/AssetDefinition_DataflowAsset.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FontSize_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/AssetDefinition_DataflowAsset.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FDataflowCommentNodeData constinit property declarations **********
static const UECodeGen_Private::FStrPropertyParams NewProp_Name;
static const UECodeGen_Private::FStructPropertyParams NewProp_Size;
static const UECodeGen_Private::FStructPropertyParams NewProp_Color;
static const UECodeGen_Private::FStructPropertyParams NewProp_Position;
static const UECodeGen_Private::FIntPropertyParams NewProp_FontSize;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FDataflowCommentNodeData constinit property declarations ************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowCommentNodeData>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowCommentNodeData;
class UScriptStruct* FDataflowCommentNodeData::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowCommentNodeData.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FDataflowCommentNodeData.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowCommentNodeData, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("DataflowCommentNodeData"));
}
return Z_Registration_Info_UScriptStruct_FDataflowCommentNodeData.OuterSingleton;
}
// ********** Begin ScriptStruct FDataflowCommentNodeData Property Definitions *********************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCommentNodeData, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics::NewProp_Size = { "Size", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCommentNodeData, Size), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Size_MetaData), NewProp_Size_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics::NewProp_Color = { "Color", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCommentNodeData, Color), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Color_MetaData), NewProp_Color_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics::NewProp_Position = { "Position", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCommentNodeData, Position), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Position_MetaData), NewProp_Position_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics::NewProp_FontSize = { "FontSize", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCommentNodeData, FontSize), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FontSize_MetaData), NewProp_FontSize_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics::NewProp_Name,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics::NewProp_Size,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics::NewProp_Color,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics::NewProp_Position,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics::NewProp_FontSize,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FDataflowCommentNodeData Property Definitions ***********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
nullptr,
&NewStructOps,
"DataflowCommentNodeData",
Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics::PropPointers),
sizeof(FDataflowCommentNodeData),
alignof(FDataflowCommentNodeData),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FDataflowCommentNodeData()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowCommentNodeData.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowCommentNodeData.InnerSingleton, Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowCommentNodeData.InnerSingleton);
}
// ********** End ScriptStruct FDataflowCommentNodeData ********************************************
// ********** Begin ScriptStruct FDataflowConnectionData *******************************************
struct Z_Construct_UScriptStruct_FDataflowConnectionData_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FDataflowConnectionData); }
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowConnectionData); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/Dataflow/AssetDefinition_DataflowAsset.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Out_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/AssetDefinition_DataflowAsset.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_In_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/AssetDefinition_DataflowAsset.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FDataflowConnectionData constinit property declarations ***********
static const UECodeGen_Private::FStrPropertyParams NewProp_Out;
static const UECodeGen_Private::FStrPropertyParams NewProp_In;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FDataflowConnectionData constinit property declarations *************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowConnectionData>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FDataflowConnectionData_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowConnectionData;
class UScriptStruct* FDataflowConnectionData::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowConnectionData.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FDataflowConnectionData.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowConnectionData, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("DataflowConnectionData"));
}
return Z_Registration_Info_UScriptStruct_FDataflowConnectionData.OuterSingleton;
}
// ********** Begin ScriptStruct FDataflowConnectionData Property Definitions **********************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FDataflowConnectionData_Statics::NewProp_Out = { "Out", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowConnectionData, Out), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Out_MetaData), NewProp_Out_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FDataflowConnectionData_Statics::NewProp_In = { "In", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowConnectionData, In), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_In_MetaData), NewProp_In_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDataflowConnectionData_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowConnectionData_Statics::NewProp_Out,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowConnectionData_Statics::NewProp_In,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowConnectionData_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FDataflowConnectionData Property Definitions ************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowConnectionData_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
nullptr,
&NewStructOps,
"DataflowConnectionData",
Z_Construct_UScriptStruct_FDataflowConnectionData_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowConnectionData_Statics::PropPointers),
sizeof(FDataflowConnectionData),
alignof(FDataflowConnectionData),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowConnectionData_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowConnectionData_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FDataflowConnectionData()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowConnectionData.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowConnectionData.InnerSingleton, Z_Construct_UScriptStruct_FDataflowConnectionData_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowConnectionData.InnerSingleton);
}
// ********** End ScriptStruct FDataflowConnectionData *********************************************
// ********** Begin ScriptStruct FDataflowCopyPasteContent *****************************************
struct Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FDataflowCopyPasteContent); }
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowCopyPasteContent); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/Dataflow/AssetDefinition_DataflowAsset.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NodeData_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/AssetDefinition_DataflowAsset.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CommentNodeData_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/AssetDefinition_DataflowAsset.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConnectionData_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/AssetDefinition_DataflowAsset.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FDataflowCopyPasteContent constinit property declarations *********
static const UECodeGen_Private::FStructPropertyParams NewProp_NodeData_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_NodeData;
static const UECodeGen_Private::FStructPropertyParams NewProp_CommentNodeData_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_CommentNodeData;
static const UECodeGen_Private::FStructPropertyParams NewProp_ConnectionData_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ConnectionData;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FDataflowCopyPasteContent constinit property declarations ***********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowCopyPasteContent>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowCopyPasteContent;
class UScriptStruct* FDataflowCopyPasteContent::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowCopyPasteContent.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FDataflowCopyPasteContent.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowCopyPasteContent, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("DataflowCopyPasteContent"));
}
return Z_Registration_Info_UScriptStruct_FDataflowCopyPasteContent.OuterSingleton;
}
// ********** Begin ScriptStruct FDataflowCopyPasteContent Property Definitions ********************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::NewProp_NodeData_Inner = { "NodeData", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FDataflowNodeData, METADATA_PARAMS(0, nullptr) }; // 3588791579
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::NewProp_NodeData = { "NodeData", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCopyPasteContent, NodeData), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NodeData_MetaData), NewProp_NodeData_MetaData) }; // 3588791579
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::NewProp_CommentNodeData_Inner = { "CommentNodeData", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FDataflowCommentNodeData, METADATA_PARAMS(0, nullptr) }; // 991492436
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::NewProp_CommentNodeData = { "CommentNodeData", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCopyPasteContent, CommentNodeData), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CommentNodeData_MetaData), NewProp_CommentNodeData_MetaData) }; // 991492436
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::NewProp_ConnectionData_Inner = { "ConnectionData", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FDataflowConnectionData, METADATA_PARAMS(0, nullptr) }; // 322990678
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::NewProp_ConnectionData = { "ConnectionData", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCopyPasteContent, ConnectionData), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConnectionData_MetaData), NewProp_ConnectionData_MetaData) }; // 322990678
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::NewProp_NodeData_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::NewProp_NodeData,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::NewProp_CommentNodeData_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::NewProp_CommentNodeData,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::NewProp_ConnectionData_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::NewProp_ConnectionData,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FDataflowCopyPasteContent Property Definitions **********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
nullptr,
&NewStructOps,
"DataflowCopyPasteContent",
Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::PropPointers),
sizeof(FDataflowCopyPasteContent),
alignof(FDataflowCopyPasteContent),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FDataflowCopyPasteContent()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowCopyPasteContent.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowCopyPasteContent.InnerSingleton, Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowCopyPasteContent.InnerSingleton);
}
// ********** End ScriptStruct FDataflowCopyPasteContent *******************************************
// ********** Begin Class UAssetDefinition_DataflowAsset *******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAssetDefinition_DataflowAsset;
UClass* UAssetDefinition_DataflowAsset::GetPrivateStaticClass()
{
using TClass = UAssetDefinition_DataflowAsset;
if (!Z_Registration_Info_UClass_UAssetDefinition_DataflowAsset.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AssetDefinition_DataflowAsset"),
Z_Registration_Info_UClass_UAssetDefinition_DataflowAsset.InnerSingleton,
StaticRegisterNativesUAssetDefinition_DataflowAsset,
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_UAssetDefinition_DataflowAsset.InnerSingleton;
}
UClass* Z_Construct_UClass_UAssetDefinition_DataflowAsset_NoRegister()
{
return UAssetDefinition_DataflowAsset::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAssetDefinition_DataflowAsset_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Dataflow/AssetDefinition_DataflowAsset.h" },
{ "ModuleRelativePath", "Public/Dataflow/AssetDefinition_DataflowAsset.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UAssetDefinition_DataflowAsset constinit property declarations ***********
// ********** End Class UAssetDefinition_DataflowAsset constinit property declarations *************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UAssetDefinition_DataflowAsset>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAssetDefinition_DataflowAsset_Statics
UObject* (*const Z_Construct_UClass_UAssetDefinition_DataflowAsset_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UAssetDefinitionDefault,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAssetDefinition_DataflowAsset_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAssetDefinition_DataflowAsset_Statics::ClassParams = {
&UAssetDefinition_DataflowAsset::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAssetDefinition_DataflowAsset_Statics::Class_MetaDataParams), Z_Construct_UClass_UAssetDefinition_DataflowAsset_Statics::Class_MetaDataParams)
};
void UAssetDefinition_DataflowAsset::StaticRegisterNativesUAssetDefinition_DataflowAsset()
{
}
UClass* Z_Construct_UClass_UAssetDefinition_DataflowAsset()
{
if (!Z_Registration_Info_UClass_UAssetDefinition_DataflowAsset.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAssetDefinition_DataflowAsset.OuterSingleton, Z_Construct_UClass_UAssetDefinition_DataflowAsset_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAssetDefinition_DataflowAsset.OuterSingleton;
}
UAssetDefinition_DataflowAsset::UAssetDefinition_DataflowAsset() {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAssetDefinition_DataflowAsset);
UAssetDefinition_DataflowAsset::~UAssetDefinition_DataflowAsset() {}
// ********** End Class UAssetDefinition_DataflowAsset *********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowAsset_h__Script_DataflowEditor_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FDataflowNodeData::StaticStruct, Z_Construct_UScriptStruct_FDataflowNodeData_Statics::NewStructOps, TEXT("DataflowNodeData"),&Z_Registration_Info_UScriptStruct_FDataflowNodeData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowNodeData), 3588791579U) },
{ FDataflowCommentNodeData::StaticStruct, Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics::NewStructOps, TEXT("DataflowCommentNodeData"),&Z_Registration_Info_UScriptStruct_FDataflowCommentNodeData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowCommentNodeData), 991492436U) },
{ FDataflowConnectionData::StaticStruct, Z_Construct_UScriptStruct_FDataflowConnectionData_Statics::NewStructOps, TEXT("DataflowConnectionData"),&Z_Registration_Info_UScriptStruct_FDataflowConnectionData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowConnectionData), 322990678U) },
{ FDataflowCopyPasteContent::StaticStruct, Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics::NewStructOps, TEXT("DataflowCopyPasteContent"),&Z_Registration_Info_UScriptStruct_FDataflowCopyPasteContent, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowCopyPasteContent), 1326545672U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAssetDefinition_DataflowAsset, UAssetDefinition_DataflowAsset::StaticClass, TEXT("UAssetDefinition_DataflowAsset"), &Z_Registration_Info_UClass_UAssetDefinition_DataflowAsset, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAssetDefinition_DataflowAsset), 3137072891U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowAsset_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowAsset_h__Script_DataflowEditor_487264165{
TEXT("/Script/DataflowEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowAsset_h__Script_DataflowEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowAsset_h__Script_DataflowEditor_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowAsset_h__Script_DataflowEditor_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowAsset_h__Script_DataflowEditor_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,103 @@
// 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 "Dataflow/AssetDefinition_DataflowAsset.h"
#ifdef DATAFLOWEDITOR_AssetDefinition_DataflowAsset_generated_h
#error "AssetDefinition_DataflowAsset.generated.h already included, missing '#pragma once' in AssetDefinition_DataflowAsset.h"
#endif
#define DATAFLOWEDITOR_AssetDefinition_DataflowAsset_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FDataflowNodeData *************************************************
struct Z_Construct_UScriptStruct_FDataflowNodeData_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowAsset_h_38_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FDataflowNodeData_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct();
struct FDataflowNodeData;
// ********** End ScriptStruct FDataflowNodeData ***************************************************
// ********** Begin ScriptStruct FDataflowCommentNodeData ******************************************
struct Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowAsset_h_56_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FDataflowCommentNodeData_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct();
struct FDataflowCommentNodeData;
// ********** End ScriptStruct FDataflowCommentNodeData ********************************************
// ********** Begin ScriptStruct FDataflowConnectionData *******************************************
struct Z_Construct_UScriptStruct_FDataflowConnectionData_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowAsset_h_77_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FDataflowConnectionData_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct();
struct FDataflowConnectionData;
// ********** End ScriptStruct FDataflowConnectionData *********************************************
// ********** Begin ScriptStruct FDataflowCopyPasteContent *****************************************
struct Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowAsset_h_95_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FDataflowCopyPasteContent_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct();
struct FDataflowCopyPasteContent;
// ********** End ScriptStruct FDataflowCopyPasteContent *******************************************
// ********** Begin Class UAssetDefinition_DataflowAsset *******************************************
struct Z_Construct_UClass_UAssetDefinition_DataflowAsset_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_DataflowAsset_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowAsset_h_111_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUAssetDefinition_DataflowAsset(); \
friend struct ::Z_Construct_UClass_UAssetDefinition_DataflowAsset_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UAssetDefinition_DataflowAsset_NoRegister(); \
public: \
DECLARE_CLASS2(UAssetDefinition_DataflowAsset, UAssetDefinitionDefault, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UAssetDefinition_DataflowAsset_NoRegister) \
DECLARE_SERIALIZER(UAssetDefinition_DataflowAsset)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowAsset_h_111_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UAssetDefinition_DataflowAsset(); \
/** Deleted move- and copy-constructors, should never be used */ \
UAssetDefinition_DataflowAsset(UAssetDefinition_DataflowAsset&&) = delete; \
UAssetDefinition_DataflowAsset(const UAssetDefinition_DataflowAsset&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UAssetDefinition_DataflowAsset); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAssetDefinition_DataflowAsset); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UAssetDefinition_DataflowAsset) \
NO_API virtual ~UAssetDefinition_DataflowAsset();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowAsset_h_108_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowAsset_h_111_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowAsset_h_111_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowAsset_h_111_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UAssetDefinition_DataflowAsset;
// ********** End Class UAssetDefinition_DataflowAsset *********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowAsset_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 "Dataflow/AssetDefinition_DataflowContext.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeAssetDefinition_DataflowContext() {}
// ********** Begin Cross Module References ********************************************************
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_DataflowContext();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_DataflowContext_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UAssetDefinitionDefault();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UAssetDefinition_DataflowContext *****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAssetDefinition_DataflowContext;
UClass* UAssetDefinition_DataflowContext::GetPrivateStaticClass()
{
using TClass = UAssetDefinition_DataflowContext;
if (!Z_Registration_Info_UClass_UAssetDefinition_DataflowContext.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AssetDefinition_DataflowContext"),
Z_Registration_Info_UClass_UAssetDefinition_DataflowContext.InnerSingleton,
StaticRegisterNativesUAssetDefinition_DataflowContext,
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_UAssetDefinition_DataflowContext.InnerSingleton;
}
UClass* Z_Construct_UClass_UAssetDefinition_DataflowContext_NoRegister()
{
return UAssetDefinition_DataflowContext::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAssetDefinition_DataflowContext_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Dataflow/AssetDefinition_DataflowContext.h" },
{ "ModuleRelativePath", "Public/Dataflow/AssetDefinition_DataflowContext.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UAssetDefinition_DataflowContext constinit property declarations *********
// ********** End Class UAssetDefinition_DataflowContext constinit property declarations ***********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UAssetDefinition_DataflowContext>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAssetDefinition_DataflowContext_Statics
UObject* (*const Z_Construct_UClass_UAssetDefinition_DataflowContext_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UAssetDefinitionDefault,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAssetDefinition_DataflowContext_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAssetDefinition_DataflowContext_Statics::ClassParams = {
&UAssetDefinition_DataflowContext::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAssetDefinition_DataflowContext_Statics::Class_MetaDataParams), Z_Construct_UClass_UAssetDefinition_DataflowContext_Statics::Class_MetaDataParams)
};
void UAssetDefinition_DataflowContext::StaticRegisterNativesUAssetDefinition_DataflowContext()
{
}
UClass* Z_Construct_UClass_UAssetDefinition_DataflowContext()
{
if (!Z_Registration_Info_UClass_UAssetDefinition_DataflowContext.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAssetDefinition_DataflowContext.OuterSingleton, Z_Construct_UClass_UAssetDefinition_DataflowContext_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAssetDefinition_DataflowContext.OuterSingleton;
}
UAssetDefinition_DataflowContext::UAssetDefinition_DataflowContext() {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAssetDefinition_DataflowContext);
UAssetDefinition_DataflowContext::~UAssetDefinition_DataflowContext() {}
// ********** End Class UAssetDefinition_DataflowContext *******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowContext_h__Script_DataflowEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAssetDefinition_DataflowContext, UAssetDefinition_DataflowContext::StaticClass, TEXT("UAssetDefinition_DataflowContext"), &Z_Registration_Info_UClass_UAssetDefinition_DataflowContext, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAssetDefinition_DataflowContext), 2305742003U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowContext_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowContext_h__Script_DataflowEditor_2595667013{
TEXT("/Script/DataflowEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowContext_h__Script_DataflowEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowContext_h__Script_DataflowEditor_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 "Dataflow/AssetDefinition_DataflowContext.h"
#ifdef DATAFLOWEDITOR_AssetDefinition_DataflowContext_generated_h
#error "AssetDefinition_DataflowContext.generated.h already included, missing '#pragma once' in AssetDefinition_DataflowContext.h"
#endif
#define DATAFLOWEDITOR_AssetDefinition_DataflowContext_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UAssetDefinition_DataflowContext *****************************************
struct Z_Construct_UClass_UAssetDefinition_DataflowContext_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_DataflowContext_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowContext_h_14_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUAssetDefinition_DataflowContext(); \
friend struct ::Z_Construct_UClass_UAssetDefinition_DataflowContext_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UAssetDefinition_DataflowContext_NoRegister(); \
public: \
DECLARE_CLASS2(UAssetDefinition_DataflowContext, UAssetDefinitionDefault, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UAssetDefinition_DataflowContext_NoRegister) \
DECLARE_SERIALIZER(UAssetDefinition_DataflowContext)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowContext_h_14_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UAssetDefinition_DataflowContext(); \
/** Deleted move- and copy-constructors, should never be used */ \
UAssetDefinition_DataflowContext(UAssetDefinition_DataflowContext&&) = delete; \
UAssetDefinition_DataflowContext(const UAssetDefinition_DataflowContext&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UAssetDefinition_DataflowContext); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAssetDefinition_DataflowContext); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UAssetDefinition_DataflowContext) \
NO_API virtual ~UAssetDefinition_DataflowContext();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowContext_h_11_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowContext_h_14_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowContext_h_14_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowContext_h_14_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UAssetDefinition_DataflowContext;
// ********** End Class UAssetDefinition_DataflowContext *******************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_AssetDefinition_DataflowContext_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 "Dataflow/DataflowAssetFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowAssetFactory() {}
// ********** Begin Cross Module References ********************************************************
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowAssetFactory();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowAssetFactory_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDataflowAssetFactory ****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowAssetFactory;
UClass* UDataflowAssetFactory::GetPrivateStaticClass()
{
using TClass = UDataflowAssetFactory;
if (!Z_Registration_Info_UClass_UDataflowAssetFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowAssetFactory"),
Z_Registration_Info_UClass_UDataflowAssetFactory.InnerSingleton,
StaticRegisterNativesUDataflowAssetFactory,
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_UDataflowAssetFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowAssetFactory_NoRegister()
{
return UDataflowAssetFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowAssetFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Dataflow/DataflowAssetFactory.h" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowAssetFactory.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowAssetFactory constinit property declarations ********************
// ********** End Class UDataflowAssetFactory constinit property declarations **********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowAssetFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowAssetFactory_Statics
UObject* (*const Z_Construct_UClass_UDataflowAssetFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowAssetFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowAssetFactory_Statics::ClassParams = {
&UDataflowAssetFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowAssetFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowAssetFactory_Statics::Class_MetaDataParams)
};
void UDataflowAssetFactory::StaticRegisterNativesUDataflowAssetFactory()
{
}
UClass* Z_Construct_UClass_UDataflowAssetFactory()
{
if (!Z_Registration_Info_UClass_UDataflowAssetFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowAssetFactory.OuterSingleton, Z_Construct_UClass_UDataflowAssetFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowAssetFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowAssetFactory);
UDataflowAssetFactory::~UDataflowAssetFactory() {}
// ********** End Class UDataflowAssetFactory ******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowAssetFactory_h__Script_DataflowEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDataflowAssetFactory, UDataflowAssetFactory::StaticClass, TEXT("UDataflowAssetFactory"), &Z_Registration_Info_UClass_UDataflowAssetFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowAssetFactory), 3976830231U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowAssetFactory_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowAssetFactory_h__Script_DataflowEditor_675995799{
TEXT("/Script/DataflowEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowAssetFactory_h__Script_DataflowEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowAssetFactory_h__Script_DataflowEditor_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 "Dataflow/DataflowAssetFactory.h"
#ifdef DATAFLOWEDITOR_DataflowAssetFactory_generated_h
#error "DataflowAssetFactory.generated.h already included, missing '#pragma once' in DataflowAssetFactory.h"
#endif
#define DATAFLOWEDITOR_DataflowAssetFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UDataflowAssetFactory ****************************************************
struct Z_Construct_UClass_UDataflowAssetFactory_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowAssetFactory_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowAssetFactory_h_12_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowAssetFactory(); \
friend struct ::Z_Construct_UClass_UDataflowAssetFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowAssetFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowAssetFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowAssetFactory_NoRegister) \
DECLARE_SERIALIZER(UDataflowAssetFactory)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowAssetFactory_h_12_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowAssetFactory(UDataflowAssetFactory&&) = delete; \
UDataflowAssetFactory(const UDataflowAssetFactory&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UDataflowAssetFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowAssetFactory); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UDataflowAssetFactory) \
NO_API virtual ~UDataflowAssetFactory();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowAssetFactory_h_9_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowAssetFactory_h_12_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowAssetFactory_h_12_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowAssetFactory_h_12_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowAssetFactory;
// ********** End Class UDataflowAssetFactory ******************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowAssetFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,402 @@
// 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 "Dataflow/DataflowComponentToolTarget.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowComponentToolTarget() {}
// ********** Begin Cross Module References ********************************************************
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowComponentReadOnlyToolTarget();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowComponentReadOnlyToolTarget_NoRegister();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowComponentReadOnlyToolTargetFactory();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowComponentReadOnlyToolTargetFactory_NoRegister();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowComponentToolTarget();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowComponentToolTarget_NoRegister();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowComponentToolTargetFactory();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowComponentToolTargetFactory_NoRegister();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UMaterialProvider_NoRegister();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UMeshDescriptionCommitter_NoRegister();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UMeshDescriptionProvider_NoRegister();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UPrimitiveComponentToolTarget();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UToolTargetFactory();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UDynamicMeshCommitter_NoRegister();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UDynamicMeshProvider_NoRegister();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDataflowComponentReadOnlyToolTarget *************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowComponentReadOnlyToolTarget;
UClass* UDataflowComponentReadOnlyToolTarget::GetPrivateStaticClass()
{
using TClass = UDataflowComponentReadOnlyToolTarget;
if (!Z_Registration_Info_UClass_UDataflowComponentReadOnlyToolTarget.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowComponentReadOnlyToolTarget"),
Z_Registration_Info_UClass_UDataflowComponentReadOnlyToolTarget.InnerSingleton,
StaticRegisterNativesUDataflowComponentReadOnlyToolTarget,
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_UDataflowComponentReadOnlyToolTarget.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowComponentReadOnlyToolTarget_NoRegister()
{
return UDataflowComponentReadOnlyToolTarget::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowComponentReadOnlyToolTarget_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * A tool target backed by a read-only dataflow component that can provide and take a mesh\n * description.\n */" },
{ "IncludePath", "Dataflow/DataflowComponentToolTarget.h" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowComponentToolTarget.h" },
{ "ToolTip", "A tool target backed by a read-only dataflow component that can provide and take a mesh\ndescription." },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowComponentReadOnlyToolTarget constinit property declarations *****
// ********** End Class UDataflowComponentReadOnlyToolTarget constinit property declarations *******
static UObject* (*const DependentSingletons[])();
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowComponentReadOnlyToolTarget>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowComponentReadOnlyToolTarget_Statics
UObject* (*const Z_Construct_UClass_UDataflowComponentReadOnlyToolTarget_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UPrimitiveComponentToolTarget,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowComponentReadOnlyToolTarget_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UDataflowComponentReadOnlyToolTarget_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_UMeshDescriptionProvider_NoRegister, (int32)VTABLE_OFFSET(UDataflowComponentReadOnlyToolTarget, IMeshDescriptionProvider), false }, // 250797701
{ Z_Construct_UClass_UDynamicMeshProvider_NoRegister, (int32)VTABLE_OFFSET(UDataflowComponentReadOnlyToolTarget, IDynamicMeshProvider), false }, // 1749478695
{ Z_Construct_UClass_UMaterialProvider_NoRegister, (int32)VTABLE_OFFSET(UDataflowComponentReadOnlyToolTarget, IMaterialProvider), false }, // 1726304165
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowComponentReadOnlyToolTarget_Statics::ClassParams = {
&UDataflowComponentReadOnlyToolTarget::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
UE_ARRAY_COUNT(InterfaceParams),
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowComponentReadOnlyToolTarget_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowComponentReadOnlyToolTarget_Statics::Class_MetaDataParams)
};
void UDataflowComponentReadOnlyToolTarget::StaticRegisterNativesUDataflowComponentReadOnlyToolTarget()
{
}
UClass* Z_Construct_UClass_UDataflowComponentReadOnlyToolTarget()
{
if (!Z_Registration_Info_UClass_UDataflowComponentReadOnlyToolTarget.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowComponentReadOnlyToolTarget.OuterSingleton, Z_Construct_UClass_UDataflowComponentReadOnlyToolTarget_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowComponentReadOnlyToolTarget.OuterSingleton;
}
UDataflowComponentReadOnlyToolTarget::UDataflowComponentReadOnlyToolTarget(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowComponentReadOnlyToolTarget);
UDataflowComponentReadOnlyToolTarget::~UDataflowComponentReadOnlyToolTarget() {}
// ********** End Class UDataflowComponentReadOnlyToolTarget ***************************************
// ********** Begin Class UDataflowComponentToolTarget *********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowComponentToolTarget;
UClass* UDataflowComponentToolTarget::GetPrivateStaticClass()
{
using TClass = UDataflowComponentToolTarget;
if (!Z_Registration_Info_UClass_UDataflowComponentToolTarget.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowComponentToolTarget"),
Z_Registration_Info_UClass_UDataflowComponentToolTarget.InnerSingleton,
StaticRegisterNativesUDataflowComponentToolTarget,
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_UDataflowComponentToolTarget.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowComponentToolTarget_NoRegister()
{
return UDataflowComponentToolTarget::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowComponentToolTarget_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * A tool target backed by a dataflow component that can provide and take a mesh\n * description.\n */" },
{ "IncludePath", "Dataflow/DataflowComponentToolTarget.h" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowComponentToolTarget.h" },
{ "ToolTip", "A tool target backed by a dataflow component that can provide and take a mesh\ndescription." },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowComponentToolTarget constinit property declarations *************
// ********** End Class UDataflowComponentToolTarget constinit property declarations ***************
static UObject* (*const DependentSingletons[])();
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowComponentToolTarget>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowComponentToolTarget_Statics
UObject* (*const Z_Construct_UClass_UDataflowComponentToolTarget_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDataflowComponentReadOnlyToolTarget,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowComponentToolTarget_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UDataflowComponentToolTarget_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_UMeshDescriptionCommitter_NoRegister, (int32)VTABLE_OFFSET(UDataflowComponentToolTarget, IMeshDescriptionCommitter), false }, // 4234744651
{ Z_Construct_UClass_UDynamicMeshCommitter_NoRegister, (int32)VTABLE_OFFSET(UDataflowComponentToolTarget, IDynamicMeshCommitter), false }, // 1210346303
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowComponentToolTarget_Statics::ClassParams = {
&UDataflowComponentToolTarget::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
UE_ARRAY_COUNT(InterfaceParams),
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowComponentToolTarget_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowComponentToolTarget_Statics::Class_MetaDataParams)
};
void UDataflowComponentToolTarget::StaticRegisterNativesUDataflowComponentToolTarget()
{
}
UClass* Z_Construct_UClass_UDataflowComponentToolTarget()
{
if (!Z_Registration_Info_UClass_UDataflowComponentToolTarget.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowComponentToolTarget.OuterSingleton, Z_Construct_UClass_UDataflowComponentToolTarget_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowComponentToolTarget.OuterSingleton;
}
UDataflowComponentToolTarget::UDataflowComponentToolTarget(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowComponentToolTarget);
UDataflowComponentToolTarget::~UDataflowComponentToolTarget() {}
// ********** End Class UDataflowComponentToolTarget ***********************************************
// ********** Begin Class UDataflowComponentReadOnlyToolTargetFactory ******************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowComponentReadOnlyToolTargetFactory;
UClass* UDataflowComponentReadOnlyToolTargetFactory::GetPrivateStaticClass()
{
using TClass = UDataflowComponentReadOnlyToolTargetFactory;
if (!Z_Registration_Info_UClass_UDataflowComponentReadOnlyToolTargetFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowComponentReadOnlyToolTargetFactory"),
Z_Registration_Info_UClass_UDataflowComponentReadOnlyToolTargetFactory.InnerSingleton,
StaticRegisterNativesUDataflowComponentReadOnlyToolTargetFactory,
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_UDataflowComponentReadOnlyToolTargetFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowComponentReadOnlyToolTargetFactory_NoRegister()
{
return UDataflowComponentReadOnlyToolTargetFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowComponentReadOnlyToolTargetFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** Factory for UDataflowComponentReadOnlyToolTarget to be used by the target manager. */" },
{ "IncludePath", "Dataflow/DataflowComponentToolTarget.h" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowComponentToolTarget.h" },
{ "ToolTip", "Factory for UDataflowComponentReadOnlyToolTarget to be used by the target manager." },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowComponentReadOnlyToolTargetFactory constinit property declarations
// ********** End Class UDataflowComponentReadOnlyToolTargetFactory constinit property declarations
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowComponentReadOnlyToolTargetFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowComponentReadOnlyToolTargetFactory_Statics
UObject* (*const Z_Construct_UClass_UDataflowComponentReadOnlyToolTargetFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UToolTargetFactory,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowComponentReadOnlyToolTargetFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowComponentReadOnlyToolTargetFactory_Statics::ClassParams = {
&UDataflowComponentReadOnlyToolTargetFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowComponentReadOnlyToolTargetFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowComponentReadOnlyToolTargetFactory_Statics::Class_MetaDataParams)
};
void UDataflowComponentReadOnlyToolTargetFactory::StaticRegisterNativesUDataflowComponentReadOnlyToolTargetFactory()
{
}
UClass* Z_Construct_UClass_UDataflowComponentReadOnlyToolTargetFactory()
{
if (!Z_Registration_Info_UClass_UDataflowComponentReadOnlyToolTargetFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowComponentReadOnlyToolTargetFactory.OuterSingleton, Z_Construct_UClass_UDataflowComponentReadOnlyToolTargetFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowComponentReadOnlyToolTargetFactory.OuterSingleton;
}
UDataflowComponentReadOnlyToolTargetFactory::UDataflowComponentReadOnlyToolTargetFactory(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowComponentReadOnlyToolTargetFactory);
UDataflowComponentReadOnlyToolTargetFactory::~UDataflowComponentReadOnlyToolTargetFactory() {}
// ********** End Class UDataflowComponentReadOnlyToolTargetFactory ********************************
// ********** Begin Class UDataflowComponentToolTargetFactory **************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowComponentToolTargetFactory;
UClass* UDataflowComponentToolTargetFactory::GetPrivateStaticClass()
{
using TClass = UDataflowComponentToolTargetFactory;
if (!Z_Registration_Info_UClass_UDataflowComponentToolTargetFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowComponentToolTargetFactory"),
Z_Registration_Info_UClass_UDataflowComponentToolTargetFactory.InnerSingleton,
StaticRegisterNativesUDataflowComponentToolTargetFactory,
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_UDataflowComponentToolTargetFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowComponentToolTargetFactory_NoRegister()
{
return UDataflowComponentToolTargetFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowComponentToolTargetFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** Factory for UDataflowComponentToolTarget to be used by the target manager. */" },
{ "IncludePath", "Dataflow/DataflowComponentToolTarget.h" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowComponentToolTarget.h" },
{ "ToolTip", "Factory for UDataflowComponentToolTarget to be used by the target manager." },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowComponentToolTargetFactory constinit property declarations ******
// ********** End Class UDataflowComponentToolTargetFactory constinit property declarations ********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowComponentToolTargetFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowComponentToolTargetFactory_Statics
UObject* (*const Z_Construct_UClass_UDataflowComponentToolTargetFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UToolTargetFactory,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowComponentToolTargetFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowComponentToolTargetFactory_Statics::ClassParams = {
&UDataflowComponentToolTargetFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowComponentToolTargetFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowComponentToolTargetFactory_Statics::Class_MetaDataParams)
};
void UDataflowComponentToolTargetFactory::StaticRegisterNativesUDataflowComponentToolTargetFactory()
{
}
UClass* Z_Construct_UClass_UDataflowComponentToolTargetFactory()
{
if (!Z_Registration_Info_UClass_UDataflowComponentToolTargetFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowComponentToolTargetFactory.OuterSingleton, Z_Construct_UClass_UDataflowComponentToolTargetFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowComponentToolTargetFactory.OuterSingleton;
}
UDataflowComponentToolTargetFactory::UDataflowComponentToolTargetFactory(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowComponentToolTargetFactory);
UDataflowComponentToolTargetFactory::~UDataflowComponentToolTargetFactory() {}
// ********** End Class UDataflowComponentToolTargetFactory ****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h__Script_DataflowEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDataflowComponentReadOnlyToolTarget, UDataflowComponentReadOnlyToolTarget::StaticClass, TEXT("UDataflowComponentReadOnlyToolTarget"), &Z_Registration_Info_UClass_UDataflowComponentReadOnlyToolTarget, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowComponentReadOnlyToolTarget), 3903156810U) },
{ Z_Construct_UClass_UDataflowComponentToolTarget, UDataflowComponentToolTarget::StaticClass, TEXT("UDataflowComponentToolTarget"), &Z_Registration_Info_UClass_UDataflowComponentToolTarget, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowComponentToolTarget), 3272449729U) },
{ Z_Construct_UClass_UDataflowComponentReadOnlyToolTargetFactory, UDataflowComponentReadOnlyToolTargetFactory::StaticClass, TEXT("UDataflowComponentReadOnlyToolTargetFactory"), &Z_Registration_Info_UClass_UDataflowComponentReadOnlyToolTargetFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowComponentReadOnlyToolTargetFactory), 744122530U) },
{ Z_Construct_UClass_UDataflowComponentToolTargetFactory, UDataflowComponentToolTargetFactory::StaticClass, TEXT("UDataflowComponentToolTargetFactory"), &Z_Registration_Info_UClass_UDataflowComponentToolTargetFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowComponentToolTargetFactory), 1033281195U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h__Script_DataflowEditor_3083147381{
TEXT("/Script/DataflowEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h__Script_DataflowEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h__Script_DataflowEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,188 @@
// 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 "Dataflow/DataflowComponentToolTarget.h"
#ifdef DATAFLOWEDITOR_DataflowComponentToolTarget_generated_h
#error "DataflowComponentToolTarget.generated.h already included, missing '#pragma once' in DataflowComponentToolTarget.h"
#endif
#define DATAFLOWEDITOR_DataflowComponentToolTarget_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UDataflowComponentReadOnlyToolTarget *************************************
struct Z_Construct_UClass_UDataflowComponentReadOnlyToolTarget_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowComponentReadOnlyToolTarget_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_29_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowComponentReadOnlyToolTarget(); \
friend struct ::Z_Construct_UClass_UDataflowComponentReadOnlyToolTarget_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowComponentReadOnlyToolTarget_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowComponentReadOnlyToolTarget, UPrimitiveComponentToolTarget, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowComponentReadOnlyToolTarget_NoRegister) \
DECLARE_SERIALIZER(UDataflowComponentReadOnlyToolTarget) \
virtual UObject* _getUObject() const override { return const_cast<UDataflowComponentReadOnlyToolTarget*>(this); }
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_29_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowComponentReadOnlyToolTarget(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowComponentReadOnlyToolTarget(UDataflowComponentReadOnlyToolTarget&&) = delete; \
UDataflowComponentReadOnlyToolTarget(const UDataflowComponentReadOnlyToolTarget&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowComponentReadOnlyToolTarget); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowComponentReadOnlyToolTarget); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowComponentReadOnlyToolTarget) \
DATAFLOWEDITOR_API virtual ~UDataflowComponentReadOnlyToolTarget();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_22_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_29_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_29_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_29_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowComponentReadOnlyToolTarget;
// ********** End Class UDataflowComponentReadOnlyToolTarget ***************************************
// ********** Begin Class UDataflowComponentToolTarget *********************************************
struct Z_Construct_UClass_UDataflowComponentToolTarget_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowComponentToolTarget_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_68_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowComponentToolTarget(); \
friend struct ::Z_Construct_UClass_UDataflowComponentToolTarget_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowComponentToolTarget_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowComponentToolTarget, UDataflowComponentReadOnlyToolTarget, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowComponentToolTarget_NoRegister) \
DECLARE_SERIALIZER(UDataflowComponentToolTarget) \
virtual UObject* _getUObject() const override { return const_cast<UDataflowComponentToolTarget*>(this); }
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_68_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowComponentToolTarget(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowComponentToolTarget(UDataflowComponentToolTarget&&) = delete; \
UDataflowComponentToolTarget(const UDataflowComponentToolTarget&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowComponentToolTarget); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowComponentToolTarget); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowComponentToolTarget) \
DATAFLOWEDITOR_API virtual ~UDataflowComponentToolTarget();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_62_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_68_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_68_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_68_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowComponentToolTarget;
// ********** End Class UDataflowComponentToolTarget ***********************************************
// ********** Begin Class UDataflowComponentReadOnlyToolTargetFactory ******************************
struct Z_Construct_UClass_UDataflowComponentReadOnlyToolTargetFactory_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowComponentReadOnlyToolTargetFactory_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_89_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowComponentReadOnlyToolTargetFactory(); \
friend struct ::Z_Construct_UClass_UDataflowComponentReadOnlyToolTargetFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowComponentReadOnlyToolTargetFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowComponentReadOnlyToolTargetFactory, UToolTargetFactory, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowComponentReadOnlyToolTargetFactory_NoRegister) \
DECLARE_SERIALIZER(UDataflowComponentReadOnlyToolTargetFactory)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_89_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowComponentReadOnlyToolTargetFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowComponentReadOnlyToolTargetFactory(UDataflowComponentReadOnlyToolTargetFactory&&) = delete; \
UDataflowComponentReadOnlyToolTargetFactory(const UDataflowComponentReadOnlyToolTargetFactory&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowComponentReadOnlyToolTargetFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowComponentReadOnlyToolTargetFactory); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowComponentReadOnlyToolTargetFactory) \
DATAFLOWEDITOR_API virtual ~UDataflowComponentReadOnlyToolTargetFactory();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_86_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_89_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_89_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_89_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowComponentReadOnlyToolTargetFactory;
// ********** End Class UDataflowComponentReadOnlyToolTargetFactory ********************************
// ********** Begin Class UDataflowComponentToolTargetFactory **************************************
struct Z_Construct_UClass_UDataflowComponentToolTargetFactory_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowComponentToolTargetFactory_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_103_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowComponentToolTargetFactory(); \
friend struct ::Z_Construct_UClass_UDataflowComponentToolTargetFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowComponentToolTargetFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowComponentToolTargetFactory, UToolTargetFactory, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowComponentToolTargetFactory_NoRegister) \
DECLARE_SERIALIZER(UDataflowComponentToolTargetFactory)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_103_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowComponentToolTargetFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowComponentToolTargetFactory(UDataflowComponentToolTargetFactory&&) = delete; \
UDataflowComponentToolTargetFactory(const UDataflowComponentToolTargetFactory&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowComponentToolTargetFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowComponentToolTargetFactory); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowComponentToolTargetFactory) \
DATAFLOWEDITOR_API virtual ~UDataflowComponentToolTargetFactory();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_100_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_103_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_103_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h_103_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowComponentToolTargetFactory;
// ********** End Class UDataflowComponentToolTargetFactory ****************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowComponentToolTarget_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,247 @@
// 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 "Dataflow/DataflowEditor.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowEditor() {}
// ********** Begin Cross Module References ********************************************************
BASECHARACTERFXEDITOR_API UClass* Z_Construct_UClass_UBaseCharacterFXEditor();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditor();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditor_NoRegister();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorSettings();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorSettings_NoRegister();
DATAFLOWENGINE_API UClass* Z_Construct_UClass_UDataflowBaseContent_NoRegister();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDataflowEditorSettings **************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowEditorSettings;
UClass* UDataflowEditorSettings::GetPrivateStaticClass()
{
using TClass = UDataflowEditorSettings;
if (!Z_Registration_Info_UClass_UDataflowEditorSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowEditorSettings"),
Z_Registration_Info_UClass_UDataflowEditorSettings.InnerSingleton,
StaticRegisterNativesUDataflowEditorSettings,
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_UDataflowEditorSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowEditorSettings_NoRegister()
{
return UDataflowEditorSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowEditorSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n* Base class defining settings for Dataflow\n* Each part of the dataflow editor can define settings and assets can define instance of those settings\n* The interface does not define any method as it is only used as based class for those settings to be discovered and also recognized by the editor\n*/" },
{ "IncludePath", "Dataflow/DataflowEditor.h" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowEditor.h" },
{ "ToolTip", "Base class defining settings for Dataflow\nEach part of the dataflow editor can define settings and assets can define instance of those settings\nThe interface does not define any method as it is only used as based class for those settings to be discovered and also recognized by the editor" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowEditorSettings constinit property declarations ******************
// ********** End Class UDataflowEditorSettings constinit property declarations ********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowEditorSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowEditorSettings_Statics
UObject* (*const Z_Construct_UClass_UDataflowEditorSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowEditorSettings_Statics::ClassParams = {
&UDataflowEditorSettings::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowEditorSettings_Statics::Class_MetaDataParams)
};
void UDataflowEditorSettings::StaticRegisterNativesUDataflowEditorSettings()
{
}
UClass* Z_Construct_UClass_UDataflowEditorSettings()
{
if (!Z_Registration_Info_UClass_UDataflowEditorSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowEditorSettings.OuterSingleton, Z_Construct_UClass_UDataflowEditorSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowEditorSettings.OuterSingleton;
}
UDataflowEditorSettings::UDataflowEditorSettings(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowEditorSettings);
UDataflowEditorSettings::~UDataflowEditorSettings() {}
// ********** End Class UDataflowEditorSettings ****************************************************
// ********** Begin Class UDataflowEditor **********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowEditor;
UClass* UDataflowEditor::GetPrivateStaticClass()
{
using TClass = UDataflowEditor;
if (!Z_Registration_Info_UClass_UDataflowEditor.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowEditor"),
Z_Registration_Info_UClass_UDataflowEditor.InnerSingleton,
StaticRegisterNativesUDataflowEditor,
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_UDataflowEditor.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowEditor_NoRegister()
{
return UDataflowEditor::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowEditor_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** \n * The actual asset editor class doesn't have that much in it, intentionally. \n * \n * Our current asset editor guidelines ask us to place as little business logic as possible\n * into the class, instead putting as much of the non-UI code into the subsystem as possible,\n * and the UI code into the toolkit (which this class owns).\n *\n * However, since we're using a mode and the Interactive Tools Framework, a lot of our business logic\n * ends up inside the mode and the tools, not the subsystem. The front-facing code is mostly in\n * the asset editor toolkit, though the mode toolkit has most of the things that deal with the toolbar\n * on the left.\n */" },
{ "IncludePath", "Dataflow/DataflowEditor.h" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowEditor.h" },
{ "ToolTip", "The actual asset editor class doesn't have that much in it, intentionally.\n\nOur current asset editor guidelines ask us to place as little business logic as possible\ninto the class, instead putting as much of the non-UI code into the subsystem as possible,\nand the UI code into the toolkit (which this class owns).\n\nHowever, since we're using a mode and the Interactive Tools Framework, a lot of our business logic\nends up inside the mode and the tools, not the subsystem. The front-facing code is mostly in\nthe asset editor toolkit, though the mode toolkit has most of the things that deal with the toolbar\non the left." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EditorContent_MetaData[] = {
{ "Comment", "// Dataflow editor is the owner of the object list to edit/process and the dataflow mode\n// is the one holding the dynamic mesh components to be rendered in the viewport\n// It is why the data flow asset/owner/skelmesh have been added here. Could be added\n// in the subsystem if necessary\n" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowEditor.h" },
{ "ToolTip", "Dataflow editor is the owner of the object list to edit/process and the dataflow mode\nis the one holding the dynamic mesh components to be rendered in the viewport\nIt is why the data flow asset/owner/skelmesh have been added here. Could be added\nin the subsystem if necessary" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TerminalContents_MetaData[] = {
{ "Comment", "/** List of dataflow contents available in the graph and coming from all the terminal nodes */" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowEditor.h" },
{ "ToolTip", "List of dataflow contents available in the graph and coming from all the terminal nodes" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EditorSettings_MetaData[] = {
{ "Comment", "/** array of settings for this instance */" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowEditor.h" },
{ "ToolTip", "array of settings for this instance" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowEditor constinit property declarations **************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_EditorContent;
static const UECodeGen_Private::FObjectPropertyParams NewProp_TerminalContents_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_TerminalContents;
static const UECodeGen_Private::FObjectPropertyParams NewProp_EditorSettings_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_EditorSettings;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UDataflowEditor constinit property declarations ****************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowEditor>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowEditor_Statics
// ********** Begin Class UDataflowEditor Property Definitions *************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDataflowEditor_Statics::NewProp_EditorContent = { "EditorContent", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowEditor, EditorContent), Z_Construct_UClass_UDataflowBaseContent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EditorContent_MetaData), NewProp_EditorContent_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDataflowEditor_Statics::NewProp_TerminalContents_Inner = { "TerminalContents", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UDataflowBaseContent_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UDataflowEditor_Statics::NewProp_TerminalContents = { "TerminalContents", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowEditor, TerminalContents), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TerminalContents_MetaData), NewProp_TerminalContents_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDataflowEditor_Statics::NewProp_EditorSettings_Inner = { "EditorSettings", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UDataflowEditorSettings_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UDataflowEditor_Statics::NewProp_EditorSettings = { "EditorSettings", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowEditor, EditorSettings), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EditorSettings_MetaData), NewProp_EditorSettings_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDataflowEditor_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowEditor_Statics::NewProp_EditorContent,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowEditor_Statics::NewProp_TerminalContents_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowEditor_Statics::NewProp_TerminalContents,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowEditor_Statics::NewProp_EditorSettings_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowEditor_Statics::NewProp_EditorSettings,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditor_Statics::PropPointers) < 2048);
// ********** End Class UDataflowEditor Property Definitions ***************************************
UObject* (*const Z_Construct_UClass_UDataflowEditor_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UBaseCharacterFXEditor,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditor_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowEditor_Statics::ClassParams = {
&UDataflowEditor::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UDataflowEditor_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditor_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditor_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowEditor_Statics::Class_MetaDataParams)
};
void UDataflowEditor::StaticRegisterNativesUDataflowEditor()
{
}
UClass* Z_Construct_UClass_UDataflowEditor()
{
if (!Z_Registration_Info_UClass_UDataflowEditor.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowEditor.OuterSingleton, Z_Construct_UClass_UDataflowEditor_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowEditor.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowEditor);
UDataflowEditor::~UDataflowEditor() {}
// ********** End Class UDataflowEditor ************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditor_h__Script_DataflowEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDataflowEditorSettings, UDataflowEditorSettings::StaticClass, TEXT("UDataflowEditorSettings"), &Z_Registration_Info_UClass_UDataflowEditorSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowEditorSettings), 1044491529U) },
{ Z_Construct_UClass_UDataflowEditor, UDataflowEditor::StaticClass, TEXT("UDataflowEditor"), &Z_Registration_Info_UClass_UDataflowEditor, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowEditor), 2082358493U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditor_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditor_h__Script_DataflowEditor_2201524521{
TEXT("/Script/DataflowEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditor_h__Script_DataflowEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditor_h__Script_DataflowEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,102 @@
// 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 "Dataflow/DataflowEditor.h"
#ifdef DATAFLOWEDITOR_DataflowEditor_generated_h
#error "DataflowEditor.generated.h already included, missing '#pragma once' in DataflowEditor.h"
#endif
#define DATAFLOWEDITOR_DataflowEditor_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UDataflowEditorSettings **************************************************
struct Z_Construct_UClass_UDataflowEditorSettings_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorSettings_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditor_h_33_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowEditorSettings(); \
friend struct ::Z_Construct_UClass_UDataflowEditorSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEditorSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEditorSettings, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEditorSettings_NoRegister) \
DECLARE_SERIALIZER(UDataflowEditorSettings)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditor_h_33_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowEditorSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEditorSettings(UDataflowEditorSettings&&) = delete; \
UDataflowEditorSettings(const UDataflowEditorSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEditorSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEditorSettings); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowEditorSettings) \
DATAFLOWEDITOR_API virtual ~UDataflowEditorSettings();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditor_h_30_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditor_h_33_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditor_h_33_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditor_h_33_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEditorSettings;
// ********** End Class UDataflowEditorSettings ****************************************************
// ********** Begin Class UDataflowEditor **********************************************************
struct Z_Construct_UClass_UDataflowEditor_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditor_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditor_h_52_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowEditor(); \
friend struct ::Z_Construct_UClass_UDataflowEditor_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEditor_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEditor, UBaseCharacterFXEditor, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEditor_NoRegister) \
DECLARE_SERIALIZER(UDataflowEditor)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditor_h_52_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEditor(UDataflowEditor&&) = delete; \
UDataflowEditor(const UDataflowEditor&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEditor); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEditor); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UDataflowEditor) \
DATAFLOWEDITOR_API virtual ~UDataflowEditor();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditor_h_49_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditor_h_52_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditor_h_52_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditor_h_52_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEditor;
// ********** End Class UDataflowEditor ************************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditor_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 EmptyLinkFunctionForGeneratedCodeDataflowEditor_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_DataflowEditor;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_DataflowEditor()
{
if (!Z_Registration_Info_UPackage__Script_DataflowEditor.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/DataflowEditor",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0xC16E1927,
0xB78D6F20,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_DataflowEditor.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_DataflowEditor.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_DataflowEditor(Z_Construct_UPackage__Script_DataflowEditor, TEXT("/Script/DataflowEditor"), Z_Registration_Info_UPackage__Script_DataflowEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xC16E1927, 0xB78D6F20));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,446 @@
// 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 "Dataflow/DataflowEditorBlueprintLibrary.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowEditorBlueprintLibrary() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorBlueprintLibrary();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorBlueprintLibrary_NoRegister();
DATAFLOWENGINE_API UClass* Z_Construct_UClass_UDataflow_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDataflowEditorBlueprintLibrary Function AddDataflowFromClipboardContent *
struct Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics
{
struct DataflowEditorBlueprintLibrary_eventAddDataflowFromClipboardContent_Parms
{
UDataflow* Dataflow;
FString ClipboardContent;
FVector2D Location;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "DataflowEditor" },
{ "Keywords", "Dataflow Editor Graph Node" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowEditorBlueprintLibrary.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ClipboardContent_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function AddDataflowFromClipboardContent constinit property declarations *******
static const UECodeGen_Private::FObjectPropertyParams NewProp_Dataflow;
static const UECodeGen_Private::FStrPropertyParams NewProp_ClipboardContent;
static const UECodeGen_Private::FStructPropertyParams NewProp_Location;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function AddDataflowFromClipboardContent constinit property declarations *********
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function AddDataflowFromClipboardContent Property Definitions ******************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics::NewProp_Dataflow = { "Dataflow", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowEditorBlueprintLibrary_eventAddDataflowFromClipboardContent_Parms, Dataflow), Z_Construct_UClass_UDataflow_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics::NewProp_ClipboardContent = { "ClipboardContent", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowEditorBlueprintLibrary_eventAddDataflowFromClipboardContent_Parms, ClipboardContent), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ClipboardContent_MetaData), NewProp_ClipboardContent_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics::NewProp_Location = { "Location", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowEditorBlueprintLibrary_eventAddDataflowFromClipboardContent_Parms, Location), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((DataflowEditorBlueprintLibrary_eventAddDataflowFromClipboardContent_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(DataflowEditorBlueprintLibrary_eventAddDataflowFromClipboardContent_Parms), &Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics::NewProp_Dataflow,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics::NewProp_ClipboardContent,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics::NewProp_Location,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics::PropPointers) < 2048);
// ********** End Function AddDataflowFromClipboardContent Property Definitions ********************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataflowEditorBlueprintLibrary, nullptr, "AddDataflowFromClipboardContent", Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics::DataflowEditorBlueprintLibrary_eventAddDataflowFromClipboardContent_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics::DataflowEditorBlueprintLibrary_eventAddDataflowFromClipboardContent_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UDataflowEditorBlueprintLibrary::execAddDataflowFromClipboardContent)
{
P_GET_OBJECT(UDataflow,Z_Param_Dataflow);
P_GET_PROPERTY(FStrProperty,Z_Param_ClipboardContent);
P_GET_STRUCT(FVector2D,Z_Param_Location);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UDataflowEditorBlueprintLibrary::AddDataflowFromClipboardContent(Z_Param_Dataflow,Z_Param_ClipboardContent,Z_Param_Location);
P_NATIVE_END;
}
// ********** End Class UDataflowEditorBlueprintLibrary Function AddDataflowFromClipboardContent ***
// ********** Begin Class UDataflowEditorBlueprintLibrary Function AddDataflowNode *****************
struct Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics
{
struct DataflowEditorBlueprintLibrary_eventAddDataflowNode_Parms
{
UDataflow* Dataflow;
FName NodeTypeName;
FName BaseName;
FVector2D Location;
FName ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "DataflowEditor" },
{ "Comment", "/**\n\x09* Add a specific node , return the node name\n\x09*/" },
{ "Keywords", "Dataflow Editor Graph Node" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowEditorBlueprintLibrary.h" },
{ "ToolTip", "Add a specific node , return the node name" },
};
#endif // WITH_METADATA
// ********** Begin Function AddDataflowNode constinit property declarations ***********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Dataflow;
static const UECodeGen_Private::FNamePropertyParams NewProp_NodeTypeName;
static const UECodeGen_Private::FNamePropertyParams NewProp_BaseName;
static const UECodeGen_Private::FStructPropertyParams NewProp_Location;
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function AddDataflowNode constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function AddDataflowNode Property Definitions **********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics::NewProp_Dataflow = { "Dataflow", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowEditorBlueprintLibrary_eventAddDataflowNode_Parms, Dataflow), Z_Construct_UClass_UDataflow_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics::NewProp_NodeTypeName = { "NodeTypeName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowEditorBlueprintLibrary_eventAddDataflowNode_Parms, NodeTypeName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics::NewProp_BaseName = { "BaseName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowEditorBlueprintLibrary_eventAddDataflowNode_Parms, BaseName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics::NewProp_Location = { "Location", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowEditorBlueprintLibrary_eventAddDataflowNode_Parms, Location), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowEditorBlueprintLibrary_eventAddDataflowNode_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics::NewProp_Dataflow,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics::NewProp_NodeTypeName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics::NewProp_BaseName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics::NewProp_Location,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics::PropPointers) < 2048);
// ********** End Function AddDataflowNode Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataflowEditorBlueprintLibrary, nullptr, "AddDataflowNode", Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics::DataflowEditorBlueprintLibrary_eventAddDataflowNode_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04822403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics::DataflowEditorBlueprintLibrary_eventAddDataflowNode_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UDataflowEditorBlueprintLibrary::execAddDataflowNode)
{
P_GET_OBJECT(UDataflow,Z_Param_Dataflow);
P_GET_PROPERTY(FNameProperty,Z_Param_NodeTypeName);
P_GET_PROPERTY(FNameProperty,Z_Param_BaseName);
P_GET_STRUCT(FVector2D,Z_Param_Location);
P_FINISH;
P_NATIVE_BEGIN;
*(FName*)Z_Param__Result=UDataflowEditorBlueprintLibrary::AddDataflowNode(Z_Param_Dataflow,Z_Param_NodeTypeName,Z_Param_BaseName,Z_Param_Location);
P_NATIVE_END;
}
// ********** End Class UDataflowEditorBlueprintLibrary Function AddDataflowNode *******************
// ********** Begin Class UDataflowEditorBlueprintLibrary Function ConnectDataflowNodes ************
struct Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics
{
struct DataflowEditorBlueprintLibrary_eventConnectDataflowNodes_Parms
{
UDataflow* Dataflow;
FName FromNodeName;
FName OutputName;
FName ToNodeName;
FName InputName;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "DataflowEditor" },
{ "Comment", "/**\n\x09* Connect the output oif a node to the input of another \n\x09*/" },
{ "Keywords", "Dataflow Editor Graph Node" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowEditorBlueprintLibrary.h" },
{ "ToolTip", "Connect the output oif a node to the input of another" },
};
#endif // WITH_METADATA
// ********** Begin Function ConnectDataflowNodes constinit property declarations ******************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Dataflow;
static const UECodeGen_Private::FNamePropertyParams NewProp_FromNodeName;
static const UECodeGen_Private::FNamePropertyParams NewProp_OutputName;
static const UECodeGen_Private::FNamePropertyParams NewProp_ToNodeName;
static const UECodeGen_Private::FNamePropertyParams NewProp_InputName;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function ConnectDataflowNodes constinit property declarations ********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function ConnectDataflowNodes Property Definitions *****************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::NewProp_Dataflow = { "Dataflow", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowEditorBlueprintLibrary_eventConnectDataflowNodes_Parms, Dataflow), Z_Construct_UClass_UDataflow_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::NewProp_FromNodeName = { "FromNodeName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowEditorBlueprintLibrary_eventConnectDataflowNodes_Parms, FromNodeName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::NewProp_OutputName = { "OutputName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowEditorBlueprintLibrary_eventConnectDataflowNodes_Parms, OutputName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::NewProp_ToNodeName = { "ToNodeName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowEditorBlueprintLibrary_eventConnectDataflowNodes_Parms, ToNodeName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::NewProp_InputName = { "InputName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowEditorBlueprintLibrary_eventConnectDataflowNodes_Parms, InputName), METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((DataflowEditorBlueprintLibrary_eventConnectDataflowNodes_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(DataflowEditorBlueprintLibrary_eventConnectDataflowNodes_Parms), &Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::NewProp_Dataflow,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::NewProp_FromNodeName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::NewProp_OutputName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::NewProp_ToNodeName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::NewProp_InputName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::PropPointers) < 2048);
// ********** End Function ConnectDataflowNodes Property Definitions *******************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataflowEditorBlueprintLibrary, nullptr, "ConnectDataflowNodes", Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::DataflowEditorBlueprintLibrary_eventConnectDataflowNodes_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::DataflowEditorBlueprintLibrary_eventConnectDataflowNodes_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UDataflowEditorBlueprintLibrary::execConnectDataflowNodes)
{
P_GET_OBJECT(UDataflow,Z_Param_Dataflow);
P_GET_PROPERTY(FNameProperty,Z_Param_FromNodeName);
P_GET_PROPERTY(FNameProperty,Z_Param_OutputName);
P_GET_PROPERTY(FNameProperty,Z_Param_ToNodeName);
P_GET_PROPERTY(FNameProperty,Z_Param_InputName);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UDataflowEditorBlueprintLibrary::ConnectDataflowNodes(Z_Param_Dataflow,Z_Param_FromNodeName,Z_Param_OutputName,Z_Param_ToNodeName,Z_Param_InputName);
P_NATIVE_END;
}
// ********** End Class UDataflowEditorBlueprintLibrary Function ConnectDataflowNodes **************
// ********** Begin Class UDataflowEditorBlueprintLibrary Function SetDataflowNodeProperty *********
struct Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics
{
struct DataflowEditorBlueprintLibrary_eventSetDataflowNodeProperty_Parms
{
UDataflow* Dataflow;
FName NodeName;
FName PropertyName;
FString Propertyvalue;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "DataflowEditor" },
{ "Keywords", "Dataflow Editor Graph Node" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowEditorBlueprintLibrary.h" },
};
#endif // WITH_METADATA
// ********** Begin Function SetDataflowNodeProperty constinit property declarations ***************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Dataflow;
static const UECodeGen_Private::FNamePropertyParams NewProp_NodeName;
static const UECodeGen_Private::FNamePropertyParams NewProp_PropertyName;
static const UECodeGen_Private::FStrPropertyParams NewProp_Propertyvalue;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetDataflowNodeProperty constinit property declarations *****************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetDataflowNodeProperty Property Definitions **************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::NewProp_Dataflow = { "Dataflow", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowEditorBlueprintLibrary_eventSetDataflowNodeProperty_Parms, Dataflow), Z_Construct_UClass_UDataflow_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::NewProp_NodeName = { "NodeName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowEditorBlueprintLibrary_eventSetDataflowNodeProperty_Parms, NodeName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::NewProp_PropertyName = { "PropertyName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowEditorBlueprintLibrary_eventSetDataflowNodeProperty_Parms, PropertyName), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::NewProp_Propertyvalue = { "Propertyvalue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataflowEditorBlueprintLibrary_eventSetDataflowNodeProperty_Parms, Propertyvalue), METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((DataflowEditorBlueprintLibrary_eventSetDataflowNodeProperty_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(DataflowEditorBlueprintLibrary_eventSetDataflowNodeProperty_Parms), &Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::NewProp_Dataflow,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::NewProp_NodeName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::NewProp_PropertyName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::NewProp_Propertyvalue,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::PropPointers) < 2048);
// ********** End Function SetDataflowNodeProperty Property Definitions ****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataflowEditorBlueprintLibrary, nullptr, "SetDataflowNodeProperty", Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::DataflowEditorBlueprintLibrary_eventSetDataflowNodeProperty_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::DataflowEditorBlueprintLibrary_eventSetDataflowNodeProperty_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UDataflowEditorBlueprintLibrary::execSetDataflowNodeProperty)
{
P_GET_OBJECT(UDataflow,Z_Param_Dataflow);
P_GET_PROPERTY(FNameProperty,Z_Param_NodeName);
P_GET_PROPERTY(FNameProperty,Z_Param_PropertyName);
P_GET_PROPERTY(FStrProperty,Z_Param_Propertyvalue);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UDataflowEditorBlueprintLibrary::SetDataflowNodeProperty(Z_Param_Dataflow,Z_Param_NodeName,Z_Param_PropertyName,Z_Param_Propertyvalue);
P_NATIVE_END;
}
// ********** End Class UDataflowEditorBlueprintLibrary Function SetDataflowNodeProperty ***********
// ********** Begin Class UDataflowEditorBlueprintLibrary ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowEditorBlueprintLibrary;
UClass* UDataflowEditorBlueprintLibrary::GetPrivateStaticClass()
{
using TClass = UDataflowEditorBlueprintLibrary;
if (!Z_Registration_Info_UClass_UDataflowEditorBlueprintLibrary.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowEditorBlueprintLibrary"),
Z_Registration_Info_UClass_UDataflowEditorBlueprintLibrary.InnerSingleton,
StaticRegisterNativesUDataflowEditorBlueprintLibrary,
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_UDataflowEditorBlueprintLibrary.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowEditorBlueprintLibrary_NoRegister()
{
return UDataflowEditorBlueprintLibrary::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowEditorBlueprintLibrary_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Dataflow/DataflowEditorBlueprintLibrary.h" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowEditorBlueprintLibrary.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowEditorBlueprintLibrary constinit property declarations **********
// ********** End Class UDataflowEditorBlueprintLibrary constinit property declarations ************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("AddDataflowFromClipboardContent"), .Pointer = &UDataflowEditorBlueprintLibrary::execAddDataflowFromClipboardContent },
{ .NameUTF8 = UTF8TEXT("AddDataflowNode"), .Pointer = &UDataflowEditorBlueprintLibrary::execAddDataflowNode },
{ .NameUTF8 = UTF8TEXT("ConnectDataflowNodes"), .Pointer = &UDataflowEditorBlueprintLibrary::execConnectDataflowNodes },
{ .NameUTF8 = UTF8TEXT("SetDataflowNodeProperty"), .Pointer = &UDataflowEditorBlueprintLibrary::execSetDataflowNodeProperty },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowFromClipboardContent, "AddDataflowFromClipboardContent" }, // 1256116284
{ &Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_AddDataflowNode, "AddDataflowNode" }, // 1520008217
{ &Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_ConnectDataflowNodes, "ConnectDataflowNodes" }, // 2721195059
{ &Z_Construct_UFunction_UDataflowEditorBlueprintLibrary_SetDataflowNodeProperty, "SetDataflowNodeProperty" }, // 823519033
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowEditorBlueprintLibrary>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowEditorBlueprintLibrary_Statics
UObject* (*const Z_Construct_UClass_UDataflowEditorBlueprintLibrary_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorBlueprintLibrary_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowEditorBlueprintLibrary_Statics::ClassParams = {
&UDataflowEditorBlueprintLibrary::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorBlueprintLibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowEditorBlueprintLibrary_Statics::Class_MetaDataParams)
};
void UDataflowEditorBlueprintLibrary::StaticRegisterNativesUDataflowEditorBlueprintLibrary()
{
UClass* Class = UDataflowEditorBlueprintLibrary::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UDataflowEditorBlueprintLibrary_Statics::Funcs));
}
UClass* Z_Construct_UClass_UDataflowEditorBlueprintLibrary()
{
if (!Z_Registration_Info_UClass_UDataflowEditorBlueprintLibrary.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowEditorBlueprintLibrary.OuterSingleton, Z_Construct_UClass_UDataflowEditorBlueprintLibrary_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowEditorBlueprintLibrary.OuterSingleton;
}
UDataflowEditorBlueprintLibrary::UDataflowEditorBlueprintLibrary(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowEditorBlueprintLibrary);
UDataflowEditorBlueprintLibrary::~UDataflowEditorBlueprintLibrary() {}
// ********** End Class UDataflowEditorBlueprintLibrary ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorBlueprintLibrary_h__Script_DataflowEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDataflowEditorBlueprintLibrary, UDataflowEditorBlueprintLibrary::StaticClass, TEXT("UDataflowEditorBlueprintLibrary"), &Z_Registration_Info_UClass_UDataflowEditorBlueprintLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowEditorBlueprintLibrary), 2490713736U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorBlueprintLibrary_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorBlueprintLibrary_h__Script_DataflowEditor_3290045204{
TEXT("/Script/DataflowEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorBlueprintLibrary_h__Script_DataflowEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorBlueprintLibrary_h__Script_DataflowEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,72 @@
// 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 "Dataflow/DataflowEditorBlueprintLibrary.h"
#ifdef DATAFLOWEDITOR_DataflowEditorBlueprintLibrary_generated_h
#error "DataflowEditorBlueprintLibrary.generated.h already included, missing '#pragma once' in DataflowEditorBlueprintLibrary.h"
#endif
#define DATAFLOWEDITOR_DataflowEditorBlueprintLibrary_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
class UDataflow;
// ********** Begin Class UDataflowEditorBlueprintLibrary ******************************************
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorBlueprintLibrary_h_13_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execSetDataflowNodeProperty); \
DECLARE_FUNCTION(execAddDataflowFromClipboardContent); \
DECLARE_FUNCTION(execConnectDataflowNodes); \
DECLARE_FUNCTION(execAddDataflowNode);
struct Z_Construct_UClass_UDataflowEditorBlueprintLibrary_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorBlueprintLibrary_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorBlueprintLibrary_h_13_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowEditorBlueprintLibrary(); \
friend struct ::Z_Construct_UClass_UDataflowEditorBlueprintLibrary_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEditorBlueprintLibrary_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEditorBlueprintLibrary, UBlueprintFunctionLibrary, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEditorBlueprintLibrary_NoRegister) \
DECLARE_SERIALIZER(UDataflowEditorBlueprintLibrary)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorBlueprintLibrary_h_13_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowEditorBlueprintLibrary(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEditorBlueprintLibrary(UDataflowEditorBlueprintLibrary&&) = delete; \
UDataflowEditorBlueprintLibrary(const UDataflowEditorBlueprintLibrary&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEditorBlueprintLibrary); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEditorBlueprintLibrary); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowEditorBlueprintLibrary) \
DATAFLOWEDITOR_API virtual ~UDataflowEditorBlueprintLibrary();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorBlueprintLibrary_h_10_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorBlueprintLibrary_h_13_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorBlueprintLibrary_h_13_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorBlueprintLibrary_h_13_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorBlueprintLibrary_h_13_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEditorBlueprintLibrary;
// ********** End Class UDataflowEditorBlueprintLibrary ********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorBlueprintLibrary_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,155 @@
// 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 "DataflowEditorTools/DataflowEditorBoneManipulator.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowEditorBoneManipulator() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowBoneManipulator();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowBoneManipulator_NoRegister();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UCombinedTransformGizmo_NoRegister();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UTransformProxy_NoRegister();
MESHMODELINGTOOLSEDITORONLY_API UClass* Z_Construct_UClass_URefSkeletonPoser_NoRegister();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDataflowBoneManipulator *************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowBoneManipulator;
UClass* UDataflowBoneManipulator::GetPrivateStaticClass()
{
using TClass = UDataflowBoneManipulator;
if (!Z_Registration_Info_UClass_UDataflowBoneManipulator.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowBoneManipulator"),
Z_Registration_Info_UClass_UDataflowBoneManipulator.InnerSingleton,
StaticRegisterNativesUDataflowBoneManipulator,
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_UDataflowBoneManipulator.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowBoneManipulator_NoRegister()
{
return UDataflowBoneManipulator::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowBoneManipulator_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "DataflowEditorTools/DataflowEditorBoneManipulator.h" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorBoneManipulator.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TransformProxy_MetaData[] = {
{ "Comment", "// Source mesh transform gizmo support\n" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorBoneManipulator.h" },
{ "ToolTip", "Source mesh transform gizmo support" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TransformGizmo_MetaData[] = {
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorBoneManipulator.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RefSkeletonPoser_MetaData[] = {
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorBoneManipulator.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoneIndex_MetaData[] = {
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorBoneManipulator.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowBoneManipulator constinit property declarations *****************
static const UECodeGen_Private::FObjectPropertyParams NewProp_TransformProxy;
static const UECodeGen_Private::FObjectPropertyParams NewProp_TransformGizmo;
static const UECodeGen_Private::FObjectPropertyParams NewProp_RefSkeletonPoser;
static const UECodeGen_Private::FIntPropertyParams NewProp_BoneIndex;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UDataflowBoneManipulator constinit property declarations *******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowBoneManipulator>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowBoneManipulator_Statics
// ********** Begin Class UDataflowBoneManipulator Property Definitions ****************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDataflowBoneManipulator_Statics::NewProp_TransformProxy = { "TransformProxy", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowBoneManipulator, TransformProxy), Z_Construct_UClass_UTransformProxy_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TransformProxy_MetaData), NewProp_TransformProxy_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDataflowBoneManipulator_Statics::NewProp_TransformGizmo = { "TransformGizmo", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowBoneManipulator, TransformGizmo), Z_Construct_UClass_UCombinedTransformGizmo_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TransformGizmo_MetaData), NewProp_TransformGizmo_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDataflowBoneManipulator_Statics::NewProp_RefSkeletonPoser = { "RefSkeletonPoser", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowBoneManipulator, RefSkeletonPoser), Z_Construct_UClass_URefSkeletonPoser_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RefSkeletonPoser_MetaData), NewProp_RefSkeletonPoser_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UDataflowBoneManipulator_Statics::NewProp_BoneIndex = { "BoneIndex", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowBoneManipulator, BoneIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoneIndex_MetaData), NewProp_BoneIndex_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDataflowBoneManipulator_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowBoneManipulator_Statics::NewProp_TransformProxy,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowBoneManipulator_Statics::NewProp_TransformGizmo,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowBoneManipulator_Statics::NewProp_RefSkeletonPoser,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowBoneManipulator_Statics::NewProp_BoneIndex,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowBoneManipulator_Statics::PropPointers) < 2048);
// ********** End Class UDataflowBoneManipulator Property Definitions ******************************
UObject* (*const Z_Construct_UClass_UDataflowBoneManipulator_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowBoneManipulator_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowBoneManipulator_Statics::ClassParams = {
&UDataflowBoneManipulator::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UDataflowBoneManipulator_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowBoneManipulator_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowBoneManipulator_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowBoneManipulator_Statics::Class_MetaDataParams)
};
void UDataflowBoneManipulator::StaticRegisterNativesUDataflowBoneManipulator()
{
}
UClass* Z_Construct_UClass_UDataflowBoneManipulator()
{
if (!Z_Registration_Info_UClass_UDataflowBoneManipulator.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowBoneManipulator.OuterSingleton, Z_Construct_UClass_UDataflowBoneManipulator_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowBoneManipulator.OuterSingleton;
}
UDataflowBoneManipulator::UDataflowBoneManipulator(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowBoneManipulator);
UDataflowBoneManipulator::~UDataflowBoneManipulator() {}
// ********** End Class UDataflowBoneManipulator ***************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorBoneManipulator_h__Script_DataflowEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDataflowBoneManipulator, UDataflowBoneManipulator::StaticClass, TEXT("UDataflowBoneManipulator"), &Z_Registration_Info_UClass_UDataflowBoneManipulator, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowBoneManipulator), 3914304427U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorBoneManipulator_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorBoneManipulator_h__Script_DataflowEditor_3033315933{
TEXT("/Script/DataflowEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorBoneManipulator_h__Script_DataflowEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorBoneManipulator_h__Script_DataflowEditor_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 "DataflowEditorTools/DataflowEditorBoneManipulator.h"
#ifdef DATAFLOWEDITOR_DataflowEditorBoneManipulator_generated_h
#error "DataflowEditorBoneManipulator.generated.h already included, missing '#pragma once' in DataflowEditorBoneManipulator.h"
#endif
#define DATAFLOWEDITOR_DataflowEditorBoneManipulator_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UDataflowBoneManipulator *************************************************
struct Z_Construct_UClass_UDataflowBoneManipulator_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowBoneManipulator_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorBoneManipulator_h_21_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowBoneManipulator(); \
friend struct ::Z_Construct_UClass_UDataflowBoneManipulator_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowBoneManipulator_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowBoneManipulator, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowBoneManipulator_NoRegister) \
DECLARE_SERIALIZER(UDataflowBoneManipulator)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorBoneManipulator_h_21_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowBoneManipulator(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowBoneManipulator(UDataflowBoneManipulator&&) = delete; \
UDataflowBoneManipulator(const UDataflowBoneManipulator&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowBoneManipulator); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowBoneManipulator); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowBoneManipulator) \
DATAFLOWEDITOR_API virtual ~UDataflowBoneManipulator();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorBoneManipulator_h_18_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorBoneManipulator_h_21_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorBoneManipulator_h_21_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorBoneManipulator_h_21_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowBoneManipulator;
// ********** End Class UDataflowBoneManipulator ***************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorBoneManipulator_h
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,150 @@
// 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 "Dataflow/DataflowEditorCollectionComponent.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowEditorCollectionComponent() {}
// ********** Begin Cross Module References ********************************************************
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorCollectionComponent();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorCollectionComponent_NoRegister();
DATAFLOWENGINE_API UClass* Z_Construct_UClass_UDataflowEdNode_NoRegister();
GEOMETRYFRAMEWORK_API UClass* Z_Construct_UClass_UDynamicMeshComponent();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UMeshWireframeComponent_NoRegister();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDataflowEditorCollectionComponent ***************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowEditorCollectionComponent;
UClass* UDataflowEditorCollectionComponent::GetPrivateStaticClass()
{
using TClass = UDataflowEditorCollectionComponent;
if (!Z_Registration_Info_UClass_UDataflowEditorCollectionComponent.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowEditorCollectionComponent"),
Z_Registration_Info_UClass_UDataflowEditorCollectionComponent.InnerSingleton,
StaticRegisterNativesUDataflowEditorCollectionComponent,
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_UDataflowEditorCollectionComponent.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowEditorCollectionComponent_NoRegister()
{
return UDataflowEditorCollectionComponent::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowEditorCollectionComponent_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n*\x09""FleshComponent\n*/" },
{ "HideCategories", "LOD LOD Mobility Trigger" },
{ "IncludePath", "Dataflow/DataflowEditorCollectionComponent.h" },
{ "ModuleRelativePath", "Private/Dataflow/DataflowEditorCollectionComponent.h" },
{ "ToolTip", "FleshComponent" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MeshIndex_MetaData[] = {
{ "ModuleRelativePath", "Private/Dataflow/DataflowEditorCollectionComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Node_MetaData[] = {
{ "ModuleRelativePath", "Private/Dataflow/DataflowEditorCollectionComponent.h" },
{ "NativeConstTemplateArg", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WireframeComponent_MetaData[] = {
{ "EditInline", "true" },
{ "ModuleRelativePath", "Private/Dataflow/DataflowEditorCollectionComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowEditorCollectionComponent constinit property declarations *******
static const UECodeGen_Private::FIntPropertyParams NewProp_MeshIndex;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Node;
static const UECodeGen_Private::FObjectPropertyParams NewProp_WireframeComponent;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UDataflowEditorCollectionComponent constinit property declarations *********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowEditorCollectionComponent>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowEditorCollectionComponent_Statics
// ********** Begin Class UDataflowEditorCollectionComponent Property Definitions ******************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UDataflowEditorCollectionComponent_Statics::NewProp_MeshIndex = { "MeshIndex", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowEditorCollectionComponent, MeshIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MeshIndex_MetaData), NewProp_MeshIndex_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDataflowEditorCollectionComponent_Statics::NewProp_Node = { "Node", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowEditorCollectionComponent, Node), Z_Construct_UClass_UDataflowEdNode_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Node_MetaData), NewProp_Node_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDataflowEditorCollectionComponent_Statics::NewProp_WireframeComponent = { "WireframeComponent", nullptr, (EPropertyFlags)0x0114000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowEditorCollectionComponent, WireframeComponent), Z_Construct_UClass_UMeshWireframeComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WireframeComponent_MetaData), NewProp_WireframeComponent_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDataflowEditorCollectionComponent_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowEditorCollectionComponent_Statics::NewProp_MeshIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowEditorCollectionComponent_Statics::NewProp_Node,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowEditorCollectionComponent_Statics::NewProp_WireframeComponent,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorCollectionComponent_Statics::PropPointers) < 2048);
// ********** End Class UDataflowEditorCollectionComponent Property Definitions ********************
UObject* (*const Z_Construct_UClass_UDataflowEditorCollectionComponent_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDynamicMeshComponent,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorCollectionComponent_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowEditorCollectionComponent_Statics::ClassParams = {
&UDataflowEditorCollectionComponent::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UDataflowEditorCollectionComponent_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorCollectionComponent_Statics::PropPointers),
0,
0x00A800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorCollectionComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowEditorCollectionComponent_Statics::Class_MetaDataParams)
};
void UDataflowEditorCollectionComponent::StaticRegisterNativesUDataflowEditorCollectionComponent()
{
}
UClass* Z_Construct_UClass_UDataflowEditorCollectionComponent()
{
if (!Z_Registration_Info_UClass_UDataflowEditorCollectionComponent.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowEditorCollectionComponent.OuterSingleton, Z_Construct_UClass_UDataflowEditorCollectionComponent_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowEditorCollectionComponent.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowEditorCollectionComponent);
UDataflowEditorCollectionComponent::~UDataflowEditorCollectionComponent() {}
// ********** End Class UDataflowEditorCollectionComponent *****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorCollectionComponent_h__Script_DataflowEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDataflowEditorCollectionComponent, UDataflowEditorCollectionComponent::StaticClass, TEXT("UDataflowEditorCollectionComponent"), &Z_Registration_Info_UClass_UDataflowEditorCollectionComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowEditorCollectionComponent), 1156157058U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorCollectionComponent_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorCollectionComponent_h__Script_DataflowEditor_3311603195{
TEXT("/Script/DataflowEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorCollectionComponent_h__Script_DataflowEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorCollectionComponent_h__Script_DataflowEditor_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 "Dataflow/DataflowEditorCollectionComponent.h"
#ifdef DATAFLOWEDITOR_DataflowEditorCollectionComponent_generated_h
#error "DataflowEditorCollectionComponent.generated.h already included, missing '#pragma once' in DataflowEditorCollectionComponent.h"
#endif
#define DATAFLOWEDITOR_DataflowEditorCollectionComponent_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UDataflowEditorCollectionComponent ***************************************
struct Z_Construct_UClass_UDataflowEditorCollectionComponent_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorCollectionComponent_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorCollectionComponent_h_18_INCLASS \
private: \
static void StaticRegisterNativesUDataflowEditorCollectionComponent(); \
friend struct ::Z_Construct_UClass_UDataflowEditorCollectionComponent_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEditorCollectionComponent_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEditorCollectionComponent, UDynamicMeshComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEditorCollectionComponent_NoRegister) \
DECLARE_SERIALIZER(UDataflowEditorCollectionComponent)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorCollectionComponent_h_18_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowEditorCollectionComponent(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowEditorCollectionComponent) \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEditorCollectionComponent); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEditorCollectionComponent); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEditorCollectionComponent(UDataflowEditorCollectionComponent&&) = delete; \
UDataflowEditorCollectionComponent(const UDataflowEditorCollectionComponent&) = delete; \
DATAFLOWEDITOR_API virtual ~UDataflowEditorCollectionComponent();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorCollectionComponent_h_15_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorCollectionComponent_h_18_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorCollectionComponent_h_18_INCLASS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorCollectionComponent_h_18_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEditorCollectionComponent;
// ********** End Class UDataflowEditorCollectionComponent *****************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorCollectionComponent_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,573 @@
// 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 "DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h"
#include "Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h"
#include "Dataflow/DataflowConnectionTypes.h"
#include "GeometryCollection/ManagedArrayCollection.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowEditorCorrectSkinWeightsNode() {}
// ********** Begin Cross Module References ********************************************************
CHAOS_API UScriptStruct* Z_Construct_UScriptStruct_FManagedArrayCollection();
DATAFLOWCORE_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowNode();
DATAFLOWEDITOR_API UEnum* Z_Construct_UEnum_DataflowEditor_ESkinWeightsCorrectionType();
DATAFLOWEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode();
DATAFLOWEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode();
DATAFLOWEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode();
DATAFLOWENGINEPLUGIN_API UScriptStruct* Z_Construct_UScriptStruct_FCollectionAttributeKey();
DATAFLOWNODES_API UScriptStruct* Z_Construct_UScriptStruct_FScalarVertexPropertyGroup();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum ESkinWeightsCorrectionType ************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ESkinWeightsCorrectionType;
static UEnum* ESkinWeightsCorrectionType_StaticEnum()
{
if (!Z_Registration_Info_UEnum_ESkinWeightsCorrectionType.OuterSingleton)
{
Z_Registration_Info_UEnum_ESkinWeightsCorrectionType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_DataflowEditor_ESkinWeightsCorrectionType, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("ESkinWeightsCorrectionType"));
}
return Z_Registration_Info_UEnum_ESkinWeightsCorrectionType.OuterSingleton;
}
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<ESkinWeightsCorrectionType>()
{
return ESkinWeightsCorrectionType_StaticEnum();
}
struct Z_Construct_UEnum_DataflowEditor_ESkinWeightsCorrectionType_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Clamp.Name", "ESkinWeightsCorrectionType::Clamp" },
{ "Comment", "/** Skin weights correction type */" },
{ "Hammer.Name", "ESkinWeightsCorrectionType::Hammer" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "Normalize.Name", "ESkinWeightsCorrectionType::Normalize" },
{ "Prune.Name", "ESkinWeightsCorrectionType::Prune" },
{ "Relax.Name", "ESkinWeightsCorrectionType::Relax" },
{ "ToolTip", "Skin weights correction type" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "ESkinWeightsCorrectionType::Relax", (int64)ESkinWeightsCorrectionType::Relax },
{ "ESkinWeightsCorrectionType::Prune", (int64)ESkinWeightsCorrectionType::Prune },
{ "ESkinWeightsCorrectionType::Hammer", (int64)ESkinWeightsCorrectionType::Hammer },
{ "ESkinWeightsCorrectionType::Clamp", (int64)ESkinWeightsCorrectionType::Clamp },
{ "ESkinWeightsCorrectionType::Normalize", (int64)ESkinWeightsCorrectionType::Normalize },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_DataflowEditor_ESkinWeightsCorrectionType_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_DataflowEditor_ESkinWeightsCorrectionType_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_DataflowEditor,
nullptr,
"ESkinWeightsCorrectionType",
"ESkinWeightsCorrectionType",
Z_Construct_UEnum_DataflowEditor_ESkinWeightsCorrectionType_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEditor_ESkinWeightsCorrectionType_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEditor_ESkinWeightsCorrectionType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_DataflowEditor_ESkinWeightsCorrectionType_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_DataflowEditor_ESkinWeightsCorrectionType()
{
if (!Z_Registration_Info_UEnum_ESkinWeightsCorrectionType.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ESkinWeightsCorrectionType.InnerSingleton, Z_Construct_UEnum_DataflowEditor_ESkinWeightsCorrectionType_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_ESkinWeightsCorrectionType.InnerSingleton;
}
// ********** End Enum ESkinWeightsCorrectionType **************************************************
// ********** Begin ScriptStruct FDataflowCorrectSkinWeightsNode ***********************************
struct Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FDataflowCorrectSkinWeightsNode); }
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowCorrectSkinWeightsNode); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/** Correct skin weights vertex properties. */" },
{ "DataflowCollection", "" },
{ "Experimental", "" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "Correct skin weights vertex properties." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Collection_MetaData[] = {
{ "DataflowInput", "" },
{ "DataflowOutput", "" },
{ "DataflowPassthrough", "Collection" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoneIndicesName_MetaData[] = {
{ "Category", "Vertex Attributes" },
{ "Comment", "/** The name to be set for the bone indices. */" },
{ "DisplayName", "Bone Indices" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "The name to be set for the bone indices." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoneWeightsName_MetaData[] = {
{ "Category", "Vertex Attributes" },
{ "Comment", "/** The name to be set for the bone weights. */" },
{ "DisplayName", "Bone Weights" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "The name to be set for the bone weights." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectionMapName_MetaData[] = {
{ "Category", "Vertex Attributes" },
{ "Comment", "/** Map name to be used to select vertices to correct */" },
{ "DisplayName", "Selection Map" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "Map name to be used to select vertices to correct" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VertexGroup_MetaData[] = {
{ "Category", "Vertex Attributes" },
{ "Comment", "/** Target group in which the attributes are stored */" },
{ "DisplayName", "Vertex Group" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "Target group in which the attributes are stored" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoneIndicesKey_MetaData[] = {
{ "Comment", "/** Bone indices key to be used in other nodes if necessary */" },
{ "DataflowInput", "" },
{ "DataflowOutput", "" },
{ "DataflowPassthrough", "BoneIndicesKey" },
{ "DisplayName", "Bone Indices" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "Bone indices key to be used in other nodes if necessary" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoneWeightsKey_MetaData[] = {
{ "Comment", "/** Bone weights key to be used in other nodes if necessary */" },
{ "DataflowInput", "" },
{ "DataflowOutput", "" },
{ "DataflowPassthrough", "BoneWeightsKey" },
{ "DisplayName", "Bone Weights" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "Bone weights key to be used in other nodes if necessary" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectionMapKey_MetaData[] = {
{ "Comment", "/** Selection map key to be used in other nodes if necessary */" },
{ "DataflowInput", "" },
{ "DisplayName", "Selection Map" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "Selection map key to be used in other nodes if necessary" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CorrectionType_MetaData[] = {
{ "Category", "Skin Weights" },
{ "Comment", "/** Selection map key to be used in other nodes if necessary */" },
{ "DisplayName", "Correction Type" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "Selection map key to be used in other nodes if necessary" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SmoothingIterations_MetaData[] = {
{ "Category", "Skin Weights" },
{ "Comment", "/** Number of iteration required for the smoothing */" },
{ "DataflowInput", "" },
{ "DisplayName", "Smoothing Iterations" },
{ "EditCondition", "CorrectionType == ESkinWeightsCorrectionType::Relax" },
{ "EditConditionHides", "" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "Number of iteration required for the smoothing" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SmoothingFactor_MetaData[] = {
{ "Category", "Skin Weights" },
{ "Comment", "/** Lerp value in between the current and the average weight values */" },
{ "DataflowInput", "" },
{ "DisplayName", "Smooting Factor" },
{ "EditCondition", "CorrectionType == ESkinWeightsCorrectionType::Relax" },
{ "EditConditionHides", "" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "Lerp value in between the current and the average weight values" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseSelectionAsPerVertexFactor_MetaData[] = {
{ "Category", "Skin Weights" },
{ "Comment", "/** When true, use the decimal values of the selection as a per vertex factor for the selected operation - Currently available for Relax operation only - false by default */" },
{ "DataflowInput", "" },
{ "EditCondition", "CorrectionType == ESkinWeightsCorrectionType::Relax" },
{ "EditConditionHides", "" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "When true, use the decimal values of the selection as a per vertex factor for the selected operation - Currently available for Relax operation only - false by default" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PruningThreshold_MetaData[] = {
{ "Category", "Skin Weights" },
{ "Comment", "/** All weights below this threshold will be pruned */" },
{ "DataflowInput", "" },
{ "DisplayName", "Pruning Threshold" },
{ "EditCondition", "CorrectionType == ESkinWeightsCorrectionType::Prune" },
{ "EditConditionHides", "" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "All weights below this threshold will be pruned" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ClampingNumber_MetaData[] = {
{ "Category", "Skin Weights" },
{ "Comment", "/** Max number of bones to consider for the skin weights */" },
{ "DataflowInput", "" },
{ "DisplayName", "Clamping Number" },
{ "EditCondition", "CorrectionType == ESkinWeightsCorrectionType::Clamp" },
{ "EditConditionHides", "" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "Max number of bones to consider for the skin weights" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectionThreshold_MetaData[] = {
{ "Category", "Skin Weights" },
{ "ClampMax", "1.0" },
{ "ClampMin", "0.0" },
{ "Comment", "/** Selection threshold to consider a neighbor skin weight */" },
{ "DataflowInput", "" },
{ "DisplayName", "Selection Threshold" },
{ "EditCondition", "CorrectionType == ESkinWeightsCorrectionType::Hammer" },
{ "EditConditionHides", "" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "Selection threshold to consider a neighbor skin weight" },
{ "UIMax", "1.0" },
{ "UIMin", "0.0" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FDataflowCorrectSkinWeightsNode constinit property declarations ***
static const UECodeGen_Private::FStructPropertyParams NewProp_Collection;
static const UECodeGen_Private::FStrPropertyParams NewProp_BoneIndicesName;
static const UECodeGen_Private::FStrPropertyParams NewProp_BoneWeightsName;
static const UECodeGen_Private::FStrPropertyParams NewProp_SelectionMapName;
static const UECodeGen_Private::FStructPropertyParams NewProp_VertexGroup;
static const UECodeGen_Private::FStructPropertyParams NewProp_BoneIndicesKey;
static const UECodeGen_Private::FStructPropertyParams NewProp_BoneWeightsKey;
static const UECodeGen_Private::FStructPropertyParams NewProp_SelectionMapKey;
static const UECodeGen_Private::FBytePropertyParams NewProp_CorrectionType_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_CorrectionType;
static const UECodeGen_Private::FIntPropertyParams NewProp_SmoothingIterations;
static const UECodeGen_Private::FFloatPropertyParams NewProp_SmoothingFactor;
static void NewProp_bUseSelectionAsPerVertexFactor_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseSelectionAsPerVertexFactor;
static const UECodeGen_Private::FFloatPropertyParams NewProp_PruningThreshold;
static const UECodeGen_Private::FIntPropertyParams NewProp_ClampingNumber;
static const UECodeGen_Private::FFloatPropertyParams NewProp_SelectionThreshold;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FDataflowCorrectSkinWeightsNode constinit property declarations *****
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowCorrectSkinWeightsNode>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics
static_assert(std::is_polymorphic<FDataflowCorrectSkinWeightsNode>() == std::is_polymorphic<FDataflowNode>(), "USTRUCT FDataflowCorrectSkinWeightsNode cannot be polymorphic unless super FDataflowNode is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowCorrectSkinWeightsNode;
class UScriptStruct* FDataflowCorrectSkinWeightsNode::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowCorrectSkinWeightsNode.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FDataflowCorrectSkinWeightsNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("DataflowCorrectSkinWeightsNode"));
}
return Z_Registration_Info_UScriptStruct_FDataflowCorrectSkinWeightsNode.OuterSingleton;
}
// ********** Begin ScriptStruct FDataflowCorrectSkinWeightsNode Property Definitions **************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_Collection = { "Collection", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCorrectSkinWeightsNode, Collection), Z_Construct_UScriptStruct_FManagedArrayCollection, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Collection_MetaData), NewProp_Collection_MetaData) }; // 378372712
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_BoneIndicesName = { "BoneIndicesName", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCorrectSkinWeightsNode, BoneIndicesName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoneIndicesName_MetaData), NewProp_BoneIndicesName_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_BoneWeightsName = { "BoneWeightsName", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCorrectSkinWeightsNode, BoneWeightsName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoneWeightsName_MetaData), NewProp_BoneWeightsName_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_SelectionMapName = { "SelectionMapName", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCorrectSkinWeightsNode, SelectionMapName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectionMapName_MetaData), NewProp_SelectionMapName_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_VertexGroup = { "VertexGroup", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCorrectSkinWeightsNode, VertexGroup), Z_Construct_UScriptStruct_FScalarVertexPropertyGroup, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VertexGroup_MetaData), NewProp_VertexGroup_MetaData) }; // 703313031
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_BoneIndicesKey = { "BoneIndicesKey", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCorrectSkinWeightsNode, BoneIndicesKey), Z_Construct_UScriptStruct_FCollectionAttributeKey, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoneIndicesKey_MetaData), NewProp_BoneIndicesKey_MetaData) }; // 238587867
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_BoneWeightsKey = { "BoneWeightsKey", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCorrectSkinWeightsNode, BoneWeightsKey), Z_Construct_UScriptStruct_FCollectionAttributeKey, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoneWeightsKey_MetaData), NewProp_BoneWeightsKey_MetaData) }; // 238587867
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_SelectionMapKey = { "SelectionMapKey", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCorrectSkinWeightsNode, SelectionMapKey), Z_Construct_UScriptStruct_FCollectionAttributeKey, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectionMapKey_MetaData), NewProp_SelectionMapKey_MetaData) }; // 238587867
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_CorrectionType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_CorrectionType = { "CorrectionType", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCorrectSkinWeightsNode, CorrectionType), Z_Construct_UEnum_DataflowEditor_ESkinWeightsCorrectionType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CorrectionType_MetaData), NewProp_CorrectionType_MetaData) }; // 2447467313
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_SmoothingIterations = { "SmoothingIterations", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCorrectSkinWeightsNode, SmoothingIterations), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SmoothingIterations_MetaData), NewProp_SmoothingIterations_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_SmoothingFactor = { "SmoothingFactor", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCorrectSkinWeightsNode, SmoothingFactor), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SmoothingFactor_MetaData), NewProp_SmoothingFactor_MetaData) };
void Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_bUseSelectionAsPerVertexFactor_SetBit(void* Obj)
{
((FDataflowCorrectSkinWeightsNode*)Obj)->bUseSelectionAsPerVertexFactor = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_bUseSelectionAsPerVertexFactor = { "bUseSelectionAsPerVertexFactor", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FDataflowCorrectSkinWeightsNode), &Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_bUseSelectionAsPerVertexFactor_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseSelectionAsPerVertexFactor_MetaData), NewProp_bUseSelectionAsPerVertexFactor_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_PruningThreshold = { "PruningThreshold", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCorrectSkinWeightsNode, PruningThreshold), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PruningThreshold_MetaData), NewProp_PruningThreshold_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_ClampingNumber = { "ClampingNumber", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCorrectSkinWeightsNode, ClampingNumber), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ClampingNumber_MetaData), NewProp_ClampingNumber_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_SelectionThreshold = { "SelectionThreshold", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowCorrectSkinWeightsNode, SelectionThreshold), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectionThreshold_MetaData), NewProp_SelectionThreshold_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_Collection,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_BoneIndicesName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_BoneWeightsName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_SelectionMapName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_VertexGroup,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_BoneIndicesKey,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_BoneWeightsKey,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_SelectionMapKey,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_CorrectionType_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_CorrectionType,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_SmoothingIterations,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_SmoothingFactor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_bUseSelectionAsPerVertexFactor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_PruningThreshold,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_ClampingNumber,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewProp_SelectionThreshold,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FDataflowCorrectSkinWeightsNode Property Definitions ****************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
Z_Construct_UScriptStruct_FDataflowNode,
&NewStructOps,
"DataflowCorrectSkinWeightsNode",
Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::PropPointers),
sizeof(FDataflowCorrectSkinWeightsNode),
alignof(FDataflowCorrectSkinWeightsNode),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowCorrectSkinWeightsNode.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowCorrectSkinWeightsNode.InnerSingleton, Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowCorrectSkinWeightsNode.InnerSingleton);
}
// ********** End ScriptStruct FDataflowCorrectSkinWeightsNode *************************************
// ********** Begin ScriptStruct FDataflowSetSkinningSelectionNode *********************************
struct Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FDataflowSetSkinningSelectionNode); }
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowSetSkinningSelectionNode); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/** Set skin weights selection attributes. */" },
{ "DataflowCollection", "" },
{ "Experimental", "" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "Set skin weights selection attributes." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Collection_MetaData[] = {
{ "DataflowInput", "" },
{ "DataflowOutput", "" },
{ "DataflowPassthrough", "Collection" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectionMapName_MetaData[] = {
{ "Category", "Vertex Attributes" },
{ "Comment", "/** Map name to be used to select vertices to correct */" },
{ "DisplayName", "Selection Map" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "Map name to be used to select vertices to correct" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VertexGroup_MetaData[] = {
{ "Category", "Vertex Attributes" },
{ "Comment", "/** Target group in which the attributes are stored */" },
{ "DisplayName", "Vertex Group" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "Target group in which the attributes are stored" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectionMapKey_MetaData[] = {
{ "Comment", "/** Selection map key to be used in other nodes if necessary */" },
{ "DataflowInput", "" },
{ "DisplayName", "Selection Map" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "Selection map key to be used in other nodes if necessary" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CorrectionType_MetaData[] = {
{ "Category", "Skin Weights" },
{ "Comment", "/** Selection map key to be used in other nodes if necessary */" },
{ "DisplayName", "Correction Type" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "Selection map key to be used in other nodes if necessary" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FDataflowSetSkinningSelectionNode constinit property declarations *
static const UECodeGen_Private::FStructPropertyParams NewProp_Collection;
static const UECodeGen_Private::FStrPropertyParams NewProp_SelectionMapName;
static const UECodeGen_Private::FStructPropertyParams NewProp_VertexGroup;
static const UECodeGen_Private::FStructPropertyParams NewProp_SelectionMapKey;
static const UECodeGen_Private::FBytePropertyParams NewProp_CorrectionType_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_CorrectionType;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FDataflowSetSkinningSelectionNode constinit property declarations ***
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowSetSkinningSelectionNode>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics
static_assert(std::is_polymorphic<FDataflowSetSkinningSelectionNode>() == std::is_polymorphic<FDataflowNode>(), "USTRUCT FDataflowSetSkinningSelectionNode cannot be polymorphic unless super FDataflowNode is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowSetSkinningSelectionNode;
class UScriptStruct* FDataflowSetSkinningSelectionNode::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowSetSkinningSelectionNode.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FDataflowSetSkinningSelectionNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("DataflowSetSkinningSelectionNode"));
}
return Z_Registration_Info_UScriptStruct_FDataflowSetSkinningSelectionNode.OuterSingleton;
}
// ********** Begin ScriptStruct FDataflowSetSkinningSelectionNode Property Definitions ************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::NewProp_Collection = { "Collection", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowSetSkinningSelectionNode, Collection), Z_Construct_UScriptStruct_FManagedArrayCollection, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Collection_MetaData), NewProp_Collection_MetaData) }; // 378372712
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::NewProp_SelectionMapName = { "SelectionMapName", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowSetSkinningSelectionNode, SelectionMapName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectionMapName_MetaData), NewProp_SelectionMapName_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::NewProp_VertexGroup = { "VertexGroup", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowSetSkinningSelectionNode, VertexGroup), Z_Construct_UScriptStruct_FScalarVertexPropertyGroup, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VertexGroup_MetaData), NewProp_VertexGroup_MetaData) }; // 703313031
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::NewProp_SelectionMapKey = { "SelectionMapKey", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowSetSkinningSelectionNode, SelectionMapKey), Z_Construct_UScriptStruct_FCollectionAttributeKey, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectionMapKey_MetaData), NewProp_SelectionMapKey_MetaData) }; // 238587867
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::NewProp_CorrectionType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::NewProp_CorrectionType = { "CorrectionType", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowSetSkinningSelectionNode, CorrectionType), Z_Construct_UEnum_DataflowEditor_ESkinWeightsCorrectionType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CorrectionType_MetaData), NewProp_CorrectionType_MetaData) }; // 2447467313
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::NewProp_Collection,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::NewProp_SelectionMapName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::NewProp_VertexGroup,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::NewProp_SelectionMapKey,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::NewProp_CorrectionType_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::NewProp_CorrectionType,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FDataflowSetSkinningSelectionNode Property Definitions **************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
Z_Construct_UScriptStruct_FDataflowNode,
&NewStructOps,
"DataflowSetSkinningSelectionNode",
Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::PropPointers),
sizeof(FDataflowSetSkinningSelectionNode),
alignof(FDataflowSetSkinningSelectionNode),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowSetSkinningSelectionNode.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowSetSkinningSelectionNode.InnerSingleton, Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowSetSkinningSelectionNode.InnerSingleton);
}
// ********** End ScriptStruct FDataflowSetSkinningSelectionNode ***********************************
// ********** Begin ScriptStruct FDataflowGetSkinningSelectionNode *********************************
struct Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FDataflowGetSkinningSelectionNode); }
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowGetSkinningSelectionNode); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/** Get skin weights selection attributes. */" },
{ "DataflowCollection", "" },
{ "Experimental", "" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "Get skin weights selection attributes." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Collection_MetaData[] = {
{ "DataflowInput", "" },
{ "DataflowOutput", "" },
{ "DataflowPassthrough", "Collection" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VertexGroup_MetaData[] = {
{ "Category", "Vertex Attributes" },
{ "Comment", "/** Target group in which the attributes are stored */" },
{ "DisplayName", "Vertex Group" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "Target group in which the attributes are stored" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectionMapKey_MetaData[] = {
{ "Comment", "/** Selection map key to be used in other nodes if necessary */" },
{ "DataflowOutput", "" },
{ "DisplayName", "Selection Map" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "Selection map key to be used in other nodes if necessary" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CorrectionType_MetaData[] = {
{ "Category", "Skin Weights" },
{ "Comment", "/** Selection map key to be used in other nodes if necessary */" },
{ "DisplayName", "Correction Type" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h" },
{ "ToolTip", "Selection map key to be used in other nodes if necessary" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FDataflowGetSkinningSelectionNode constinit property declarations *
static const UECodeGen_Private::FStructPropertyParams NewProp_Collection;
static const UECodeGen_Private::FStructPropertyParams NewProp_VertexGroup;
static const UECodeGen_Private::FStructPropertyParams NewProp_SelectionMapKey;
static const UECodeGen_Private::FBytePropertyParams NewProp_CorrectionType_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_CorrectionType;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FDataflowGetSkinningSelectionNode constinit property declarations ***
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowGetSkinningSelectionNode>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics
static_assert(std::is_polymorphic<FDataflowGetSkinningSelectionNode>() == std::is_polymorphic<FDataflowNode>(), "USTRUCT FDataflowGetSkinningSelectionNode cannot be polymorphic unless super FDataflowNode is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowGetSkinningSelectionNode;
class UScriptStruct* FDataflowGetSkinningSelectionNode::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowGetSkinningSelectionNode.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FDataflowGetSkinningSelectionNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("DataflowGetSkinningSelectionNode"));
}
return Z_Registration_Info_UScriptStruct_FDataflowGetSkinningSelectionNode.OuterSingleton;
}
// ********** Begin ScriptStruct FDataflowGetSkinningSelectionNode Property Definitions ************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics::NewProp_Collection = { "Collection", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowGetSkinningSelectionNode, Collection), Z_Construct_UScriptStruct_FManagedArrayCollection, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Collection_MetaData), NewProp_Collection_MetaData) }; // 378372712
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics::NewProp_VertexGroup = { "VertexGroup", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowGetSkinningSelectionNode, VertexGroup), Z_Construct_UScriptStruct_FScalarVertexPropertyGroup, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VertexGroup_MetaData), NewProp_VertexGroup_MetaData) }; // 703313031
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics::NewProp_SelectionMapKey = { "SelectionMapKey", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowGetSkinningSelectionNode, SelectionMapKey), Z_Construct_UScriptStruct_FCollectionAttributeKey, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectionMapKey_MetaData), NewProp_SelectionMapKey_MetaData) }; // 238587867
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics::NewProp_CorrectionType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics::NewProp_CorrectionType = { "CorrectionType", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowGetSkinningSelectionNode, CorrectionType), Z_Construct_UEnum_DataflowEditor_ESkinWeightsCorrectionType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CorrectionType_MetaData), NewProp_CorrectionType_MetaData) }; // 2447467313
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics::NewProp_Collection,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics::NewProp_VertexGroup,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics::NewProp_SelectionMapKey,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics::NewProp_CorrectionType_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics::NewProp_CorrectionType,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FDataflowGetSkinningSelectionNode Property Definitions **************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
Z_Construct_UScriptStruct_FDataflowNode,
&NewStructOps,
"DataflowGetSkinningSelectionNode",
Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics::PropPointers),
sizeof(FDataflowGetSkinningSelectionNode),
alignof(FDataflowGetSkinningSelectionNode),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowGetSkinningSelectionNode.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowGetSkinningSelectionNode.InnerSingleton, Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowGetSkinningSelectionNode.InnerSingleton);
}
// ********** End ScriptStruct FDataflowGetSkinningSelectionNode ***********************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorCorrectSkinWeightsNode_h__Script_DataflowEditor_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ ESkinWeightsCorrectionType_StaticEnum, TEXT("ESkinWeightsCorrectionType"), &Z_Registration_Info_UEnum_ESkinWeightsCorrectionType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2447467313U) },
};
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FDataflowCorrectSkinWeightsNode::StaticStruct, Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics::NewStructOps, TEXT("DataflowCorrectSkinWeightsNode"),&Z_Registration_Info_UScriptStruct_FDataflowCorrectSkinWeightsNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowCorrectSkinWeightsNode), 185479725U) },
{ FDataflowSetSkinningSelectionNode::StaticStruct, Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics::NewStructOps, TEXT("DataflowSetSkinningSelectionNode"),&Z_Registration_Info_UScriptStruct_FDataflowSetSkinningSelectionNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowSetSkinningSelectionNode), 2559205108U) },
{ FDataflowGetSkinningSelectionNode::StaticStruct, Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics::NewStructOps, TEXT("DataflowGetSkinningSelectionNode"),&Z_Registration_Info_UScriptStruct_FDataflowGetSkinningSelectionNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowGetSkinningSelectionNode), 4151391402U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorCorrectSkinWeightsNode_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorCorrectSkinWeightsNode_h__Script_DataflowEditor_3315852433{
TEXT("/Script/DataflowEditor"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorCorrectSkinWeightsNode_h__Script_DataflowEditor_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorCorrectSkinWeightsNode_h__Script_DataflowEditor_Statics::ScriptStructInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorCorrectSkinWeightsNode_h__Script_DataflowEditor_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorCorrectSkinWeightsNode_h__Script_DataflowEditor_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,68 @@
// 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 "DataflowEditorTools/DataflowEditorCorrectSkinWeightsNode.h"
#ifdef DATAFLOWEDITOR_DataflowEditorCorrectSkinWeightsNode_generated_h
#error "DataflowEditorCorrectSkinWeightsNode.generated.h already included, missing '#pragma once' in DataflowEditorCorrectSkinWeightsNode.h"
#endif
#define DATAFLOWEDITOR_DataflowEditorCorrectSkinWeightsNode_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FDataflowCorrectSkinWeightsNode ***********************************
struct Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorCorrectSkinWeightsNode_h_30_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FDataflowCorrectSkinWeightsNode_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FDataflowNode Super;
struct FDataflowCorrectSkinWeightsNode;
// ********** End ScriptStruct FDataflowCorrectSkinWeightsNode *************************************
// ********** Begin ScriptStruct FDataflowSetSkinningSelectionNode *********************************
struct Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorCorrectSkinWeightsNode_h_123_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FDataflowSetSkinningSelectionNode_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FDataflowNode Super;
struct FDataflowSetSkinningSelectionNode;
// ********** End ScriptStruct FDataflowSetSkinningSelectionNode ***********************************
// ********** Begin ScriptStruct FDataflowGetSkinningSelectionNode *********************************
struct Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorCorrectSkinWeightsNode_h_166_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FDataflowGetSkinningSelectionNode_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FDataflowNode Super;
struct FDataflowGetSkinningSelectionNode;
// ********** End ScriptStruct FDataflowGetSkinningSelectionNode ***********************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorCorrectSkinWeightsNode_h
// ********** Begin Enum ESkinWeightsCorrectionType ************************************************
#define FOREACH_ENUM_ESKINWEIGHTSCORRECTIONTYPE(op) \
op(ESkinWeightsCorrectionType::Relax) \
op(ESkinWeightsCorrectionType::Prune) \
op(ESkinWeightsCorrectionType::Hammer) \
op(ESkinWeightsCorrectionType::Clamp) \
op(ESkinWeightsCorrectionType::Normalize)
enum class ESkinWeightsCorrectionType : uint8;
template<> struct TIsUEnumClass<ESkinWeightsCorrectionType> { enum { Value = true }; };
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<ESkinWeightsCorrectionType>();
// ********** End Enum ESkinWeightsCorrectionType **************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,304 @@
// 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 "DataflowEditorTools/DataflowEditorEditSkeletonBonesTool.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowEditorEditSkeletonBonesTool() {}
// ********** Begin Cross Module References ********************************************************
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorEditSkeletonBonesTool();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorEditSkeletonBonesTool_NoRegister();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorEditSkeletonBonesToolBuilder();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorEditSkeletonBonesToolBuilder_NoRegister();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorToolBuilder_NoRegister();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowTransformGizmoSource();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowTransformGizmoSource_NoRegister();
EDITORINTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UEditorTransformGizmoSource();
MESHMODELINGTOOLSEDITORONLY_API UClass* Z_Construct_UClass_USkeletonEditingTool();
MESHMODELINGTOOLSEDITORONLY_API UClass* Z_Construct_UClass_USkeletonEditingToolBuilder();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDataflowEditorEditSkeletonBonesToolBuilder ******************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowEditorEditSkeletonBonesToolBuilder;
UClass* UDataflowEditorEditSkeletonBonesToolBuilder::GetPrivateStaticClass()
{
using TClass = UDataflowEditorEditSkeletonBonesToolBuilder;
if (!Z_Registration_Info_UClass_UDataflowEditorEditSkeletonBonesToolBuilder.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowEditorEditSkeletonBonesToolBuilder"),
Z_Registration_Info_UClass_UDataflowEditorEditSkeletonBonesToolBuilder.InnerSingleton,
StaticRegisterNativesUDataflowEditorEditSkeletonBonesToolBuilder,
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_UDataflowEditorEditSkeletonBonesToolBuilder.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowEditorEditSkeletonBonesToolBuilder_NoRegister()
{
return UDataflowEditorEditSkeletonBonesToolBuilder::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowEditorEditSkeletonBonesToolBuilder_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Dataflow edit skeleton tool builder\n */" },
{ "IncludePath", "DataflowEditorTools/DataflowEditorEditSkeletonBonesTool.h" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorEditSkeletonBonesTool.h" },
{ "ToolTip", "Dataflow edit skeleton tool builder" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowEditorEditSkeletonBonesToolBuilder constinit property declarations
// ********** End Class UDataflowEditorEditSkeletonBonesToolBuilder constinit property declarations
static UObject* (*const DependentSingletons[])();
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowEditorEditSkeletonBonesToolBuilder>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowEditorEditSkeletonBonesToolBuilder_Statics
UObject* (*const Z_Construct_UClass_UDataflowEditorEditSkeletonBonesToolBuilder_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_USkeletonEditingToolBuilder,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorEditSkeletonBonesToolBuilder_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UDataflowEditorEditSkeletonBonesToolBuilder_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_UDataflowEditorToolBuilder_NoRegister, (int32)VTABLE_OFFSET(UDataflowEditorEditSkeletonBonesToolBuilder, IDataflowEditorToolBuilder), false }, // 1648246745
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowEditorEditSkeletonBonesToolBuilder_Statics::ClassParams = {
&UDataflowEditorEditSkeletonBonesToolBuilder::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
UE_ARRAY_COUNT(InterfaceParams),
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorEditSkeletonBonesToolBuilder_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowEditorEditSkeletonBonesToolBuilder_Statics::Class_MetaDataParams)
};
void UDataflowEditorEditSkeletonBonesToolBuilder::StaticRegisterNativesUDataflowEditorEditSkeletonBonesToolBuilder()
{
}
UClass* Z_Construct_UClass_UDataflowEditorEditSkeletonBonesToolBuilder()
{
if (!Z_Registration_Info_UClass_UDataflowEditorEditSkeletonBonesToolBuilder.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowEditorEditSkeletonBonesToolBuilder.OuterSingleton, Z_Construct_UClass_UDataflowEditorEditSkeletonBonesToolBuilder_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowEditorEditSkeletonBonesToolBuilder.OuterSingleton;
}
UDataflowEditorEditSkeletonBonesToolBuilder::UDataflowEditorEditSkeletonBonesToolBuilder(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowEditorEditSkeletonBonesToolBuilder);
UDataflowEditorEditSkeletonBonesToolBuilder::~UDataflowEditorEditSkeletonBonesToolBuilder() {}
// ********** End Class UDataflowEditorEditSkeletonBonesToolBuilder ********************************
// ********** Begin Class UDataflowEditorEditSkeletonBonesTool *************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowEditorEditSkeletonBonesTool;
UClass* UDataflowEditorEditSkeletonBonesTool::GetPrivateStaticClass()
{
using TClass = UDataflowEditorEditSkeletonBonesTool;
if (!Z_Registration_Info_UClass_UDataflowEditorEditSkeletonBonesTool.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowEditorEditSkeletonBonesTool"),
Z_Registration_Info_UClass_UDataflowEditorEditSkeletonBonesTool.InnerSingleton,
StaticRegisterNativesUDataflowEditorEditSkeletonBonesTool,
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_UDataflowEditorEditSkeletonBonesTool.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowEditorEditSkeletonBonesTool_NoRegister()
{
return UDataflowEditorEditSkeletonBonesTool::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowEditorEditSkeletonBonesTool_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Dataflow edit skeleton tool\n */" },
{ "IncludePath", "DataflowEditorTools/DataflowEditorEditSkeletonBonesTool.h" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorEditSkeletonBonesTool.h" },
{ "ToolTip", "Dataflow edit skeleton tool" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowEditorEditSkeletonBonesTool constinit property declarations *****
// ********** End Class UDataflowEditorEditSkeletonBonesTool constinit property declarations *******
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowEditorEditSkeletonBonesTool>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowEditorEditSkeletonBonesTool_Statics
UObject* (*const Z_Construct_UClass_UDataflowEditorEditSkeletonBonesTool_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_USkeletonEditingTool,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorEditSkeletonBonesTool_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowEditorEditSkeletonBonesTool_Statics::ClassParams = {
&UDataflowEditorEditSkeletonBonesTool::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorEditSkeletonBonesTool_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowEditorEditSkeletonBonesTool_Statics::Class_MetaDataParams)
};
void UDataflowEditorEditSkeletonBonesTool::StaticRegisterNativesUDataflowEditorEditSkeletonBonesTool()
{
}
UClass* Z_Construct_UClass_UDataflowEditorEditSkeletonBonesTool()
{
if (!Z_Registration_Info_UClass_UDataflowEditorEditSkeletonBonesTool.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowEditorEditSkeletonBonesTool.OuterSingleton, Z_Construct_UClass_UDataflowEditorEditSkeletonBonesTool_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowEditorEditSkeletonBonesTool.OuterSingleton;
}
UDataflowEditorEditSkeletonBonesTool::UDataflowEditorEditSkeletonBonesTool() {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowEditorEditSkeletonBonesTool);
UDataflowEditorEditSkeletonBonesTool::~UDataflowEditorEditSkeletonBonesTool() {}
// ********** End Class UDataflowEditorEditSkeletonBonesTool ***************************************
// ********** Begin Class UDataflowTransformGizmoSource ********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowTransformGizmoSource;
UClass* UDataflowTransformGizmoSource::GetPrivateStaticClass()
{
using TClass = UDataflowTransformGizmoSource;
if (!Z_Registration_Info_UClass_UDataflowTransformGizmoSource.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowTransformGizmoSource"),
Z_Registration_Info_UClass_UDataflowTransformGizmoSource.InnerSingleton,
StaticRegisterNativesUDataflowTransformGizmoSource,
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_UDataflowTransformGizmoSource.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowTransformGizmoSource_NoRegister()
{
return UDataflowTransformGizmoSource::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowTransformGizmoSource_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * UDataflowTransformGizmoSource is an ITransformGizmoSource implementation that provides\n * current state information used to configure the Editor transform gizmo.\n */" },
{ "IncludePath", "DataflowEditorTools/DataflowEditorEditSkeletonBonesTool.h" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorEditSkeletonBonesTool.h" },
{ "ToolTip", "UDataflowTransformGizmoSource is an ITransformGizmoSource implementation that provides\ncurrent state information used to configure the Editor transform gizmo." },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowTransformGizmoSource constinit property declarations ************
// ********** End Class UDataflowTransformGizmoSource constinit property declarations **************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowTransformGizmoSource>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowTransformGizmoSource_Statics
UObject* (*const Z_Construct_UClass_UDataflowTransformGizmoSource_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEditorTransformGizmoSource,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowTransformGizmoSource_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowTransformGizmoSource_Statics::ClassParams = {
&UDataflowTransformGizmoSource::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowTransformGizmoSource_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowTransformGizmoSource_Statics::Class_MetaDataParams)
};
void UDataflowTransformGizmoSource::StaticRegisterNativesUDataflowTransformGizmoSource()
{
}
UClass* Z_Construct_UClass_UDataflowTransformGizmoSource()
{
if (!Z_Registration_Info_UClass_UDataflowTransformGizmoSource.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowTransformGizmoSource.OuterSingleton, Z_Construct_UClass_UDataflowTransformGizmoSource_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowTransformGizmoSource.OuterSingleton;
}
UDataflowTransformGizmoSource::UDataflowTransformGizmoSource(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowTransformGizmoSource);
UDataflowTransformGizmoSource::~UDataflowTransformGizmoSource() {}
// ********** End Class UDataflowTransformGizmoSource **********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h__Script_DataflowEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDataflowEditorEditSkeletonBonesToolBuilder, UDataflowEditorEditSkeletonBonesToolBuilder::StaticClass, TEXT("UDataflowEditorEditSkeletonBonesToolBuilder"), &Z_Registration_Info_UClass_UDataflowEditorEditSkeletonBonesToolBuilder, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowEditorEditSkeletonBonesToolBuilder), 1896785776U) },
{ Z_Construct_UClass_UDataflowEditorEditSkeletonBonesTool, UDataflowEditorEditSkeletonBonesTool::StaticClass, TEXT("UDataflowEditorEditSkeletonBonesTool"), &Z_Registration_Info_UClass_UDataflowEditorEditSkeletonBonesTool, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowEditorEditSkeletonBonesTool), 1416706316U) },
{ Z_Construct_UClass_UDataflowTransformGizmoSource, UDataflowTransformGizmoSource::StaticClass, TEXT("UDataflowTransformGizmoSource"), &Z_Registration_Info_UClass_UDataflowTransformGizmoSource, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowTransformGizmoSource), 1158020593U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h__Script_DataflowEditor_797018628{
TEXT("/Script/DataflowEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h__Script_DataflowEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h__Script_DataflowEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,146 @@
// 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 "DataflowEditorTools/DataflowEditorEditSkeletonBonesTool.h"
#ifdef DATAFLOWEDITOR_DataflowEditorEditSkeletonBonesTool_generated_h
#error "DataflowEditorEditSkeletonBonesTool.generated.h already included, missing '#pragma once' in DataflowEditorEditSkeletonBonesTool.h"
#endif
#define DATAFLOWEDITOR_DataflowEditorEditSkeletonBonesTool_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UDataflowEditorEditSkeletonBonesToolBuilder ******************************
struct Z_Construct_UClass_UDataflowEditorEditSkeletonBonesToolBuilder_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorEditSkeletonBonesToolBuilder_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h_25_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowEditorEditSkeletonBonesToolBuilder(); \
friend struct ::Z_Construct_UClass_UDataflowEditorEditSkeletonBonesToolBuilder_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEditorEditSkeletonBonesToolBuilder_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEditorEditSkeletonBonesToolBuilder, USkeletonEditingToolBuilder, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEditorEditSkeletonBonesToolBuilder_NoRegister) \
DECLARE_SERIALIZER(UDataflowEditorEditSkeletonBonesToolBuilder) \
virtual UObject* _getUObject() const override { return const_cast<UDataflowEditorEditSkeletonBonesToolBuilder*>(this); }
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h_25_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowEditorEditSkeletonBonesToolBuilder(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEditorEditSkeletonBonesToolBuilder(UDataflowEditorEditSkeletonBonesToolBuilder&&) = delete; \
UDataflowEditorEditSkeletonBonesToolBuilder(const UDataflowEditorEditSkeletonBonesToolBuilder&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEditorEditSkeletonBonesToolBuilder); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEditorEditSkeletonBonesToolBuilder); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowEditorEditSkeletonBonesToolBuilder) \
DATAFLOWEDITOR_API virtual ~UDataflowEditorEditSkeletonBonesToolBuilder();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h_22_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h_25_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h_25_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h_25_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEditorEditSkeletonBonesToolBuilder;
// ********** End Class UDataflowEditorEditSkeletonBonesToolBuilder ********************************
// ********** Begin Class UDataflowEditorEditSkeletonBonesTool *************************************
struct Z_Construct_UClass_UDataflowEditorEditSkeletonBonesTool_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorEditSkeletonBonesTool_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h_48_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowEditorEditSkeletonBonesTool(); \
friend struct ::Z_Construct_UClass_UDataflowEditorEditSkeletonBonesTool_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEditorEditSkeletonBonesTool_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEditorEditSkeletonBonesTool, USkeletonEditingTool, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEditorEditSkeletonBonesTool_NoRegister) \
DECLARE_SERIALIZER(UDataflowEditorEditSkeletonBonesTool)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h_48_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowEditorEditSkeletonBonesTool(); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEditorEditSkeletonBonesTool(UDataflowEditorEditSkeletonBonesTool&&) = delete; \
UDataflowEditorEditSkeletonBonesTool(const UDataflowEditorEditSkeletonBonesTool&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEditorEditSkeletonBonesTool); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEditorEditSkeletonBonesTool); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UDataflowEditorEditSkeletonBonesTool) \
DATAFLOWEDITOR_API virtual ~UDataflowEditorEditSkeletonBonesTool();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h_45_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h_48_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h_48_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h_48_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEditorEditSkeletonBonesTool;
// ********** End Class UDataflowEditorEditSkeletonBonesTool ***************************************
// ********** Begin Class UDataflowTransformGizmoSource ********************************************
struct Z_Construct_UClass_UDataflowTransformGizmoSource_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowTransformGizmoSource_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h_113_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowTransformGizmoSource(); \
friend struct ::Z_Construct_UClass_UDataflowTransformGizmoSource_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowTransformGizmoSource_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowTransformGizmoSource, UEditorTransformGizmoSource, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowTransformGizmoSource_NoRegister) \
DECLARE_SERIALIZER(UDataflowTransformGizmoSource)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h_113_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowTransformGizmoSource(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowTransformGizmoSource(UDataflowTransformGizmoSource&&) = delete; \
UDataflowTransformGizmoSource(const UDataflowTransformGizmoSource&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowTransformGizmoSource); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowTransformGizmoSource); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowTransformGizmoSource) \
DATAFLOWEDITOR_API virtual ~UDataflowTransformGizmoSource();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h_110_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h_113_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h_113_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h_113_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowTransformGizmoSource;
// ********** End Class UDataflowTransformGizmoSource **********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorEditSkeletonBonesTool_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,134 @@
// 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 "Dataflow/DataflowEditorMode.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowEditorMode() {}
// ********** Begin Cross Module References ********************************************************
BASECHARACTERFXEDITOR_API UClass* Z_Construct_UClass_UBaseCharacterFXEditorMode();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorMode();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorMode_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UEditorInteractiveToolsContext_NoRegister();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDataflowEditorMode ******************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowEditorMode;
UClass* UDataflowEditorMode::GetPrivateStaticClass()
{
using TClass = UDataflowEditorMode;
if (!Z_Registration_Info_UClass_UDataflowEditorMode.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowEditorMode"),
Z_Registration_Info_UClass_UDataflowEditorMode.InnerSingleton,
StaticRegisterNativesUDataflowEditorMode,
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_UDataflowEditorMode.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowEditorMode_NoRegister()
{
return UDataflowEditorMode::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowEditorMode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * The dataflow editor mode is the mode used in the cloth asset editor. It holds most of the inter-tool state.\n * We put things in a mode instead of directly into the asset editor in case we want to someday use the mode\n * in multiple asset editors.\n */" },
{ "IncludePath", "Dataflow/DataflowEditorMode.h" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowEditorMode.h" },
{ "ToolTip", "The dataflow editor mode is the mode used in the cloth asset editor. It holds most of the inter-tool state.\nWe put things in a mode instead of directly into the asset editor in case we want to someday use the mode\nin multiple asset editors." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ActiveToolsContext_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/DataflowEditorMode.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowEditorMode constinit property declarations **********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_ActiveToolsContext;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UDataflowEditorMode constinit property declarations ************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowEditorMode>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowEditorMode_Statics
// ********** Begin Class UDataflowEditorMode Property Definitions *********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDataflowEditorMode_Statics::NewProp_ActiveToolsContext = { "ActiveToolsContext", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowEditorMode, ActiveToolsContext), Z_Construct_UClass_UEditorInteractiveToolsContext_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ActiveToolsContext_MetaData), NewProp_ActiveToolsContext_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDataflowEditorMode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowEditorMode_Statics::NewProp_ActiveToolsContext,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorMode_Statics::PropPointers) < 2048);
// ********** End Class UDataflowEditorMode Property Definitions ***********************************
UObject* (*const Z_Construct_UClass_UDataflowEditorMode_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UBaseCharacterFXEditorMode,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorMode_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowEditorMode_Statics::ClassParams = {
&UDataflowEditorMode::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UDataflowEditorMode_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorMode_Statics::PropPointers),
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorMode_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowEditorMode_Statics::Class_MetaDataParams)
};
void UDataflowEditorMode::StaticRegisterNativesUDataflowEditorMode()
{
}
UClass* Z_Construct_UClass_UDataflowEditorMode()
{
if (!Z_Registration_Info_UClass_UDataflowEditorMode.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowEditorMode.OuterSingleton, Z_Construct_UClass_UDataflowEditorMode_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowEditorMode.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowEditorMode);
UDataflowEditorMode::~UDataflowEditorMode() {}
// ********** End Class UDataflowEditorMode ********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorMode_h__Script_DataflowEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDataflowEditorMode, UDataflowEditorMode::StaticClass, TEXT("UDataflowEditorMode"), &Z_Registration_Info_UClass_UDataflowEditorMode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowEditorMode), 3005817456U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorMode_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorMode_h__Script_DataflowEditor_3865436291{
TEXT("/Script/DataflowEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorMode_h__Script_DataflowEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorMode_h__Script_DataflowEditor_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 "Dataflow/DataflowEditorMode.h"
#ifdef DATAFLOWEDITOR_DataflowEditorMode_generated_h
#error "DataflowEditorMode.generated.h already included, missing '#pragma once' in DataflowEditorMode.h"
#endif
#define DATAFLOWEDITOR_DataflowEditorMode_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UDataflowEditorMode ******************************************************
struct Z_Construct_UClass_UDataflowEditorMode_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorMode_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorMode_h_33_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowEditorMode(); \
friend struct ::Z_Construct_UClass_UDataflowEditorMode_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEditorMode_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEditorMode, UBaseCharacterFXEditorMode, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEditorMode_NoRegister) \
DECLARE_SERIALIZER(UDataflowEditorMode)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorMode_h_33_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEditorMode(UDataflowEditorMode&&) = delete; \
UDataflowEditorMode(const UDataflowEditorMode&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEditorMode); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEditorMode); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UDataflowEditorMode) \
DATAFLOWEDITOR_API virtual ~UDataflowEditorMode();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorMode_h_30_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorMode_h_33_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorMode_h_33_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorMode_h_33_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEditorMode;
// ********** End Class UDataflowEditorMode ********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorMode_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

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 "Dataflow/DataflowEditorModeUILayer.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowEditorModeUILayer() {}
// ********** Begin Cross Module References ********************************************************
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorUISubsystem();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorUISubsystem_NoRegister();
EDITORFRAMEWORK_API UClass* Z_Construct_UClass_UAssetEditorUISubsystem();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDataflowEditorUISubsystem ***********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowEditorUISubsystem;
UClass* UDataflowEditorUISubsystem::GetPrivateStaticClass()
{
using TClass = UDataflowEditorUISubsystem;
if (!Z_Registration_Info_UClass_UDataflowEditorUISubsystem.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowEditorUISubsystem"),
Z_Registration_Info_UClass_UDataflowEditorUISubsystem.InnerSingleton,
StaticRegisterNativesUDataflowEditorUISubsystem,
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_UDataflowEditorUISubsystem.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowEditorUISubsystem_NoRegister()
{
return UDataflowEditorUISubsystem::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowEditorUISubsystem_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** Interchange layer to manage built in tab locations within the editor's layout. **/" },
{ "IncludePath", "Dataflow/DataflowEditorModeUILayer.h" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowEditorModeUILayer.h" },
{ "ToolTip", "Interchange layer to manage built in tab locations within the editor's layout. *" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowEditorUISubsystem constinit property declarations ***************
// ********** End Class UDataflowEditorUISubsystem constinit property declarations *****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowEditorUISubsystem>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowEditorUISubsystem_Statics
UObject* (*const Z_Construct_UClass_UDataflowEditorUISubsystem_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UAssetEditorUISubsystem,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorUISubsystem_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowEditorUISubsystem_Statics::ClassParams = {
&UDataflowEditorUISubsystem::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorUISubsystem_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowEditorUISubsystem_Statics::Class_MetaDataParams)
};
void UDataflowEditorUISubsystem::StaticRegisterNativesUDataflowEditorUISubsystem()
{
}
UClass* Z_Construct_UClass_UDataflowEditorUISubsystem()
{
if (!Z_Registration_Info_UClass_UDataflowEditorUISubsystem.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowEditorUISubsystem.OuterSingleton, Z_Construct_UClass_UDataflowEditorUISubsystem_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowEditorUISubsystem.OuterSingleton;
}
UDataflowEditorUISubsystem::UDataflowEditorUISubsystem() {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowEditorUISubsystem);
UDataflowEditorUISubsystem::~UDataflowEditorUISubsystem() {}
// ********** End Class UDataflowEditorUISubsystem *************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorModeUILayer_h__Script_DataflowEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDataflowEditorUISubsystem, UDataflowEditorUISubsystem::StaticClass, TEXT("UDataflowEditorUISubsystem"), &Z_Registration_Info_UClass_UDataflowEditorUISubsystem, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowEditorUISubsystem), 4210339584U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorModeUILayer_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorModeUILayer_h__Script_DataflowEditor_638667634{
TEXT("/Script/DataflowEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorModeUILayer_h__Script_DataflowEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorModeUILayer_h__Script_DataflowEditor_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 "Dataflow/DataflowEditorModeUILayer.h"
#ifdef DATAFLOWEDITOR_DataflowEditorModeUILayer_generated_h
#error "DataflowEditorModeUILayer.generated.h already included, missing '#pragma once' in DataflowEditorModeUILayer.h"
#endif
#define DATAFLOWEDITOR_DataflowEditorModeUILayer_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UDataflowEditorUISubsystem ***********************************************
struct Z_Construct_UClass_UDataflowEditorUISubsystem_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorUISubsystem_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorModeUILayer_h_14_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowEditorUISubsystem(); \
friend struct ::Z_Construct_UClass_UDataflowEditorUISubsystem_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEditorUISubsystem_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEditorUISubsystem, UAssetEditorUISubsystem, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEditorUISubsystem_NoRegister) \
DECLARE_SERIALIZER(UDataflowEditorUISubsystem)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorModeUILayer_h_14_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowEditorUISubsystem(); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEditorUISubsystem(UDataflowEditorUISubsystem&&) = delete; \
UDataflowEditorUISubsystem(const UDataflowEditorUISubsystem&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEditorUISubsystem); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEditorUISubsystem); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UDataflowEditorUISubsystem) \
DATAFLOWEDITOR_API virtual ~UDataflowEditorUISubsystem();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorModeUILayer_h_11_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorModeUILayer_h_14_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorModeUILayer_h_14_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorModeUILayer_h_14_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEditorUISubsystem;
// ********** End Class UDataflowEditorUISubsystem *************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorModeUILayer_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,331 @@
// 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 "Dataflow/DataflowEditorOptions.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowEditorOptions() {}
// ********** Begin Cross Module References ********************************************************
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorOptions();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorOptions_NoRegister();
DATAFLOWEDITOR_API UEnum* Z_Construct_UEnum_DataflowEditor_EDataflowConstructionViewportMousePanButton();
DATAFLOWEDITOR_API UEnum* Z_Construct_UEnum_DataflowEditor_EDataflowEditorEvaluationMode();
DEVELOPERSETTINGS_API UClass* Z_Construct_UClass_UDeveloperSettings();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EDataflowConstructionViewportMousePanButton *******************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EDataflowConstructionViewportMousePanButton;
static UEnum* EDataflowConstructionViewportMousePanButton_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EDataflowConstructionViewportMousePanButton.OuterSingleton)
{
Z_Registration_Info_UEnum_EDataflowConstructionViewportMousePanButton.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_DataflowEditor_EDataflowConstructionViewportMousePanButton, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("EDataflowConstructionViewportMousePanButton"));
}
return Z_Registration_Info_UEnum_EDataflowConstructionViewportMousePanButton.OuterSingleton;
}
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowConstructionViewportMousePanButton>()
{
return EDataflowConstructionViewportMousePanButton_StaticEnum();
}
struct Z_Construct_UEnum_DataflowEditor_EDataflowConstructionViewportMousePanButton_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Middle.Comment", "/** Middle Mouse Button */" },
{ "Middle.Name", "EDataflowConstructionViewportMousePanButton::Middle" },
{ "Middle.ToolTip", "Middle Mouse Button" },
{ "ModuleRelativePath", "Private/Dataflow/DataflowEditorOptions.h" },
{ "Right.Comment", "/** Right Mouse Button */" },
{ "Right.Name", "EDataflowConstructionViewportMousePanButton::Right" },
{ "Right.ToolTip", "Right Mouse Button" },
{ "RightOrMiddle.Comment", "/** Either Right or Middle Mouse Button */" },
{ "RightOrMiddle.Name", "EDataflowConstructionViewportMousePanButton::RightOrMiddle" },
{ "RightOrMiddle.ToolTip", "Either Right or Middle Mouse Button" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EDataflowConstructionViewportMousePanButton::Right", (int64)EDataflowConstructionViewportMousePanButton::Right },
{ "EDataflowConstructionViewportMousePanButton::Middle", (int64)EDataflowConstructionViewportMousePanButton::Middle },
{ "EDataflowConstructionViewportMousePanButton::RightOrMiddle", (int64)EDataflowConstructionViewportMousePanButton::RightOrMiddle },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_DataflowEditor_EDataflowConstructionViewportMousePanButton_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_DataflowEditor_EDataflowConstructionViewportMousePanButton_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_DataflowEditor,
nullptr,
"EDataflowConstructionViewportMousePanButton",
"EDataflowConstructionViewportMousePanButton",
Z_Construct_UEnum_DataflowEditor_EDataflowConstructionViewportMousePanButton_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEditor_EDataflowConstructionViewportMousePanButton_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEditor_EDataflowConstructionViewportMousePanButton_Statics::Enum_MetaDataParams), Z_Construct_UEnum_DataflowEditor_EDataflowConstructionViewportMousePanButton_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_DataflowEditor_EDataflowConstructionViewportMousePanButton()
{
if (!Z_Registration_Info_UEnum_EDataflowConstructionViewportMousePanButton.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EDataflowConstructionViewportMousePanButton.InnerSingleton, Z_Construct_UEnum_DataflowEditor_EDataflowConstructionViewportMousePanButton_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EDataflowConstructionViewportMousePanButton.InnerSingleton;
}
// ********** End Enum EDataflowConstructionViewportMousePanButton *********************************
// ********** Begin Enum EDataflowEditorEvaluationMode *********************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EDataflowEditorEvaluationMode;
static UEnum* EDataflowEditorEvaluationMode_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EDataflowEditorEvaluationMode.OuterSingleton)
{
Z_Registration_Info_UEnum_EDataflowEditorEvaluationMode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_DataflowEditor_EDataflowEditorEvaluationMode, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("EDataflowEditorEvaluationMode"));
}
return Z_Registration_Info_UEnum_EDataflowEditorEvaluationMode.OuterSingleton;
}
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowEditorEvaluationMode>()
{
return EDataflowEditorEvaluationMode_StaticEnum();
}
struct Z_Construct_UEnum_DataflowEditor_EDataflowEditorEvaluationMode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Automatic.Comment", "/** Dataflow graph will evaluate automatically when values are changed */" },
{ "Automatic.Name", "EDataflowEditorEvaluationMode::Automatic" },
{ "Automatic.ToolTip", "Dataflow graph will evaluate automatically when values are changed" },
{ "BlueprintType", "true" },
{ "Manual.Comment", "/** Dataflow graph will not eveluate until the user presses the evaluate button in the editor */" },
{ "Manual.Name", "EDataflowEditorEvaluationMode::Manual" },
{ "Manual.ToolTip", "Dataflow graph will not eveluate until the user presses the evaluate button in the editor" },
{ "ModuleRelativePath", "Private/Dataflow/DataflowEditorOptions.h" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EDataflowEditorEvaluationMode::Automatic", (int64)EDataflowEditorEvaluationMode::Automatic },
{ "EDataflowEditorEvaluationMode::Manual", (int64)EDataflowEditorEvaluationMode::Manual },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_DataflowEditor_EDataflowEditorEvaluationMode_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_DataflowEditor_EDataflowEditorEvaluationMode_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_DataflowEditor,
nullptr,
"EDataflowEditorEvaluationMode",
"EDataflowEditorEvaluationMode",
Z_Construct_UEnum_DataflowEditor_EDataflowEditorEvaluationMode_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEditor_EDataflowEditorEvaluationMode_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEditor_EDataflowEditorEvaluationMode_Statics::Enum_MetaDataParams), Z_Construct_UEnum_DataflowEditor_EDataflowEditorEvaluationMode_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_DataflowEditor_EDataflowEditorEvaluationMode()
{
if (!Z_Registration_Info_UEnum_EDataflowEditorEvaluationMode.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EDataflowEditorEvaluationMode.InnerSingleton, Z_Construct_UEnum_DataflowEditor_EDataflowEditorEvaluationMode_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EDataflowEditorEvaluationMode.InnerSingleton;
}
// ********** End Enum EDataflowEditorEvaluationMode ***********************************************
// ********** Begin Class UDataflowEditorOptions ***************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowEditorOptions;
UClass* UDataflowEditorOptions::GetPrivateStaticClass()
{
using TClass = UDataflowEditorOptions;
if (!Z_Registration_Info_UClass_UDataflowEditorOptions.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowEditorOptions"),
Z_Registration_Info_UClass_UDataflowEditorOptions.InnerSingleton,
StaticRegisterNativesUDataflowEditorOptions,
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_UDataflowEditorOptions.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowEditorOptions_NoRegister()
{
return UDataflowEditorOptions::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowEditorOptions_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** A settings class used to store and retreive user settings related to the Dataflow Editor */" },
{ "DisplayName", "Dataflow Editor" },
{ "HideCategories", "Object" },
{ "IncludePath", "Dataflow/DataflowEditorOptions.h" },
{ "ModuleRelativePath", "Private/Dataflow/DataflowEditorOptions.h" },
{ "ToolTip", "A settings class used to store and retreive user settings related to the Dataflow Editor" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConstructionViewFOV_MetaData[] = {
{ "Comment", "/** FOV for the Construction viewport camera */" },
{ "ModuleRelativePath", "Private/Dataflow/DataflowEditorOptions.h" },
{ "ToolTip", "FOV for the Construction viewport camera" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SimulationViewFOV_MetaData[] = {
{ "Comment", "/** FOV for the Simulation viewport camera */" },
{ "ModuleRelativePath", "Private/Dataflow/DataflowEditorOptions.h" },
{ "ToolTip", "FOV for the Simulation viewport camera" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bConstructionViewFixedExposure_MetaData[] = {
{ "Comment", "/** Whether the Construction viewport has Auto or Fixed exposure */" },
{ "ModuleRelativePath", "Private/Dataflow/DataflowEditorOptions.h" },
{ "ToolTip", "Whether the Construction viewport has Auto or Fixed exposure" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSimulationViewFixedExposure_MetaData[] = {
{ "Comment", "/** Whether the Simulation viewport has Auto or Fixed exposure */" },
{ "ModuleRelativePath", "Private/Dataflow/DataflowEditorOptions.h" },
{ "ToolTip", "Whether the Simulation viewport has Auto or Fixed exposure" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConstructionProfileName_MetaData[] = {
{ "Comment", "/** Preview Scene Profile for the Construction viewport */" },
{ "ModuleRelativePath", "Private/Dataflow/DataflowEditorOptions.h" },
{ "ToolTip", "Preview Scene Profile for the Construction viewport" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SimulationProfileName_MetaData[] = {
{ "Comment", "/** Preview Scene Profile for the Simulation viewport */" },
{ "ModuleRelativePath", "Private/Dataflow/DataflowEditorOptions.h" },
{ "ToolTip", "Preview Scene Profile for the Simulation viewport" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConstructionViewportMousePanButton_MetaData[] = {
{ "Category", "UI" },
{ "Comment", "/** Which mouse button controls camera panning in the Construction Viewport in 2D view mode */" },
{ "ModuleRelativePath", "Private/Dataflow/DataflowEditorOptions.h" },
{ "ToolTip", "Which mouse button controls camera panning in the Construction Viewport in 2D view mode" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EditorEvaluationMode_MetaData[] = {
{ "Category", "UI" },
{ "ModuleRelativePath", "Private/Dataflow/DataflowEditorOptions.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowEditorOptions constinit property declarations *******************
static const UECodeGen_Private::FFloatPropertyParams NewProp_ConstructionViewFOV;
static const UECodeGen_Private::FFloatPropertyParams NewProp_SimulationViewFOV;
static void NewProp_bConstructionViewFixedExposure_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bConstructionViewFixedExposure;
static void NewProp_bSimulationViewFixedExposure_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSimulationViewFixedExposure;
static const UECodeGen_Private::FStrPropertyParams NewProp_ConstructionProfileName;
static const UECodeGen_Private::FStrPropertyParams NewProp_SimulationProfileName;
static const UECodeGen_Private::FBytePropertyParams NewProp_ConstructionViewportMousePanButton_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_ConstructionViewportMousePanButton;
static const UECodeGen_Private::FBytePropertyParams NewProp_EditorEvaluationMode_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_EditorEvaluationMode;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UDataflowEditorOptions constinit property declarations *********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowEditorOptions>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowEditorOptions_Statics
// ********** Begin Class UDataflowEditorOptions Property Definitions ******************************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_ConstructionViewFOV = { "ConstructionViewFOV", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowEditorOptions, ConstructionViewFOV), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConstructionViewFOV_MetaData), NewProp_ConstructionViewFOV_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_SimulationViewFOV = { "SimulationViewFOV", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowEditorOptions, SimulationViewFOV), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SimulationViewFOV_MetaData), NewProp_SimulationViewFOV_MetaData) };
void Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_bConstructionViewFixedExposure_SetBit(void* Obj)
{
((UDataflowEditorOptions*)Obj)->bConstructionViewFixedExposure = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_bConstructionViewFixedExposure = { "bConstructionViewFixedExposure", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDataflowEditorOptions), &Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_bConstructionViewFixedExposure_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bConstructionViewFixedExposure_MetaData), NewProp_bConstructionViewFixedExposure_MetaData) };
void Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_bSimulationViewFixedExposure_SetBit(void* Obj)
{
((UDataflowEditorOptions*)Obj)->bSimulationViewFixedExposure = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_bSimulationViewFixedExposure = { "bSimulationViewFixedExposure", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDataflowEditorOptions), &Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_bSimulationViewFixedExposure_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSimulationViewFixedExposure_MetaData), NewProp_bSimulationViewFixedExposure_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_ConstructionProfileName = { "ConstructionProfileName", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowEditorOptions, ConstructionProfileName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConstructionProfileName_MetaData), NewProp_ConstructionProfileName_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_SimulationProfileName = { "SimulationProfileName", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowEditorOptions, SimulationProfileName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SimulationProfileName_MetaData), NewProp_SimulationProfileName_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_ConstructionViewportMousePanButton_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_ConstructionViewportMousePanButton = { "ConstructionViewportMousePanButton", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowEditorOptions, ConstructionViewportMousePanButton), Z_Construct_UEnum_DataflowEditor_EDataflowConstructionViewportMousePanButton, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConstructionViewportMousePanButton_MetaData), NewProp_ConstructionViewportMousePanButton_MetaData) }; // 149152194
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_EditorEvaluationMode_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_EditorEvaluationMode = { "EditorEvaluationMode", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowEditorOptions, EditorEvaluationMode), Z_Construct_UEnum_DataflowEditor_EDataflowEditorEvaluationMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EditorEvaluationMode_MetaData), NewProp_EditorEvaluationMode_MetaData) }; // 1892401437
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDataflowEditorOptions_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_ConstructionViewFOV,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_SimulationViewFOV,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_bConstructionViewFixedExposure,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_bSimulationViewFixedExposure,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_ConstructionProfileName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_SimulationProfileName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_ConstructionViewportMousePanButton_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_ConstructionViewportMousePanButton,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_EditorEvaluationMode_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowEditorOptions_Statics::NewProp_EditorEvaluationMode,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorOptions_Statics::PropPointers) < 2048);
// ********** End Class UDataflowEditorOptions Property Definitions ********************************
UObject* (*const Z_Construct_UClass_UDataflowEditorOptions_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDeveloperSettings,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorOptions_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowEditorOptions_Statics::ClassParams = {
&UDataflowEditorOptions::StaticClass,
"EditorPerProjectUserSettings",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UDataflowEditorOptions_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorOptions_Statics::PropPointers),
0,
0x000800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorOptions_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowEditorOptions_Statics::Class_MetaDataParams)
};
void UDataflowEditorOptions::StaticRegisterNativesUDataflowEditorOptions()
{
}
UClass* Z_Construct_UClass_UDataflowEditorOptions()
{
if (!Z_Registration_Info_UClass_UDataflowEditorOptions.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowEditorOptions.OuterSingleton, Z_Construct_UClass_UDataflowEditorOptions_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowEditorOptions.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowEditorOptions);
UDataflowEditorOptions::~UDataflowEditorOptions() {}
// ********** End Class UDataflowEditorOptions *****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorOptions_h__Script_DataflowEditor_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EDataflowConstructionViewportMousePanButton_StaticEnum, TEXT("EDataflowConstructionViewportMousePanButton"), &Z_Registration_Info_UEnum_EDataflowConstructionViewportMousePanButton, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 149152194U) },
{ EDataflowEditorEvaluationMode_StaticEnum, TEXT("EDataflowEditorEvaluationMode"), &Z_Registration_Info_UEnum_EDataflowEditorEvaluationMode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1892401437U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDataflowEditorOptions, UDataflowEditorOptions::StaticClass, TEXT("UDataflowEditorOptions"), &Z_Registration_Info_UClass_UDataflowEditorOptions, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowEditorOptions), 71102109U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorOptions_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorOptions_h__Script_DataflowEditor_1585591773{
TEXT("/Script/DataflowEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorOptions_h__Script_DataflowEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorOptions_h__Script_DataflowEditor_Statics::ClassInfo),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorOptions_h__Script_DataflowEditor_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorOptions_h__Script_DataflowEditor_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,86 @@
// 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 "Dataflow/DataflowEditorOptions.h"
#ifdef DATAFLOWEDITOR_DataflowEditorOptions_generated_h
#error "DataflowEditorOptions.generated.h already included, missing '#pragma once' in DataflowEditorOptions.h"
#endif
#define DATAFLOWEDITOR_DataflowEditorOptions_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UDataflowEditorOptions ***************************************************
struct Z_Construct_UClass_UDataflowEditorOptions_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorOptions_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorOptions_h_36_INCLASS \
private: \
static void StaticRegisterNativesUDataflowEditorOptions(); \
friend struct ::Z_Construct_UClass_UDataflowEditorOptions_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEditorOptions_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEditorOptions, UDeveloperSettings, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEditorOptions_NoRegister) \
DECLARE_SERIALIZER(UDataflowEditorOptions) \
static constexpr const TCHAR* StaticConfigName() {return TEXT("EditorPerProjectUserSettings");} \
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorOptions_h_36_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowEditorOptions(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowEditorOptions) \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEditorOptions); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEditorOptions); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEditorOptions(UDataflowEditorOptions&&) = delete; \
UDataflowEditorOptions(const UDataflowEditorOptions&) = delete; \
DATAFLOWEDITOR_API virtual ~UDataflowEditorOptions();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorOptions_h_33_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorOptions_h_36_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorOptions_h_36_INCLASS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorOptions_h_36_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEditorOptions;
// ********** End Class UDataflowEditorOptions *****************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowEditorOptions_h
// ********** Begin Enum EDataflowConstructionViewportMousePanButton *******************************
#define FOREACH_ENUM_EDATAFLOWCONSTRUCTIONVIEWPORTMOUSEPANBUTTON(op) \
op(EDataflowConstructionViewportMousePanButton::Right) \
op(EDataflowConstructionViewportMousePanButton::Middle) \
op(EDataflowConstructionViewportMousePanButton::RightOrMiddle)
enum class EDataflowConstructionViewportMousePanButton : uint8;
template<> struct TIsUEnumClass<EDataflowConstructionViewportMousePanButton> { enum { Value = true }; };
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowConstructionViewportMousePanButton>();
// ********** End Enum EDataflowConstructionViewportMousePanButton *********************************
// ********** Begin Enum EDataflowEditorEvaluationMode *********************************************
#define FOREACH_ENUM_EDATAFLOWEDITOREVALUATIONMODE(op) \
op(EDataflowEditorEvaluationMode::Automatic) \
op(EDataflowEditorEvaluationMode::Manual)
enum class EDataflowEditorEvaluationMode : uint8;
template<> struct TIsUEnumClass<EDataflowEditorEvaluationMode> { enum { Value = true }; };
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowEditorEvaluationMode>();
// ********** End Enum EDataflowEditorEvaluationMode ***********************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,321 @@
// 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 "Dataflow/DataflowEditorPreviewSceneBase.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowEditorPreviewSceneBase() {}
// ********** Begin Cross Module References ********************************************************
DATAFLOWEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowConstructionObjectTag();
DATAFLOWEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowSceneObjectTag();
DATAFLOWEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowSceneStructTag();
DATAFLOWEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowSceneTypeColumn();
DATAFLOWEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowSimulationObjectTag();
TYPEDELEMENTFRAMEWORK_API UScriptStruct* Z_Construct_UScriptStruct_FEditorDataStorageColumn();
TYPEDELEMENTFRAMEWORK_API UScriptStruct* Z_Construct_UScriptStruct_FEditorDataStorageTag();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FDataflowConstructionObjectTag ************************************
struct Z_Construct_UScriptStruct_FDataflowConstructionObjectTag_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FDataflowConstructionObjectTag); }
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowConstructionObjectTag); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/**\n * TEDS tag added to any object that belongs to dataflow construction scene\n */" },
{ "DisplayName", "Dataflow construction object" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowEditorPreviewSceneBase.h" },
{ "ToolTip", "TEDS tag added to any object that belongs to dataflow construction scene" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FDataflowConstructionObjectTag constinit property declarations ****
// ********** End ScriptStruct FDataflowConstructionObjectTag constinit property declarations ******
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowConstructionObjectTag>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FDataflowConstructionObjectTag_Statics
static_assert(std::is_polymorphic<FDataflowConstructionObjectTag>() == std::is_polymorphic<FEditorDataStorageTag>(), "USTRUCT FDataflowConstructionObjectTag cannot be polymorphic unless super FEditorDataStorageTag is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowConstructionObjectTag;
class UScriptStruct* FDataflowConstructionObjectTag::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowConstructionObjectTag.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FDataflowConstructionObjectTag.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowConstructionObjectTag, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("DataflowConstructionObjectTag"));
}
return Z_Registration_Info_UScriptStruct_FDataflowConstructionObjectTag.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowConstructionObjectTag_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
Z_Construct_UScriptStruct_FEditorDataStorageTag,
&NewStructOps,
"DataflowConstructionObjectTag",
nullptr,
0,
sizeof(FDataflowConstructionObjectTag),
alignof(FDataflowConstructionObjectTag),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowConstructionObjectTag_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowConstructionObjectTag_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FDataflowConstructionObjectTag()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowConstructionObjectTag.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowConstructionObjectTag.InnerSingleton, Z_Construct_UScriptStruct_FDataflowConstructionObjectTag_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowConstructionObjectTag.InnerSingleton);
}
// ********** End ScriptStruct FDataflowConstructionObjectTag **************************************
// ********** Begin ScriptStruct FDataflowSimulationObjectTag **************************************
struct Z_Construct_UScriptStruct_FDataflowSimulationObjectTag_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FDataflowSimulationObjectTag); }
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowSimulationObjectTag); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/**\n * TEDS tag added to any object that belongs to dataflow simulation scene\n */" },
{ "DisplayName", "Dataflow simulation object" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowEditorPreviewSceneBase.h" },
{ "ToolTip", "TEDS tag added to any object that belongs to dataflow simulation scene" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FDataflowSimulationObjectTag constinit property declarations ******
// ********** End ScriptStruct FDataflowSimulationObjectTag constinit property declarations ********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowSimulationObjectTag>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FDataflowSimulationObjectTag_Statics
static_assert(std::is_polymorphic<FDataflowSimulationObjectTag>() == std::is_polymorphic<FEditorDataStorageTag>(), "USTRUCT FDataflowSimulationObjectTag cannot be polymorphic unless super FEditorDataStorageTag is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowSimulationObjectTag;
class UScriptStruct* FDataflowSimulationObjectTag::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowSimulationObjectTag.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FDataflowSimulationObjectTag.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowSimulationObjectTag, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("DataflowSimulationObjectTag"));
}
return Z_Registration_Info_UScriptStruct_FDataflowSimulationObjectTag.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowSimulationObjectTag_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
Z_Construct_UScriptStruct_FEditorDataStorageTag,
&NewStructOps,
"DataflowSimulationObjectTag",
nullptr,
0,
sizeof(FDataflowSimulationObjectTag),
alignof(FDataflowSimulationObjectTag),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowSimulationObjectTag_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowSimulationObjectTag_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FDataflowSimulationObjectTag()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowSimulationObjectTag.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowSimulationObjectTag.InnerSingleton, Z_Construct_UScriptStruct_FDataflowSimulationObjectTag_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowSimulationObjectTag.InnerSingleton);
}
// ********** End ScriptStruct FDataflowSimulationObjectTag ****************************************
// ********** Begin ScriptStruct FDataflowSceneObjectTag *******************************************
struct Z_Construct_UScriptStruct_FDataflowSceneObjectTag_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FDataflowSceneObjectTag); }
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowSceneObjectTag); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/**\n * TEDS tag added to any object that belongs to dataflow scene\n */" },
{ "DisplayName", "Dataflow scene object" },
{ "EditorDataStorage_DynamicColumnTemplate", "" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowEditorPreviewSceneBase.h" },
{ "ToolTip", "TEDS tag added to any object that belongs to dataflow scene" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FDataflowSceneObjectTag constinit property declarations ***********
// ********** End ScriptStruct FDataflowSceneObjectTag constinit property declarations *************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowSceneObjectTag>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FDataflowSceneObjectTag_Statics
static_assert(std::is_polymorphic<FDataflowSceneObjectTag>() == std::is_polymorphic<FEditorDataStorageTag>(), "USTRUCT FDataflowSceneObjectTag cannot be polymorphic unless super FEditorDataStorageTag is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowSceneObjectTag;
class UScriptStruct* FDataflowSceneObjectTag::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowSceneObjectTag.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FDataflowSceneObjectTag.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowSceneObjectTag, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("DataflowSceneObjectTag"));
}
return Z_Registration_Info_UScriptStruct_FDataflowSceneObjectTag.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowSceneObjectTag_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
Z_Construct_UScriptStruct_FEditorDataStorageTag,
&NewStructOps,
"DataflowSceneObjectTag",
nullptr,
0,
sizeof(FDataflowSceneObjectTag),
alignof(FDataflowSceneObjectTag),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowSceneObjectTag_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowSceneObjectTag_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FDataflowSceneObjectTag()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowSceneObjectTag.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowSceneObjectTag.InnerSingleton, Z_Construct_UScriptStruct_FDataflowSceneObjectTag_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowSceneObjectTag.InnerSingleton);
}
// ********** End ScriptStruct FDataflowSceneObjectTag *********************************************
// ********** Begin ScriptStruct FDataflowSceneStructTag *******************************************
struct Z_Construct_UScriptStruct_FDataflowSceneStructTag_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FDataflowSceneStructTag); }
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowSceneStructTag); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/**\n * TEDS tag added to any struct that belongs to dataflow scene\n */" },
{ "DisplayName", "Dataflow scene struct" },
{ "EditorDataStorage_DynamicColumnTemplate", "" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowEditorPreviewSceneBase.h" },
{ "ToolTip", "TEDS tag added to any struct that belongs to dataflow scene" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FDataflowSceneStructTag constinit property declarations ***********
// ********** End ScriptStruct FDataflowSceneStructTag constinit property declarations *************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowSceneStructTag>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FDataflowSceneStructTag_Statics
static_assert(std::is_polymorphic<FDataflowSceneStructTag>() == std::is_polymorphic<FEditorDataStorageTag>(), "USTRUCT FDataflowSceneStructTag cannot be polymorphic unless super FEditorDataStorageTag is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowSceneStructTag;
class UScriptStruct* FDataflowSceneStructTag::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowSceneStructTag.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FDataflowSceneStructTag.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowSceneStructTag, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("DataflowSceneStructTag"));
}
return Z_Registration_Info_UScriptStruct_FDataflowSceneStructTag.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowSceneStructTag_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
Z_Construct_UScriptStruct_FEditorDataStorageTag,
&NewStructOps,
"DataflowSceneStructTag",
nullptr,
0,
sizeof(FDataflowSceneStructTag),
alignof(FDataflowSceneStructTag),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowSceneStructTag_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowSceneStructTag_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FDataflowSceneStructTag()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowSceneStructTag.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowSceneStructTag.InnerSingleton, Z_Construct_UScriptStruct_FDataflowSceneStructTag_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowSceneStructTag.InnerSingleton);
}
// ********** End ScriptStruct FDataflowSceneStructTag *********************************************
// ********** Begin ScriptStruct FDataflowSceneTypeColumn ******************************************
struct Z_Construct_UScriptStruct_FDataflowSceneTypeColumn_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FDataflowSceneTypeColumn); }
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowSceneTypeColumn); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/**\n * TEDS column added to any struct/scene to display the type (construction/simulation/evaluation)\n */" },
{ "DisplayName", "Dataflow scene type" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowEditorPreviewSceneBase.h" },
{ "ToolTip", "TEDS column added to any struct/scene to display the type (construction/simulation/evaluation)" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FDataflowSceneTypeColumn constinit property declarations **********
// ********** End ScriptStruct FDataflowSceneTypeColumn constinit property declarations ************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowSceneTypeColumn>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FDataflowSceneTypeColumn_Statics
static_assert(std::is_polymorphic<FDataflowSceneTypeColumn>() == std::is_polymorphic<FEditorDataStorageColumn>(), "USTRUCT FDataflowSceneTypeColumn cannot be polymorphic unless super FEditorDataStorageColumn is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowSceneTypeColumn;
class UScriptStruct* FDataflowSceneTypeColumn::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowSceneTypeColumn.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FDataflowSceneTypeColumn.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowSceneTypeColumn, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("DataflowSceneTypeColumn"));
}
return Z_Registration_Info_UScriptStruct_FDataflowSceneTypeColumn.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowSceneTypeColumn_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
Z_Construct_UScriptStruct_FEditorDataStorageColumn,
&NewStructOps,
"DataflowSceneTypeColumn",
nullptr,
0,
sizeof(FDataflowSceneTypeColumn),
alignof(FDataflowSceneTypeColumn),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowSceneTypeColumn_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowSceneTypeColumn_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FDataflowSceneTypeColumn()
{
if (!Z_Registration_Info_UScriptStruct_FDataflowSceneTypeColumn.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowSceneTypeColumn.InnerSingleton, Z_Construct_UScriptStruct_FDataflowSceneTypeColumn_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowSceneTypeColumn.InnerSingleton);
}
// ********** End ScriptStruct FDataflowSceneTypeColumn ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorPreviewSceneBase_h__Script_DataflowEditor_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FDataflowConstructionObjectTag::StaticStruct, Z_Construct_UScriptStruct_FDataflowConstructionObjectTag_Statics::NewStructOps, TEXT("DataflowConstructionObjectTag"),&Z_Registration_Info_UScriptStruct_FDataflowConstructionObjectTag, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowConstructionObjectTag), 2403422540U) },
{ FDataflowSimulationObjectTag::StaticStruct, Z_Construct_UScriptStruct_FDataflowSimulationObjectTag_Statics::NewStructOps, TEXT("DataflowSimulationObjectTag"),&Z_Registration_Info_UScriptStruct_FDataflowSimulationObjectTag, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowSimulationObjectTag), 2256236900U) },
{ FDataflowSceneObjectTag::StaticStruct, Z_Construct_UScriptStruct_FDataflowSceneObjectTag_Statics::NewStructOps, TEXT("DataflowSceneObjectTag"),&Z_Registration_Info_UScriptStruct_FDataflowSceneObjectTag, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowSceneObjectTag), 1570093355U) },
{ FDataflowSceneStructTag::StaticStruct, Z_Construct_UScriptStruct_FDataflowSceneStructTag_Statics::NewStructOps, TEXT("DataflowSceneStructTag"),&Z_Registration_Info_UScriptStruct_FDataflowSceneStructTag, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowSceneStructTag), 3666135799U) },
{ FDataflowSceneTypeColumn::StaticStruct, Z_Construct_UScriptStruct_FDataflowSceneTypeColumn_Statics::NewStructOps, TEXT("DataflowSceneTypeColumn"),&Z_Registration_Info_UScriptStruct_FDataflowSceneTypeColumn, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowSceneTypeColumn), 4070976660U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorPreviewSceneBase_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorPreviewSceneBase_h__Script_DataflowEditor_1128722873{
TEXT("/Script/DataflowEditor"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorPreviewSceneBase_h__Script_DataflowEditor_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorPreviewSceneBase_h__Script_DataflowEditor_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,79 @@
// 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 "Dataflow/DataflowEditorPreviewSceneBase.h"
#ifdef DATAFLOWEDITOR_DataflowEditorPreviewSceneBase_generated_h
#error "DataflowEditorPreviewSceneBase.generated.h already included, missing '#pragma once' in DataflowEditorPreviewSceneBase.h"
#endif
#define DATAFLOWEDITOR_DataflowEditorPreviewSceneBase_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FDataflowConstructionObjectTag ************************************
struct Z_Construct_UScriptStruct_FDataflowConstructionObjectTag_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorPreviewSceneBase_h_26_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FDataflowConstructionObjectTag_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FEditorDataStorageTag Super;
struct FDataflowConstructionObjectTag;
// ********** End ScriptStruct FDataflowConstructionObjectTag **************************************
// ********** Begin ScriptStruct FDataflowSimulationObjectTag **************************************
struct Z_Construct_UScriptStruct_FDataflowSimulationObjectTag_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorPreviewSceneBase_h_35_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FDataflowSimulationObjectTag_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FEditorDataStorageTag Super;
struct FDataflowSimulationObjectTag;
// ********** End ScriptStruct FDataflowSimulationObjectTag ****************************************
// ********** Begin ScriptStruct FDataflowSceneObjectTag *******************************************
struct Z_Construct_UScriptStruct_FDataflowSceneObjectTag_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorPreviewSceneBase_h_44_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FDataflowSceneObjectTag_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FEditorDataStorageTag Super; \
struct EditorDataStorage_DynamicColumnTemplate{};
struct FDataflowSceneObjectTag;
// ********** End ScriptStruct FDataflowSceneObjectTag *********************************************
// ********** Begin ScriptStruct FDataflowSceneStructTag *******************************************
struct Z_Construct_UScriptStruct_FDataflowSceneStructTag_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorPreviewSceneBase_h_53_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FDataflowSceneStructTag_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FEditorDataStorageTag Super; \
struct EditorDataStorage_DynamicColumnTemplate{};
struct FDataflowSceneStructTag;
// ********** End ScriptStruct FDataflowSceneStructTag *********************************************
// ********** Begin ScriptStruct FDataflowSceneTypeColumn ******************************************
struct Z_Construct_UScriptStruct_FDataflowSceneTypeColumn_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorPreviewSceneBase_h_62_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FDataflowSceneTypeColumn_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FEditorDataStorageColumn Super;
struct FDataflowSceneTypeColumn;
// ********** End ScriptStruct FDataflowSceneTypeColumn ********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorPreviewSceneBase_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,215 @@
// 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 "DataflowEditorTools/DataflowEditorSkinWeightsPaintTool.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowEditorSkinWeightsPaintTool() {}
// ********** Begin Cross Module References ********************************************************
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorSkinWeightsPaintTool();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorSkinWeightsPaintTool_NoRegister();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorSkinWeightsPaintToolBuilder();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorSkinWeightsPaintToolBuilder_NoRegister();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorToolBuilder_NoRegister();
MESHMODELINGTOOLSEDITORONLY_API UClass* Z_Construct_UClass_USkinWeightsPaintTool();
MESHMODELINGTOOLSEDITORONLY_API UClass* Z_Construct_UClass_USkinWeightsPaintToolBuilder();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDataflowEditorSkinWeightsPaintToolBuilder *******************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowEditorSkinWeightsPaintToolBuilder;
UClass* UDataflowEditorSkinWeightsPaintToolBuilder::GetPrivateStaticClass()
{
using TClass = UDataflowEditorSkinWeightsPaintToolBuilder;
if (!Z_Registration_Info_UClass_UDataflowEditorSkinWeightsPaintToolBuilder.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowEditorSkinWeightsPaintToolBuilder"),
Z_Registration_Info_UClass_UDataflowEditorSkinWeightsPaintToolBuilder.InnerSingleton,
StaticRegisterNativesUDataflowEditorSkinWeightsPaintToolBuilder,
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_UDataflowEditorSkinWeightsPaintToolBuilder.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowEditorSkinWeightsPaintToolBuilder_NoRegister()
{
return UDataflowEditorSkinWeightsPaintToolBuilder::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowEditorSkinWeightsPaintToolBuilder_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Dataflow skin weights tool builder\n */" },
{ "IncludePath", "DataflowEditorTools/DataflowEditorSkinWeightsPaintTool.h" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorSkinWeightsPaintTool.h" },
{ "ToolTip", "Dataflow skin weights tool builder" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowEditorSkinWeightsPaintToolBuilder constinit property declarations
// ********** End Class UDataflowEditorSkinWeightsPaintToolBuilder constinit property declarations *
static UObject* (*const DependentSingletons[])();
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowEditorSkinWeightsPaintToolBuilder>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowEditorSkinWeightsPaintToolBuilder_Statics
UObject* (*const Z_Construct_UClass_UDataflowEditorSkinWeightsPaintToolBuilder_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_USkinWeightsPaintToolBuilder,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorSkinWeightsPaintToolBuilder_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UDataflowEditorSkinWeightsPaintToolBuilder_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_UDataflowEditorToolBuilder_NoRegister, (int32)VTABLE_OFFSET(UDataflowEditorSkinWeightsPaintToolBuilder, IDataflowEditorToolBuilder), false }, // 1648246745
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowEditorSkinWeightsPaintToolBuilder_Statics::ClassParams = {
&UDataflowEditorSkinWeightsPaintToolBuilder::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
UE_ARRAY_COUNT(InterfaceParams),
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorSkinWeightsPaintToolBuilder_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowEditorSkinWeightsPaintToolBuilder_Statics::Class_MetaDataParams)
};
void UDataflowEditorSkinWeightsPaintToolBuilder::StaticRegisterNativesUDataflowEditorSkinWeightsPaintToolBuilder()
{
}
UClass* Z_Construct_UClass_UDataflowEditorSkinWeightsPaintToolBuilder()
{
if (!Z_Registration_Info_UClass_UDataflowEditorSkinWeightsPaintToolBuilder.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowEditorSkinWeightsPaintToolBuilder.OuterSingleton, Z_Construct_UClass_UDataflowEditorSkinWeightsPaintToolBuilder_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowEditorSkinWeightsPaintToolBuilder.OuterSingleton;
}
UDataflowEditorSkinWeightsPaintToolBuilder::UDataflowEditorSkinWeightsPaintToolBuilder(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowEditorSkinWeightsPaintToolBuilder);
UDataflowEditorSkinWeightsPaintToolBuilder::~UDataflowEditorSkinWeightsPaintToolBuilder() {}
// ********** End Class UDataflowEditorSkinWeightsPaintToolBuilder *********************************
// ********** Begin Class UDataflowEditorSkinWeightsPaintTool **************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowEditorSkinWeightsPaintTool;
UClass* UDataflowEditorSkinWeightsPaintTool::GetPrivateStaticClass()
{
using TClass = UDataflowEditorSkinWeightsPaintTool;
if (!Z_Registration_Info_UClass_UDataflowEditorSkinWeightsPaintTool.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowEditorSkinWeightsPaintTool"),
Z_Registration_Info_UClass_UDataflowEditorSkinWeightsPaintTool.InnerSingleton,
StaticRegisterNativesUDataflowEditorSkinWeightsPaintTool,
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_UDataflowEditorSkinWeightsPaintTool.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowEditorSkinWeightsPaintTool_NoRegister()
{
return UDataflowEditorSkinWeightsPaintTool::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowEditorSkinWeightsPaintTool_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Dataflow skin weights painting tool\n */" },
{ "IncludePath", "DataflowEditorTools/DataflowEditorSkinWeightsPaintTool.h" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorSkinWeightsPaintTool.h" },
{ "ToolTip", "Dataflow skin weights painting tool" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowEditorSkinWeightsPaintTool constinit property declarations ******
// ********** End Class UDataflowEditorSkinWeightsPaintTool constinit property declarations ********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowEditorSkinWeightsPaintTool>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowEditorSkinWeightsPaintTool_Statics
UObject* (*const Z_Construct_UClass_UDataflowEditorSkinWeightsPaintTool_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_USkinWeightsPaintTool,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorSkinWeightsPaintTool_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowEditorSkinWeightsPaintTool_Statics::ClassParams = {
&UDataflowEditorSkinWeightsPaintTool::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorSkinWeightsPaintTool_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowEditorSkinWeightsPaintTool_Statics::Class_MetaDataParams)
};
void UDataflowEditorSkinWeightsPaintTool::StaticRegisterNativesUDataflowEditorSkinWeightsPaintTool()
{
}
UClass* Z_Construct_UClass_UDataflowEditorSkinWeightsPaintTool()
{
if (!Z_Registration_Info_UClass_UDataflowEditorSkinWeightsPaintTool.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowEditorSkinWeightsPaintTool.OuterSingleton, Z_Construct_UClass_UDataflowEditorSkinWeightsPaintTool_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowEditorSkinWeightsPaintTool.OuterSingleton;
}
UDataflowEditorSkinWeightsPaintTool::UDataflowEditorSkinWeightsPaintTool() {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowEditorSkinWeightsPaintTool);
UDataflowEditorSkinWeightsPaintTool::~UDataflowEditorSkinWeightsPaintTool() {}
// ********** End Class UDataflowEditorSkinWeightsPaintTool ****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorSkinWeightsPaintTool_h__Script_DataflowEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDataflowEditorSkinWeightsPaintToolBuilder, UDataflowEditorSkinWeightsPaintToolBuilder::StaticClass, TEXT("UDataflowEditorSkinWeightsPaintToolBuilder"), &Z_Registration_Info_UClass_UDataflowEditorSkinWeightsPaintToolBuilder, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowEditorSkinWeightsPaintToolBuilder), 373144031U) },
{ Z_Construct_UClass_UDataflowEditorSkinWeightsPaintTool, UDataflowEditorSkinWeightsPaintTool::StaticClass, TEXT("UDataflowEditorSkinWeightsPaintTool"), &Z_Registration_Info_UClass_UDataflowEditorSkinWeightsPaintTool, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowEditorSkinWeightsPaintTool), 3909749418U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorSkinWeightsPaintTool_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorSkinWeightsPaintTool_h__Script_DataflowEditor_2998640408{
TEXT("/Script/DataflowEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorSkinWeightsPaintTool_h__Script_DataflowEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorSkinWeightsPaintTool_h__Script_DataflowEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,105 @@
// 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 "DataflowEditorTools/DataflowEditorSkinWeightsPaintTool.h"
#ifdef DATAFLOWEDITOR_DataflowEditorSkinWeightsPaintTool_generated_h
#error "DataflowEditorSkinWeightsPaintTool.generated.h already included, missing '#pragma once' in DataflowEditorSkinWeightsPaintTool.h"
#endif
#define DATAFLOWEDITOR_DataflowEditorSkinWeightsPaintTool_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UDataflowEditorSkinWeightsPaintToolBuilder *******************************
struct Z_Construct_UClass_UDataflowEditorSkinWeightsPaintToolBuilder_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorSkinWeightsPaintToolBuilder_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorSkinWeightsPaintTool_h_28_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowEditorSkinWeightsPaintToolBuilder(); \
friend struct ::Z_Construct_UClass_UDataflowEditorSkinWeightsPaintToolBuilder_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEditorSkinWeightsPaintToolBuilder_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEditorSkinWeightsPaintToolBuilder, USkinWeightsPaintToolBuilder, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEditorSkinWeightsPaintToolBuilder_NoRegister) \
DECLARE_SERIALIZER(UDataflowEditorSkinWeightsPaintToolBuilder) \
virtual UObject* _getUObject() const override { return const_cast<UDataflowEditorSkinWeightsPaintToolBuilder*>(this); }
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorSkinWeightsPaintTool_h_28_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowEditorSkinWeightsPaintToolBuilder(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEditorSkinWeightsPaintToolBuilder(UDataflowEditorSkinWeightsPaintToolBuilder&&) = delete; \
UDataflowEditorSkinWeightsPaintToolBuilder(const UDataflowEditorSkinWeightsPaintToolBuilder&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEditorSkinWeightsPaintToolBuilder); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEditorSkinWeightsPaintToolBuilder); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowEditorSkinWeightsPaintToolBuilder) \
DATAFLOWEDITOR_API virtual ~UDataflowEditorSkinWeightsPaintToolBuilder();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorSkinWeightsPaintTool_h_25_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorSkinWeightsPaintTool_h_28_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorSkinWeightsPaintTool_h_28_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorSkinWeightsPaintTool_h_28_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEditorSkinWeightsPaintToolBuilder;
// ********** End Class UDataflowEditorSkinWeightsPaintToolBuilder *********************************
// ********** Begin Class UDataflowEditorSkinWeightsPaintTool **************************************
struct Z_Construct_UClass_UDataflowEditorSkinWeightsPaintTool_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorSkinWeightsPaintTool_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorSkinWeightsPaintTool_h_51_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowEditorSkinWeightsPaintTool(); \
friend struct ::Z_Construct_UClass_UDataflowEditorSkinWeightsPaintTool_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEditorSkinWeightsPaintTool_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEditorSkinWeightsPaintTool, USkinWeightsPaintTool, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEditorSkinWeightsPaintTool_NoRegister) \
DECLARE_SERIALIZER(UDataflowEditorSkinWeightsPaintTool)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorSkinWeightsPaintTool_h_51_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowEditorSkinWeightsPaintTool(); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEditorSkinWeightsPaintTool(UDataflowEditorSkinWeightsPaintTool&&) = delete; \
UDataflowEditorSkinWeightsPaintTool(const UDataflowEditorSkinWeightsPaintTool&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEditorSkinWeightsPaintTool); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEditorSkinWeightsPaintTool); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UDataflowEditorSkinWeightsPaintTool) \
DATAFLOWEDITOR_API virtual ~UDataflowEditorSkinWeightsPaintTool();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorSkinWeightsPaintTool_h_48_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorSkinWeightsPaintTool_h_51_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorSkinWeightsPaintTool_h_51_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorSkinWeightsPaintTool_h_51_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEditorSkinWeightsPaintTool;
// ********** End Class UDataflowEditorSkinWeightsPaintTool ****************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorSkinWeightsPaintTool_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,117 @@
// 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 "DataflowEditorTools/DataflowEditorToolBuilder.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowEditorToolBuilder() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UInterface();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorToolBuilder();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorToolBuilder_NoRegister();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Interface UDataflowEditorToolBuilder *******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowEditorToolBuilder;
UClass* UDataflowEditorToolBuilder::GetPrivateStaticClass()
{
using TClass = UDataflowEditorToolBuilder;
if (!Z_Registration_Info_UClass_UDataflowEditorToolBuilder.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowEditorToolBuilder"),
Z_Registration_Info_UClass_UDataflowEditorToolBuilder.InnerSingleton,
StaticRegisterNativesUDataflowEditorToolBuilder,
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_UDataflowEditorToolBuilder.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowEditorToolBuilder_NoRegister()
{
return UDataflowEditorToolBuilder::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowEditorToolBuilder_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorToolBuilder.h" },
};
#endif // WITH_METADATA
// ********** Begin Interface UDataflowEditorToolBuilder constinit property declarations ***********
// ********** End Interface UDataflowEditorToolBuilder constinit property declarations *************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<IDataflowEditorToolBuilder>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowEditorToolBuilder_Statics
UObject* (*const Z_Construct_UClass_UDataflowEditorToolBuilder_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterface,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorToolBuilder_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowEditorToolBuilder_Statics::ClassParams = {
&UDataflowEditorToolBuilder::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000840A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEditorToolBuilder_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowEditorToolBuilder_Statics::Class_MetaDataParams)
};
void UDataflowEditorToolBuilder::StaticRegisterNativesUDataflowEditorToolBuilder()
{
}
UClass* Z_Construct_UClass_UDataflowEditorToolBuilder()
{
if (!Z_Registration_Info_UClass_UDataflowEditorToolBuilder.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowEditorToolBuilder.OuterSingleton, Z_Construct_UClass_UDataflowEditorToolBuilder_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowEditorToolBuilder.OuterSingleton;
}
UDataflowEditorToolBuilder::UDataflowEditorToolBuilder(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowEditorToolBuilder);
// ********** End Interface UDataflowEditorToolBuilder *********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolBuilder_h__Script_DataflowEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDataflowEditorToolBuilder, UDataflowEditorToolBuilder::StaticClass, TEXT("UDataflowEditorToolBuilder"), &Z_Registration_Info_UClass_UDataflowEditorToolBuilder, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowEditorToolBuilder), 1648246745U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolBuilder_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolBuilder_h__Script_DataflowEditor_429675203{
TEXT("/Script/DataflowEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolBuilder_h__Script_DataflowEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolBuilder_h__Script_DataflowEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,79 @@
// 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 "DataflowEditorTools/DataflowEditorToolBuilder.h"
#ifdef DATAFLOWEDITOR_DataflowEditorToolBuilder_generated_h
#error "DataflowEditorToolBuilder.generated.h already included, missing '#pragma once' in DataflowEditorToolBuilder.h"
#endif
#define DATAFLOWEDITOR_DataflowEditorToolBuilder_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Interface UDataflowEditorToolBuilder *******************************************
struct Z_Construct_UClass_UDataflowEditorToolBuilder_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorToolBuilder_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolBuilder_h_20_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowEditorToolBuilder(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEditorToolBuilder(UDataflowEditorToolBuilder&&) = delete; \
UDataflowEditorToolBuilder(const UDataflowEditorToolBuilder&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEditorToolBuilder); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEditorToolBuilder); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowEditorToolBuilder) \
virtual ~UDataflowEditorToolBuilder() = default;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolBuilder_h_20_GENERATED_UINTERFACE_BODY() \
private: \
static void StaticRegisterNativesUDataflowEditorToolBuilder(); \
friend struct ::Z_Construct_UClass_UDataflowEditorToolBuilder_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEditorToolBuilder_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEditorToolBuilder, UInterface, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Interface), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEditorToolBuilder_NoRegister) \
DECLARE_SERIALIZER(UDataflowEditorToolBuilder)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolBuilder_h_20_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolBuilder_h_20_GENERATED_UINTERFACE_BODY() \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolBuilder_h_20_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolBuilder_h_20_INCLASS_IINTERFACE_NO_PURE_DECLS \
protected: \
virtual ~IDataflowEditorToolBuilder() {} \
public: \
typedef UDataflowEditorToolBuilder UClassType; \
typedef IDataflowEditorToolBuilder ThisClass; \
virtual UObject* _getUObject() const { return nullptr; }
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolBuilder_h_17_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolBuilder_h_26_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolBuilder_h_20_INCLASS_IINTERFACE_NO_PURE_DECLS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEditorToolBuilder;
// ********** End Interface UDataflowEditorToolBuilder *********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolBuilder_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,360 @@
// 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 "DataflowEditorTools/DataflowEditorToolEnums.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowEditorToolEnums() {}
// ********** Begin Cross Module References ********************************************************
DATAFLOWEDITOR_API UEnum* Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolBrushAreaType();
DATAFLOWEDITOR_API UEnum* Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolColorMode();
DATAFLOWEDITOR_API UEnum* Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditMode();
DATAFLOWEDITOR_API UEnum* Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditOperation();
DATAFLOWEDITOR_API UEnum* Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolMirrorDirection();
DATAFLOWEDITOR_API UEnum* Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolVisibilityType();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EDataflowEditorToolEditMode ***********************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EDataflowEditorToolEditMode;
static UEnum* EDataflowEditorToolEditMode_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EDataflowEditorToolEditMode.OuterSingleton)
{
Z_Registration_Info_UEnum_EDataflowEditorToolEditMode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditMode, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("EDataflowEditorToolEditMode"));
}
return Z_Registration_Info_UEnum_EDataflowEditorToolEditMode.OuterSingleton;
}
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowEditorToolEditMode>()
{
return EDataflowEditorToolEditMode_StaticEnum();
}
struct Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditMode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Brush.Name", "EDataflowEditorToolEditMode::Brush" },
{ "Mesh.Name", "EDataflowEditorToolEditMode::Mesh" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorToolEnums.h" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EDataflowEditorToolEditMode::Brush", (int64)EDataflowEditorToolEditMode::Brush },
{ "EDataflowEditorToolEditMode::Mesh", (int64)EDataflowEditorToolEditMode::Mesh },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditMode_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditMode_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_DataflowEditor,
nullptr,
"EDataflowEditorToolEditMode",
"EDataflowEditorToolEditMode",
Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditMode_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditMode_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditMode_Statics::Enum_MetaDataParams), Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditMode_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditMode()
{
if (!Z_Registration_Info_UEnum_EDataflowEditorToolEditMode.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EDataflowEditorToolEditMode.InnerSingleton, Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditMode_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EDataflowEditorToolEditMode.InnerSingleton;
}
// ********** End Enum EDataflowEditorToolEditMode *************************************************
// ********** Begin Enum EDataflowEditorToolBrushAreaType ******************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EDataflowEditorToolBrushAreaType;
static UEnum* EDataflowEditorToolBrushAreaType_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EDataflowEditorToolBrushAreaType.OuterSingleton)
{
Z_Registration_Info_UEnum_EDataflowEditorToolBrushAreaType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolBrushAreaType, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("EDataflowEditorToolBrushAreaType"));
}
return Z_Registration_Info_UEnum_EDataflowEditorToolBrushAreaType.OuterSingleton;
}
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowEditorToolBrushAreaType>()
{
return EDataflowEditorToolBrushAreaType_StaticEnum();
}
struct Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolBrushAreaType_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Connected.Name", "EDataflowEditorToolBrushAreaType::Connected" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorToolEnums.h" },
{ "Volumetric.Name", "EDataflowEditorToolBrushAreaType::Volumetric" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EDataflowEditorToolBrushAreaType::Connected", (int64)EDataflowEditorToolBrushAreaType::Connected },
{ "EDataflowEditorToolBrushAreaType::Volumetric", (int64)EDataflowEditorToolBrushAreaType::Volumetric },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolBrushAreaType_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolBrushAreaType_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_DataflowEditor,
nullptr,
"EDataflowEditorToolBrushAreaType",
"EDataflowEditorToolBrushAreaType",
Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolBrushAreaType_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolBrushAreaType_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolBrushAreaType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolBrushAreaType_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolBrushAreaType()
{
if (!Z_Registration_Info_UEnum_EDataflowEditorToolBrushAreaType.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EDataflowEditorToolBrushAreaType.InnerSingleton, Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolBrushAreaType_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EDataflowEditorToolBrushAreaType.InnerSingleton;
}
// ********** End Enum EDataflowEditorToolBrushAreaType ********************************************
// ********** Begin Enum EDataflowEditorToolEditOperation ******************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EDataflowEditorToolEditOperation;
static UEnum* EDataflowEditorToolEditOperation_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EDataflowEditorToolEditOperation.OuterSingleton)
{
Z_Registration_Info_UEnum_EDataflowEditorToolEditOperation.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditOperation, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("EDataflowEditorToolEditOperation"));
}
return Z_Registration_Info_UEnum_EDataflowEditorToolEditOperation.OuterSingleton;
}
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowEditorToolEditOperation>()
{
return EDataflowEditorToolEditOperation_StaticEnum();
}
struct Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditOperation_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Add.Name", "EDataflowEditorToolEditOperation::Add" },
{ "Invert.Name", "EDataflowEditorToolEditOperation::Invert" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorToolEnums.h" },
{ "Multiply.Name", "EDataflowEditorToolEditOperation::Multiply" },
{ "Relax.Name", "EDataflowEditorToolEditOperation::Relax" },
{ "Replace.Name", "EDataflowEditorToolEditOperation::Replace" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EDataflowEditorToolEditOperation::Add", (int64)EDataflowEditorToolEditOperation::Add },
{ "EDataflowEditorToolEditOperation::Replace", (int64)EDataflowEditorToolEditOperation::Replace },
{ "EDataflowEditorToolEditOperation::Multiply", (int64)EDataflowEditorToolEditOperation::Multiply },
{ "EDataflowEditorToolEditOperation::Invert", (int64)EDataflowEditorToolEditOperation::Invert },
{ "EDataflowEditorToolEditOperation::Relax", (int64)EDataflowEditorToolEditOperation::Relax },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditOperation_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditOperation_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_DataflowEditor,
nullptr,
"EDataflowEditorToolEditOperation",
"EDataflowEditorToolEditOperation",
Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditOperation_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditOperation_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditOperation_Statics::Enum_MetaDataParams), Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditOperation_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditOperation()
{
if (!Z_Registration_Info_UEnum_EDataflowEditorToolEditOperation.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EDataflowEditorToolEditOperation.InnerSingleton, Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolEditOperation_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EDataflowEditorToolEditOperation.InnerSingleton;
}
// ********** End Enum EDataflowEditorToolEditOperation ********************************************
// ********** Begin Enum EDataflowEditorToolColorMode **********************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EDataflowEditorToolColorMode;
static UEnum* EDataflowEditorToolColorMode_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EDataflowEditorToolColorMode.OuterSingleton)
{
Z_Registration_Info_UEnum_EDataflowEditorToolColorMode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolColorMode, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("EDataflowEditorToolColorMode"));
}
return Z_Registration_Info_UEnum_EDataflowEditorToolColorMode.OuterSingleton;
}
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowEditorToolColorMode>()
{
return EDataflowEditorToolColorMode_StaticEnum();
}
struct Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolColorMode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "FullMaterial.Name", "EDataflowEditorToolColorMode::FullMaterial" },
{ "Greyscale.Name", "EDataflowEditorToolColorMode::Greyscale" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorToolEnums.h" },
{ "Ramp.Name", "EDataflowEditorToolColorMode::Ramp" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EDataflowEditorToolColorMode::Greyscale", (int64)EDataflowEditorToolColorMode::Greyscale },
{ "EDataflowEditorToolColorMode::Ramp", (int64)EDataflowEditorToolColorMode::Ramp },
{ "EDataflowEditorToolColorMode::FullMaterial", (int64)EDataflowEditorToolColorMode::FullMaterial },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolColorMode_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolColorMode_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_DataflowEditor,
nullptr,
"EDataflowEditorToolColorMode",
"EDataflowEditorToolColorMode",
Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolColorMode_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolColorMode_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolColorMode_Statics::Enum_MetaDataParams), Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolColorMode_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolColorMode()
{
if (!Z_Registration_Info_UEnum_EDataflowEditorToolColorMode.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EDataflowEditorToolColorMode.InnerSingleton, Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolColorMode_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EDataflowEditorToolColorMode.InnerSingleton;
}
// ********** End Enum EDataflowEditorToolColorMode ************************************************
// ********** Begin Enum EDataflowEditorToolVisibilityType *****************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EDataflowEditorToolVisibilityType;
static UEnum* EDataflowEditorToolVisibilityType_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EDataflowEditorToolVisibilityType.OuterSingleton)
{
Z_Registration_Info_UEnum_EDataflowEditorToolVisibilityType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolVisibilityType, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("EDataflowEditorToolVisibilityType"));
}
return Z_Registration_Info_UEnum_EDataflowEditorToolVisibilityType.OuterSingleton;
}
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowEditorToolVisibilityType>()
{
return EDataflowEditorToolVisibilityType_StaticEnum();
}
struct Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolVisibilityType_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorToolEnums.h" },
{ "None.Name", "EDataflowEditorToolVisibilityType::None" },
{ "Unoccluded.Name", "EDataflowEditorToolVisibilityType::Unoccluded" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EDataflowEditorToolVisibilityType::None", (int64)EDataflowEditorToolVisibilityType::None },
{ "EDataflowEditorToolVisibilityType::Unoccluded", (int64)EDataflowEditorToolVisibilityType::Unoccluded },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolVisibilityType_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolVisibilityType_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_DataflowEditor,
nullptr,
"EDataflowEditorToolVisibilityType",
"EDataflowEditorToolVisibilityType",
Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolVisibilityType_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolVisibilityType_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolVisibilityType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolVisibilityType_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolVisibilityType()
{
if (!Z_Registration_Info_UEnum_EDataflowEditorToolVisibilityType.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EDataflowEditorToolVisibilityType.InnerSingleton, Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolVisibilityType_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EDataflowEditorToolVisibilityType.InnerSingleton;
}
// ********** End Enum EDataflowEditorToolVisibilityType *******************************************
// ********** Begin Enum EDataflowEditorToolMirrorDirection ****************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EDataflowEditorToolMirrorDirection;
static UEnum* EDataflowEditorToolMirrorDirection_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EDataflowEditorToolMirrorDirection.OuterSingleton)
{
Z_Registration_Info_UEnum_EDataflowEditorToolMirrorDirection.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolMirrorDirection, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("EDataflowEditorToolMirrorDirection"));
}
return Z_Registration_Info_UEnum_EDataflowEditorToolMirrorDirection.OuterSingleton;
}
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowEditorToolMirrorDirection>()
{
return EDataflowEditorToolMirrorDirection_StaticEnum();
}
struct Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolMirrorDirection_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Comment", "// mirror direction mode\n" },
{ "ModuleRelativePath", "Public/DataflowEditorTools/DataflowEditorToolEnums.h" },
{ "NegativeToPositive.Name", "EDataflowEditorToolMirrorDirection::NegativeToPositive" },
{ "PositiveToNegative.Name", "EDataflowEditorToolMirrorDirection::PositiveToNegative" },
{ "ToolTip", "mirror direction mode" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EDataflowEditorToolMirrorDirection::PositiveToNegative", (int64)EDataflowEditorToolMirrorDirection::PositiveToNegative },
{ "EDataflowEditorToolMirrorDirection::NegativeToPositive", (int64)EDataflowEditorToolMirrorDirection::NegativeToPositive },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolMirrorDirection_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolMirrorDirection_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_DataflowEditor,
nullptr,
"EDataflowEditorToolMirrorDirection",
"EDataflowEditorToolMirrorDirection",
Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolMirrorDirection_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolMirrorDirection_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolMirrorDirection_Statics::Enum_MetaDataParams), Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolMirrorDirection_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolMirrorDirection()
{
if (!Z_Registration_Info_UEnum_EDataflowEditorToolMirrorDirection.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EDataflowEditorToolMirrorDirection.InnerSingleton, Z_Construct_UEnum_DataflowEditor_EDataflowEditorToolMirrorDirection_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EDataflowEditorToolMirrorDirection.InnerSingleton;
}
// ********** End Enum EDataflowEditorToolMirrorDirection ******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolEnums_h__Script_DataflowEditor_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EDataflowEditorToolEditMode_StaticEnum, TEXT("EDataflowEditorToolEditMode"), &Z_Registration_Info_UEnum_EDataflowEditorToolEditMode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 4289371990U) },
{ EDataflowEditorToolBrushAreaType_StaticEnum, TEXT("EDataflowEditorToolBrushAreaType"), &Z_Registration_Info_UEnum_EDataflowEditorToolBrushAreaType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3348738106U) },
{ EDataflowEditorToolEditOperation_StaticEnum, TEXT("EDataflowEditorToolEditOperation"), &Z_Registration_Info_UEnum_EDataflowEditorToolEditOperation, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2253741991U) },
{ EDataflowEditorToolColorMode_StaticEnum, TEXT("EDataflowEditorToolColorMode"), &Z_Registration_Info_UEnum_EDataflowEditorToolColorMode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1203512245U) },
{ EDataflowEditorToolVisibilityType_StaticEnum, TEXT("EDataflowEditorToolVisibilityType"), &Z_Registration_Info_UEnum_EDataflowEditorToolVisibilityType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1208113687U) },
{ EDataflowEditorToolMirrorDirection_StaticEnum, TEXT("EDataflowEditorToolMirrorDirection"), &Z_Registration_Info_UEnum_EDataflowEditorToolMirrorDirection, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2788937629U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolEnums_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolEnums_h__Script_DataflowEditor_2528447670{
TEXT("/Script/DataflowEditor"),
nullptr, 0,
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolEnums_h__Script_DataflowEditor_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolEnums_h__Script_DataflowEditor_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,88 @@
// 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 "DataflowEditorTools/DataflowEditorToolEnums.h"
#ifdef DATAFLOWEDITOR_DataflowEditorToolEnums_generated_h
#error "DataflowEditorToolEnums.generated.h already included, missing '#pragma once' in DataflowEditorToolEnums.h"
#endif
#define DATAFLOWEDITOR_DataflowEditorToolEnums_generated_h
#include "Templates/IsUEnumClass.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ReflectedTypeAccessors.h"
#include "Templates/NoDestroy.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorToolEnums_h
// ********** Begin Enum EDataflowEditorToolEditMode ***********************************************
#define FOREACH_ENUM_EDATAFLOWEDITORTOOLEDITMODE(op) \
op(EDataflowEditorToolEditMode::Brush) \
op(EDataflowEditorToolEditMode::Mesh)
enum class EDataflowEditorToolEditMode : uint8;
template<> struct TIsUEnumClass<EDataflowEditorToolEditMode> { enum { Value = true }; };
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowEditorToolEditMode>();
// ********** End Enum EDataflowEditorToolEditMode *************************************************
// ********** Begin Enum EDataflowEditorToolBrushAreaType ******************************************
#define FOREACH_ENUM_EDATAFLOWEDITORTOOLBRUSHAREATYPE(op) \
op(EDataflowEditorToolBrushAreaType::Connected) \
op(EDataflowEditorToolBrushAreaType::Volumetric)
enum class EDataflowEditorToolBrushAreaType : uint8;
template<> struct TIsUEnumClass<EDataflowEditorToolBrushAreaType> { enum { Value = true }; };
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowEditorToolBrushAreaType>();
// ********** End Enum EDataflowEditorToolBrushAreaType ********************************************
// ********** Begin Enum EDataflowEditorToolEditOperation ******************************************
#define FOREACH_ENUM_EDATAFLOWEDITORTOOLEDITOPERATION(op) \
op(EDataflowEditorToolEditOperation::Add) \
op(EDataflowEditorToolEditOperation::Replace) \
op(EDataflowEditorToolEditOperation::Multiply) \
op(EDataflowEditorToolEditOperation::Invert) \
op(EDataflowEditorToolEditOperation::Relax)
enum class EDataflowEditorToolEditOperation : uint8;
template<> struct TIsUEnumClass<EDataflowEditorToolEditOperation> { enum { Value = true }; };
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowEditorToolEditOperation>();
// ********** End Enum EDataflowEditorToolEditOperation ********************************************
// ********** Begin Enum EDataflowEditorToolColorMode **********************************************
#define FOREACH_ENUM_EDATAFLOWEDITORTOOLCOLORMODE(op) \
op(EDataflowEditorToolColorMode::Greyscale) \
op(EDataflowEditorToolColorMode::Ramp) \
op(EDataflowEditorToolColorMode::FullMaterial)
enum class EDataflowEditorToolColorMode : uint8;
template<> struct TIsUEnumClass<EDataflowEditorToolColorMode> { enum { Value = true }; };
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowEditorToolColorMode>();
// ********** End Enum EDataflowEditorToolColorMode ************************************************
// ********** Begin Enum EDataflowEditorToolVisibilityType *****************************************
#define FOREACH_ENUM_EDATAFLOWEDITORTOOLVISIBILITYTYPE(op) \
op(EDataflowEditorToolVisibilityType::None) \
op(EDataflowEditorToolVisibilityType::Unoccluded)
enum class EDataflowEditorToolVisibilityType : uint8;
template<> struct TIsUEnumClass<EDataflowEditorToolVisibilityType> { enum { Value = true }; };
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowEditorToolVisibilityType>();
// ********** End Enum EDataflowEditorToolVisibilityType *******************************************
// ********** Begin Enum EDataflowEditorToolMirrorDirection ****************************************
#define FOREACH_ENUM_EDATAFLOWEDITORTOOLMIRRORDIRECTION(op) \
op(EDataflowEditorToolMirrorDirection::PositiveToNegative) \
op(EDataflowEditorToolMirrorDirection::NegativeToPositive)
enum class EDataflowEditorToolMirrorDirection : uint8;
template<> struct TIsUEnumClass<EDataflowEditorToolMirrorDirection> { enum { Value = true }; };
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowEditorToolMirrorDirection>();
// ********** End Enum EDataflowEditorToolMirrorDirection ******************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,137 @@
// 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 "Dataflow/DataflowEditorToolkit.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowEditorToolkit() {}
// ********** Begin Cross Module References ********************************************************
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorSettings();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEvaluationSettings();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEvaluationSettings_NoRegister();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDataflowEvaluationSettings **********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowEvaluationSettings;
UClass* UDataflowEvaluationSettings::GetPrivateStaticClass()
{
using TClass = UDataflowEvaluationSettings;
if (!Z_Registration_Info_UClass_UDataflowEvaluationSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowEvaluationSettings"),
Z_Registration_Info_UClass_UDataflowEvaluationSettings.InnerSingleton,
StaticRegisterNativesUDataflowEvaluationSettings,
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_UDataflowEvaluationSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowEvaluationSettings_NoRegister()
{
return UDataflowEvaluationSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowEvaluationSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Dataflow/DataflowEditorToolkit.h" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowEditorToolkit.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAllowEvaluationInPIE_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/DataflowEditorToolkit.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowEvaluationSettings constinit property declarations **************
static void NewProp_bAllowEvaluationInPIE_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAllowEvaluationInPIE;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UDataflowEvaluationSettings constinit property declarations ****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowEvaluationSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowEvaluationSettings_Statics
// ********** Begin Class UDataflowEvaluationSettings Property Definitions *************************
void Z_Construct_UClass_UDataflowEvaluationSettings_Statics::NewProp_bAllowEvaluationInPIE_SetBit(void* Obj)
{
((UDataflowEvaluationSettings*)Obj)->bAllowEvaluationInPIE = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDataflowEvaluationSettings_Statics::NewProp_bAllowEvaluationInPIE = { "bAllowEvaluationInPIE", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDataflowEvaluationSettings), &Z_Construct_UClass_UDataflowEvaluationSettings_Statics::NewProp_bAllowEvaluationInPIE_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAllowEvaluationInPIE_MetaData), NewProp_bAllowEvaluationInPIE_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDataflowEvaluationSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowEvaluationSettings_Statics::NewProp_bAllowEvaluationInPIE,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEvaluationSettings_Statics::PropPointers) < 2048);
// ********** End Class UDataflowEvaluationSettings Property Definitions ***************************
UObject* (*const Z_Construct_UClass_UDataflowEvaluationSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDataflowEditorSettings,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEvaluationSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowEvaluationSettings_Statics::ClassParams = {
&UDataflowEvaluationSettings::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UDataflowEvaluationSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEvaluationSettings_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowEvaluationSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowEvaluationSettings_Statics::Class_MetaDataParams)
};
void UDataflowEvaluationSettings::StaticRegisterNativesUDataflowEvaluationSettings()
{
}
UClass* Z_Construct_UClass_UDataflowEvaluationSettings()
{
if (!Z_Registration_Info_UClass_UDataflowEvaluationSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowEvaluationSettings.OuterSingleton, Z_Construct_UClass_UDataflowEvaluationSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowEvaluationSettings.OuterSingleton;
}
UDataflowEvaluationSettings::UDataflowEvaluationSettings(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowEvaluationSettings);
UDataflowEvaluationSettings::~UDataflowEvaluationSettings() {}
// ********** End Class UDataflowEvaluationSettings ************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorToolkit_h__Script_DataflowEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDataflowEvaluationSettings, UDataflowEvaluationSettings::StaticClass, TEXT("UDataflowEvaluationSettings"), &Z_Registration_Info_UClass_UDataflowEvaluationSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowEvaluationSettings), 2911531431U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorToolkit_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorToolkit_h__Script_DataflowEditor_1422484004{
TEXT("/Script/DataflowEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorToolkit_h__Script_DataflowEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorToolkit_h__Script_DataflowEditor_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 "Dataflow/DataflowEditorToolkit.h"
#ifdef DATAFLOWEDITOR_DataflowEditorToolkit_generated_h
#error "DataflowEditorToolkit.generated.h already included, missing '#pragma once' in DataflowEditorToolkit.h"
#endif
#define DATAFLOWEDITOR_DataflowEditorToolkit_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UDataflowEvaluationSettings **********************************************
struct Z_Construct_UClass_UDataflowEvaluationSettings_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEvaluationSettings_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorToolkit_h_56_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowEvaluationSettings(); \
friend struct ::Z_Construct_UClass_UDataflowEvaluationSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEvaluationSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEvaluationSettings, UDataflowEditorSettings, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEvaluationSettings_NoRegister) \
DECLARE_SERIALIZER(UDataflowEvaluationSettings)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorToolkit_h_56_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowEvaluationSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEvaluationSettings(UDataflowEvaluationSettings&&) = delete; \
UDataflowEvaluationSettings(const UDataflowEvaluationSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEvaluationSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEvaluationSettings); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowEvaluationSettings) \
DATAFLOWEDITOR_API virtual ~UDataflowEvaluationSettings();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorToolkit_h_52_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorToolkit_h_56_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorToolkit_h_56_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorToolkit_h_56_ENHANCED_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEvaluationSettings;
// ********** End Class UDataflowEvaluationSettings ************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowEditorToolkit_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,206 @@
// 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 "DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h"
#ifdef DATAFLOWEDITOR_DataflowEditorVertexAttributePaintTool_generated_h
#error "DataflowEditorVertexAttributePaintTool.generated.h already included, missing '#pragma once' in DataflowEditorVertexAttributePaintTool.h"
#endif
#define DATAFLOWEDITOR_DataflowEditorVertexAttributePaintTool_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UDataflowEditorVertexAttributePaintToolBuilder ***************************
struct Z_Construct_UClass_UDataflowEditorVertexAttributePaintToolBuilder_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorVertexAttributePaintToolBuilder_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_70_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowEditorVertexAttributePaintToolBuilder(); \
friend struct ::Z_Construct_UClass_UDataflowEditorVertexAttributePaintToolBuilder_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEditorVertexAttributePaintToolBuilder_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEditorVertexAttributePaintToolBuilder, UMeshSurfacePointMeshEditingToolBuilder, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEditorVertexAttributePaintToolBuilder_NoRegister) \
DECLARE_SERIALIZER(UDataflowEditorVertexAttributePaintToolBuilder) \
virtual UObject* _getUObject() const override { return const_cast<UDataflowEditorVertexAttributePaintToolBuilder*>(this); }
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_70_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowEditorVertexAttributePaintToolBuilder(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEditorVertexAttributePaintToolBuilder(UDataflowEditorVertexAttributePaintToolBuilder&&) = delete; \
UDataflowEditorVertexAttributePaintToolBuilder(const UDataflowEditorVertexAttributePaintToolBuilder&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEditorVertexAttributePaintToolBuilder); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEditorVertexAttributePaintToolBuilder); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowEditorVertexAttributePaintToolBuilder) \
DATAFLOWEDITOR_API virtual ~UDataflowEditorVertexAttributePaintToolBuilder();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_67_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_70_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_70_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_70_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEditorVertexAttributePaintToolBuilder;
// ********** End Class UDataflowEditorVertexAttributePaintToolBuilder *****************************
// ********** Begin ScriptStruct FDataflowEditorVertexAttributePaintToolBrushProperties ************
struct Z_Construct_UScriptStruct_FDataflowEditorVertexAttributePaintToolBrushProperties_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_91_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FDataflowEditorVertexAttributePaintToolBrushProperties_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct();
struct FDataflowEditorVertexAttributePaintToolBrushProperties;
// ********** End ScriptStruct FDataflowEditorVertexAttributePaintToolBrushProperties **************
// ********** Begin ScriptStruct FDataflowEditorVertexAttributePaintToolBrushConfig ****************
struct Z_Construct_UScriptStruct_FDataflowEditorVertexAttributePaintToolBrushConfig_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_132_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FDataflowEditorVertexAttributePaintToolBrushConfig_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct();
struct FDataflowEditorVertexAttributePaintToolBrushConfig;
// ********** End ScriptStruct FDataflowEditorVertexAttributePaintToolBrushConfig ******************
// ********** Begin ScriptStruct FDataflowEditorVertexAttributePaintToolGradientProperties *********
struct Z_Construct_UScriptStruct_FDataflowEditorVertexAttributePaintToolGradientProperties_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_149_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FDataflowEditorVertexAttributePaintToolGradientProperties_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct();
struct FDataflowEditorVertexAttributePaintToolGradientProperties;
// ********** End ScriptStruct FDataflowEditorVertexAttributePaintToolGradientProperties ***********
// ********** Begin ScriptStruct FDataflowEditorVertexAttributePaintToolSelectionProperties ********
struct Z_Construct_UScriptStruct_FDataflowEditorVertexAttributePaintToolSelectionProperties_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_166_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FDataflowEditorVertexAttributePaintToolSelectionProperties_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct();
struct FDataflowEditorVertexAttributePaintToolSelectionProperties;
// ********** End ScriptStruct FDataflowEditorVertexAttributePaintToolSelectionProperties **********
// ********** Begin ScriptStruct FDataflowEditorVertexAttributePaintToolDisplayProperties **********
struct Z_Construct_UScriptStruct_FDataflowEditorVertexAttributePaintToolDisplayProperties_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_178_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FDataflowEditorVertexAttributePaintToolDisplayProperties_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct();
struct FDataflowEditorVertexAttributePaintToolDisplayProperties;
// ********** End ScriptStruct FDataflowEditorVertexAttributePaintToolDisplayProperties ************
// ********** Begin ScriptStruct FDataflowEditorVertexAttributePaintToolMirrorProperties ***********
struct Z_Construct_UScriptStruct_FDataflowEditorVertexAttributePaintToolMirrorProperties_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_196_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FDataflowEditorVertexAttributePaintToolMirrorProperties_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct();
struct FDataflowEditorVertexAttributePaintToolMirrorProperties;
// ********** End ScriptStruct FDataflowEditorVertexAttributePaintToolMirrorProperties *************
// ********** Begin Class UDataflowEditorVertexAttributePaintToolProperties ************************
struct Z_Construct_UClass_UDataflowEditorVertexAttributePaintToolProperties_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorVertexAttributePaintToolProperties_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_210_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowEditorVertexAttributePaintToolProperties(); \
friend struct ::Z_Construct_UClass_UDataflowEditorVertexAttributePaintToolProperties_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEditorVertexAttributePaintToolProperties_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEditorVertexAttributePaintToolProperties, UInteractiveToolPropertySet, COMPILED_IN_FLAGS(0 | CLASS_Transient | CLASS_Config), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEditorVertexAttributePaintToolProperties_NoRegister) \
DECLARE_SERIALIZER(UDataflowEditorVertexAttributePaintToolProperties) \
static constexpr const TCHAR* StaticConfigName() {return TEXT("EditorSettings");} \
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_210_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEditorVertexAttributePaintToolProperties(UDataflowEditorVertexAttributePaintToolProperties&&) = delete; \
UDataflowEditorVertexAttributePaintToolProperties(const UDataflowEditorVertexAttributePaintToolProperties&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEditorVertexAttributePaintToolProperties); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEditorVertexAttributePaintToolProperties); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UDataflowEditorVertexAttributePaintToolProperties) \
DATAFLOWEDITOR_API virtual ~UDataflowEditorVertexAttributePaintToolProperties();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_207_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_210_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_210_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_210_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEditorVertexAttributePaintToolProperties;
// ********** End Class UDataflowEditorVertexAttributePaintToolProperties **************************
// ********** Begin Class UDataflowEditorVertexAttributePaintTool **********************************
struct Z_Construct_UClass_UDataflowEditorVertexAttributePaintTool_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorVertexAttributePaintTool_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_324_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowEditorVertexAttributePaintTool(); \
friend struct ::Z_Construct_UClass_UDataflowEditorVertexAttributePaintTool_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEditorVertexAttributePaintTool_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEditorVertexAttributePaintTool, UMeshSculptToolBase, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEditorVertexAttributePaintTool_NoRegister) \
DECLARE_SERIALIZER(UDataflowEditorVertexAttributePaintTool)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_324_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowEditorVertexAttributePaintTool(); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEditorVertexAttributePaintTool(UDataflowEditorVertexAttributePaintTool&&) = delete; \
UDataflowEditorVertexAttributePaintTool(const UDataflowEditorVertexAttributePaintTool&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEditorVertexAttributePaintTool); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEditorVertexAttributePaintTool); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UDataflowEditorVertexAttributePaintTool) \
DATAFLOWEDITOR_API virtual ~UDataflowEditorVertexAttributePaintTool();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_321_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_324_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_324_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h_324_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEditorVertexAttributePaintTool;
// ********** End Class UDataflowEditorVertexAttributePaintTool ************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorVertexAttributePaintTool_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,484 @@
// 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 "DataflowEditorTools/DataflowEditorWeightMapPaintBrushOps.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowEditorWeightMapPaintBrushOps() {}
// ********** Begin Cross Module References ********************************************************
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_NoRegister();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_NoRegister();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_NoRegister();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_NoRegister();
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UMeshSculptBrushOpProps();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDataflowWeightMapEraseBrushOpProps **************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowWeightMapEraseBrushOpProps;
UClass* UDataflowWeightMapEraseBrushOpProps::GetPrivateStaticClass()
{
using TClass = UDataflowWeightMapEraseBrushOpProps;
if (!Z_Registration_Info_UClass_UDataflowWeightMapEraseBrushOpProps.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowWeightMapEraseBrushOpProps"),
Z_Registration_Info_UClass_UDataflowWeightMapEraseBrushOpProps.InnerSingleton,
StaticRegisterNativesUDataflowWeightMapEraseBrushOpProps,
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_UDataflowWeightMapEraseBrushOpProps.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_NoRegister()
{
return UDataflowWeightMapEraseBrushOpProps::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "////////////////////////////////////////////////////////////////////////////////////////////////////////////////////\n//\n// Erase Brush\n// \n" },
{ "IncludePath", "DataflowEditorTools/DataflowEditorWeightMapPaintBrushOps.h" },
{ "ModuleRelativePath", "Private/DataflowEditorTools/DataflowEditorWeightMapPaintBrushOps.h" },
{ "ToolTip", "Erase Brush" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
{ "Category", "EraseBrush" },
{ "Comment", "/** Attribute to set as Erased value */" },
{ "DisplayName", "Erase Attribute" },
{ "ModuleRelativePath", "Private/DataflowEditorTools/DataflowEditorWeightMapPaintBrushOps.h" },
{ "ToolTip", "Attribute to set as Erased value" },
{ "UIMin", "0" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowWeightMapEraseBrushOpProps constinit property declarations ******
static const UECodeGen_Private::FDoublePropertyParams NewProp_AttributeValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UDataflowWeightMapEraseBrushOpProps constinit property declarations ********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowWeightMapEraseBrushOpProps>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_Statics
// ********** Begin Class UDataflowWeightMapEraseBrushOpProps Property Definitions *****************
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowWeightMapEraseBrushOpProps, AttributeValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_Statics::NewProp_AttributeValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_Statics::PropPointers) < 2048);
// ********** End Class UDataflowWeightMapEraseBrushOpProps Property Definitions *******************
UObject* (*const Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMeshSculptBrushOpProps,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_Statics::ClassParams = {
&UDataflowWeightMapEraseBrushOpProps::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_Statics::PropPointers),
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_Statics::Class_MetaDataParams)
};
void UDataflowWeightMapEraseBrushOpProps::StaticRegisterNativesUDataflowWeightMapEraseBrushOpProps()
{
}
UClass* Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps()
{
if (!Z_Registration_Info_UClass_UDataflowWeightMapEraseBrushOpProps.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowWeightMapEraseBrushOpProps.OuterSingleton, Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowWeightMapEraseBrushOpProps.OuterSingleton;
}
UDataflowWeightMapEraseBrushOpProps::UDataflowWeightMapEraseBrushOpProps(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowWeightMapEraseBrushOpProps);
UDataflowWeightMapEraseBrushOpProps::~UDataflowWeightMapEraseBrushOpProps() {}
// ********** End Class UDataflowWeightMapEraseBrushOpProps ****************************************
// ********** Begin Class UDataflowWeightMapPaintBrushOpProps **************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowWeightMapPaintBrushOpProps;
UClass* UDataflowWeightMapPaintBrushOpProps::GetPrivateStaticClass()
{
using TClass = UDataflowWeightMapPaintBrushOpProps;
if (!Z_Registration_Info_UClass_UDataflowWeightMapPaintBrushOpProps.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowWeightMapPaintBrushOpProps"),
Z_Registration_Info_UClass_UDataflowWeightMapPaintBrushOpProps.InnerSingleton,
StaticRegisterNativesUDataflowWeightMapPaintBrushOpProps,
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_UDataflowWeightMapPaintBrushOpProps.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_NoRegister()
{
return UDataflowWeightMapPaintBrushOpProps::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "////////////////////////////////////////////////////////////////////////////////////////////////////////////////////\n//\n// Paint Brush\n// \n" },
{ "IncludePath", "DataflowEditorTools/DataflowEditorWeightMapPaintBrushOps.h" },
{ "ModuleRelativePath", "Private/DataflowEditorTools/DataflowEditorWeightMapPaintBrushOps.h" },
{ "ToolTip", "Paint Brush" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
{ "Category", "PaintBrush" },
{ "Comment", "/** The Attribute that will be assigned to triangles within the brush region */" },
{ "DisplayName", "Value" },
{ "ModuleRelativePath", "Private/DataflowEditorTools/DataflowEditorWeightMapPaintBrushOps.h" },
{ "ToolTip", "The Attribute that will be assigned to triangles within the brush region" },
{ "UIMin", "0" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Strength_MetaData[] = {
{ "Category", "PaintBrush" },
{ "ClampMax", "10." },
{ "ClampMin", "0.0" },
{ "Comment", "/** Strength of the Brush */" },
{ "DisplayName", "Strength" },
{ "ModuleRelativePath", "Private/DataflowEditorTools/DataflowEditorWeightMapPaintBrushOps.h" },
{ "ToolTip", "Strength of the Brush" },
{ "UIMax", "10." },
{ "UIMin", "0.0" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowWeightMapPaintBrushOpProps constinit property declarations ******
static const UECodeGen_Private::FDoublePropertyParams NewProp_AttributeValue;
static const UECodeGen_Private::FFloatPropertyParams NewProp_Strength;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UDataflowWeightMapPaintBrushOpProps constinit property declarations ********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowWeightMapPaintBrushOpProps>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_Statics
// ********** Begin Class UDataflowWeightMapPaintBrushOpProps Property Definitions *****************
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowWeightMapPaintBrushOpProps, AttributeValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_Statics::NewProp_Strength = { "Strength", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowWeightMapPaintBrushOpProps, Strength), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Strength_MetaData), NewProp_Strength_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_Statics::NewProp_AttributeValue,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_Statics::NewProp_Strength,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_Statics::PropPointers) < 2048);
// ********** End Class UDataflowWeightMapPaintBrushOpProps Property Definitions *******************
UObject* (*const Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMeshSculptBrushOpProps,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_Statics::ClassParams = {
&UDataflowWeightMapPaintBrushOpProps::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_Statics::PropPointers),
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_Statics::Class_MetaDataParams)
};
void UDataflowWeightMapPaintBrushOpProps::StaticRegisterNativesUDataflowWeightMapPaintBrushOpProps()
{
}
UClass* Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps()
{
if (!Z_Registration_Info_UClass_UDataflowWeightMapPaintBrushOpProps.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowWeightMapPaintBrushOpProps.OuterSingleton, Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowWeightMapPaintBrushOpProps.OuterSingleton;
}
UDataflowWeightMapPaintBrushOpProps::UDataflowWeightMapPaintBrushOpProps(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowWeightMapPaintBrushOpProps);
UDataflowWeightMapPaintBrushOpProps::~UDataflowWeightMapPaintBrushOpProps() {}
// ********** End Class UDataflowWeightMapPaintBrushOpProps ****************************************
// ********** Begin Class UDataflowWeightMapSmoothBrushOpProps *************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowWeightMapSmoothBrushOpProps;
UClass* UDataflowWeightMapSmoothBrushOpProps::GetPrivateStaticClass()
{
using TClass = UDataflowWeightMapSmoothBrushOpProps;
if (!Z_Registration_Info_UClass_UDataflowWeightMapSmoothBrushOpProps.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowWeightMapSmoothBrushOpProps"),
Z_Registration_Info_UClass_UDataflowWeightMapSmoothBrushOpProps.InnerSingleton,
StaticRegisterNativesUDataflowWeightMapSmoothBrushOpProps,
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_UDataflowWeightMapSmoothBrushOpProps.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_NoRegister()
{
return UDataflowWeightMapSmoothBrushOpProps::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "////////////////////////////////////////////////////////////////////////////////////////////////////////////////////\n//\n// Smooth Brush\n// \n" },
{ "IncludePath", "DataflowEditorTools/DataflowEditorWeightMapPaintBrushOps.h" },
{ "ModuleRelativePath", "Private/DataflowEditorTools/DataflowEditorWeightMapPaintBrushOps.h" },
{ "ToolTip", "Smooth Brush" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Strength_MetaData[] = {
{ "Category", "PaintBrush" },
{ "ClampMax", "10." },
{ "ClampMin", "0.0" },
{ "DisplayName", "Strength" },
{ "ModuleRelativePath", "Private/DataflowEditorTools/DataflowEditorWeightMapPaintBrushOps.h" },
{ "UIMax", "10." },
{ "UIMin", "0.0" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowWeightMapSmoothBrushOpProps constinit property declarations *****
static const UECodeGen_Private::FFloatPropertyParams NewProp_Strength;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UDataflowWeightMapSmoothBrushOpProps constinit property declarations *******
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowWeightMapSmoothBrushOpProps>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_Statics
// ********** Begin Class UDataflowWeightMapSmoothBrushOpProps Property Definitions ****************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_Statics::NewProp_Strength = { "Strength", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowWeightMapSmoothBrushOpProps, Strength), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Strength_MetaData), NewProp_Strength_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_Statics::NewProp_Strength,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_Statics::PropPointers) < 2048);
// ********** End Class UDataflowWeightMapSmoothBrushOpProps Property Definitions ******************
UObject* (*const Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMeshSculptBrushOpProps,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_Statics::ClassParams = {
&UDataflowWeightMapSmoothBrushOpProps::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_Statics::PropPointers),
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_Statics::Class_MetaDataParams)
};
void UDataflowWeightMapSmoothBrushOpProps::StaticRegisterNativesUDataflowWeightMapSmoothBrushOpProps()
{
}
UClass* Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps()
{
if (!Z_Registration_Info_UClass_UDataflowWeightMapSmoothBrushOpProps.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowWeightMapSmoothBrushOpProps.OuterSingleton, Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowWeightMapSmoothBrushOpProps.OuterSingleton;
}
UDataflowWeightMapSmoothBrushOpProps::UDataflowWeightMapSmoothBrushOpProps(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowWeightMapSmoothBrushOpProps);
UDataflowWeightMapSmoothBrushOpProps::~UDataflowWeightMapSmoothBrushOpProps() {}
// ********** End Class UDataflowWeightMapSmoothBrushOpProps ***************************************
// ********** Begin Class UDataflowVertexAttributePaintBrushOpProps ********************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowVertexAttributePaintBrushOpProps;
UClass* UDataflowVertexAttributePaintBrushOpProps::GetPrivateStaticClass()
{
using TClass = UDataflowVertexAttributePaintBrushOpProps;
if (!Z_Registration_Info_UClass_UDataflowVertexAttributePaintBrushOpProps.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowVertexAttributePaintBrushOpProps"),
Z_Registration_Info_UClass_UDataflowVertexAttributePaintBrushOpProps.InnerSingleton,
StaticRegisterNativesUDataflowVertexAttributePaintBrushOpProps,
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_UDataflowVertexAttributePaintBrushOpProps.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_NoRegister()
{
return UDataflowVertexAttributePaintBrushOpProps::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "// this brush leverage EDataflowEditorToolEditOperation to decide how to paint the vertex attribute \n" },
{ "IncludePath", "DataflowEditorTools/DataflowEditorWeightMapPaintBrushOps.h" },
{ "ModuleRelativePath", "Private/DataflowEditorTools/DataflowEditorWeightMapPaintBrushOps.h" },
{ "ToolTip", "this brush leverage EDataflowEditorToolEditOperation to decide how to paint the vertex attribute" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeValue_MetaData[] = {
{ "Category", "PaintBrush" },
{ "Comment", "/** The Attribute that will be assigned to triangles within the brush region */" },
{ "DisplayName", "Value" },
{ "ModuleRelativePath", "Private/DataflowEditorTools/DataflowEditorWeightMapPaintBrushOps.h" },
{ "ToolTip", "The Attribute that will be assigned to triangles within the brush region" },
{ "UIMin", "0" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Strength_MetaData[] = {
{ "Category", "PaintBrush" },
{ "ClampMax", "10." },
{ "ClampMin", "0.0" },
{ "DisplayName", "Strength" },
{ "ModuleRelativePath", "Private/DataflowEditorTools/DataflowEditorWeightMapPaintBrushOps.h" },
{ "UIMax", "10." },
{ "UIMin", "0.0" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowVertexAttributePaintBrushOpProps constinit property declarations
static const UECodeGen_Private::FDoublePropertyParams NewProp_AttributeValue;
static const UECodeGen_Private::FFloatPropertyParams NewProp_Strength;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UDataflowVertexAttributePaintBrushOpProps constinit property declarations **
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowVertexAttributePaintBrushOpProps>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_Statics
// ********** Begin Class UDataflowVertexAttributePaintBrushOpProps Property Definitions ***********
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_Statics::NewProp_AttributeValue = { "AttributeValue", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowVertexAttributePaintBrushOpProps, AttributeValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeValue_MetaData), NewProp_AttributeValue_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_Statics::NewProp_Strength = { "Strength", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowVertexAttributePaintBrushOpProps, Strength), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Strength_MetaData), NewProp_Strength_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_Statics::NewProp_AttributeValue,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_Statics::NewProp_Strength,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_Statics::PropPointers) < 2048);
// ********** End Class UDataflowVertexAttributePaintBrushOpProps Property Definitions *************
UObject* (*const Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMeshSculptBrushOpProps,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_Statics::ClassParams = {
&UDataflowVertexAttributePaintBrushOpProps::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_Statics::PropPointers),
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_Statics::Class_MetaDataParams)
};
void UDataflowVertexAttributePaintBrushOpProps::StaticRegisterNativesUDataflowVertexAttributePaintBrushOpProps()
{
}
UClass* Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps()
{
if (!Z_Registration_Info_UClass_UDataflowVertexAttributePaintBrushOpProps.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowVertexAttributePaintBrushOpProps.OuterSingleton, Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowVertexAttributePaintBrushOpProps.OuterSingleton;
}
UDataflowVertexAttributePaintBrushOpProps::UDataflowVertexAttributePaintBrushOpProps(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowVertexAttributePaintBrushOpProps);
UDataflowVertexAttributePaintBrushOpProps::~UDataflowVertexAttributePaintBrushOpProps() {}
// ********** End Class UDataflowVertexAttributePaintBrushOpProps **********************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h__Script_DataflowEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps, UDataflowWeightMapEraseBrushOpProps::StaticClass, TEXT("UDataflowWeightMapEraseBrushOpProps"), &Z_Registration_Info_UClass_UDataflowWeightMapEraseBrushOpProps, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowWeightMapEraseBrushOpProps), 1018182773U) },
{ Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps, UDataflowWeightMapPaintBrushOpProps::StaticClass, TEXT("UDataflowWeightMapPaintBrushOpProps"), &Z_Registration_Info_UClass_UDataflowWeightMapPaintBrushOpProps, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowWeightMapPaintBrushOpProps), 2046262897U) },
{ Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps, UDataflowWeightMapSmoothBrushOpProps::StaticClass, TEXT("UDataflowWeightMapSmoothBrushOpProps"), &Z_Registration_Info_UClass_UDataflowWeightMapSmoothBrushOpProps, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowWeightMapSmoothBrushOpProps), 1669713548U) },
{ Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps, UDataflowVertexAttributePaintBrushOpProps::StaticClass, TEXT("UDataflowVertexAttributePaintBrushOpProps"), &Z_Registration_Info_UClass_UDataflowVertexAttributePaintBrushOpProps, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowVertexAttributePaintBrushOpProps), 4284645020U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h__Script_DataflowEditor_3742977619{
TEXT("/Script/DataflowEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h__Script_DataflowEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h__Script_DataflowEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,186 @@
// 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 "DataflowEditorTools/DataflowEditorWeightMapPaintBrushOps.h"
#ifdef DATAFLOWEDITOR_DataflowEditorWeightMapPaintBrushOps_generated_h
#error "DataflowEditorWeightMapPaintBrushOps.generated.h already included, missing '#pragma once' in DataflowEditorWeightMapPaintBrushOps.h"
#endif
#define DATAFLOWEDITOR_DataflowEditorWeightMapPaintBrushOps_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UDataflowWeightMapEraseBrushOpProps **************************************
struct Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_47_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowWeightMapEraseBrushOpProps(); \
friend struct ::Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowWeightMapEraseBrushOpProps, UMeshSculptBrushOpProps, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowWeightMapEraseBrushOpProps_NoRegister) \
DECLARE_SERIALIZER(UDataflowWeightMapEraseBrushOpProps)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_47_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowWeightMapEraseBrushOpProps(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowWeightMapEraseBrushOpProps(UDataflowWeightMapEraseBrushOpProps&&) = delete; \
UDataflowWeightMapEraseBrushOpProps(const UDataflowWeightMapEraseBrushOpProps&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowWeightMapEraseBrushOpProps); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowWeightMapEraseBrushOpProps); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowWeightMapEraseBrushOpProps) \
DATAFLOWEDITOR_API virtual ~UDataflowWeightMapEraseBrushOpProps();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_44_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_47_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_47_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_47_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowWeightMapEraseBrushOpProps;
// ********** End Class UDataflowWeightMapEraseBrushOpProps ****************************************
// ********** Begin Class UDataflowWeightMapPaintBrushOpProps **************************************
struct Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_81_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowWeightMapPaintBrushOpProps(); \
friend struct ::Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowWeightMapPaintBrushOpProps, UMeshSculptBrushOpProps, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowWeightMapPaintBrushOpProps_NoRegister) \
DECLARE_SERIALIZER(UDataflowWeightMapPaintBrushOpProps)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_81_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowWeightMapPaintBrushOpProps(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowWeightMapPaintBrushOpProps(UDataflowWeightMapPaintBrushOpProps&&) = delete; \
UDataflowWeightMapPaintBrushOpProps(const UDataflowWeightMapPaintBrushOpProps&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowWeightMapPaintBrushOpProps); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowWeightMapPaintBrushOpProps); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowWeightMapPaintBrushOpProps) \
DATAFLOWEDITOR_API virtual ~UDataflowWeightMapPaintBrushOpProps();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_78_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_81_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_81_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_81_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowWeightMapPaintBrushOpProps;
// ********** End Class UDataflowWeightMapPaintBrushOpProps ****************************************
// ********** Begin Class UDataflowWeightMapSmoothBrushOpProps *************************************
struct Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_127_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowWeightMapSmoothBrushOpProps(); \
friend struct ::Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowWeightMapSmoothBrushOpProps, UMeshSculptBrushOpProps, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowWeightMapSmoothBrushOpProps_NoRegister) \
DECLARE_SERIALIZER(UDataflowWeightMapSmoothBrushOpProps)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_127_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowWeightMapSmoothBrushOpProps(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowWeightMapSmoothBrushOpProps(UDataflowWeightMapSmoothBrushOpProps&&) = delete; \
UDataflowWeightMapSmoothBrushOpProps(const UDataflowWeightMapSmoothBrushOpProps&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowWeightMapSmoothBrushOpProps); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowWeightMapSmoothBrushOpProps); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowWeightMapSmoothBrushOpProps) \
DATAFLOWEDITOR_API virtual ~UDataflowWeightMapSmoothBrushOpProps();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_124_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_127_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_127_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_127_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowWeightMapSmoothBrushOpProps;
// ********** End Class UDataflowWeightMapSmoothBrushOpProps ***************************************
// ********** Begin Class UDataflowVertexAttributePaintBrushOpProps ********************************
struct Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_170_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowVertexAttributePaintBrushOpProps(); \
friend struct ::Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowVertexAttributePaintBrushOpProps, UMeshSculptBrushOpProps, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowVertexAttributePaintBrushOpProps_NoRegister) \
DECLARE_SERIALIZER(UDataflowVertexAttributePaintBrushOpProps)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_170_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowVertexAttributePaintBrushOpProps(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowVertexAttributePaintBrushOpProps(UDataflowVertexAttributePaintBrushOpProps&&) = delete; \
UDataflowVertexAttributePaintBrushOpProps(const UDataflowVertexAttributePaintBrushOpProps&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowVertexAttributePaintBrushOpProps); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowVertexAttributePaintBrushOpProps); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowVertexAttributePaintBrushOpProps) \
DATAFLOWEDITOR_API virtual ~UDataflowVertexAttributePaintBrushOpProps();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_167_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_170_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_170_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h_170_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowVertexAttributePaintBrushOpProps;
// ********** End Class UDataflowVertexAttributePaintBrushOpProps **********************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_DataflowEditorTools_DataflowEditorWeightMapPaintBrushOps_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,294 @@
// 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 "DataflowEditorTools/DataflowEditorWeightMapPaintTool.h"
#ifdef DATAFLOWEDITOR_DataflowEditorWeightMapPaintTool_generated_h
#error "DataflowEditorWeightMapPaintTool.generated.h already included, missing '#pragma once' in DataflowEditorWeightMapPaintTool.h"
#endif
#define DATAFLOWEDITOR_DataflowEditorWeightMapPaintTool_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UDataflowEditorWeightMapPaintToolBuilder *********************************
struct Z_Construct_UClass_UDataflowEditorWeightMapPaintToolBuilder_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorWeightMapPaintToolBuilder_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_64_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowEditorWeightMapPaintToolBuilder(); \
friend struct ::Z_Construct_UClass_UDataflowEditorWeightMapPaintToolBuilder_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEditorWeightMapPaintToolBuilder_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEditorWeightMapPaintToolBuilder, UMeshSurfacePointMeshEditingToolBuilder, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEditorWeightMapPaintToolBuilder_NoRegister) \
DECLARE_SERIALIZER(UDataflowEditorWeightMapPaintToolBuilder) \
virtual UObject* _getUObject() const override { return const_cast<UDataflowEditorWeightMapPaintToolBuilder*>(this); }
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_64_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowEditorWeightMapPaintToolBuilder(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEditorWeightMapPaintToolBuilder(UDataflowEditorWeightMapPaintToolBuilder&&) = delete; \
UDataflowEditorWeightMapPaintToolBuilder(const UDataflowEditorWeightMapPaintToolBuilder&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEditorWeightMapPaintToolBuilder); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEditorWeightMapPaintToolBuilder); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowEditorWeightMapPaintToolBuilder) \
DATAFLOWEDITOR_API virtual ~UDataflowEditorWeightMapPaintToolBuilder();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_61_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_64_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_64_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_64_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEditorWeightMapPaintToolBuilder;
// ********** End Class UDataflowEditorWeightMapPaintToolBuilder ***********************************
// ********** Begin Class UDataflowEditorWeightMapPaintBrushFilterProperties ***********************
struct Z_Construct_UClass_UDataflowEditorWeightMapPaintBrushFilterProperties_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorWeightMapPaintBrushFilterProperties_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_129_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowEditorWeightMapPaintBrushFilterProperties(); \
friend struct ::Z_Construct_UClass_UDataflowEditorWeightMapPaintBrushFilterProperties_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEditorWeightMapPaintBrushFilterProperties_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEditorWeightMapPaintBrushFilterProperties, UInteractiveToolPropertySet, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEditorWeightMapPaintBrushFilterProperties_NoRegister) \
DECLARE_SERIALIZER(UDataflowEditorWeightMapPaintBrushFilterProperties)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_129_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowEditorWeightMapPaintBrushFilterProperties(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEditorWeightMapPaintBrushFilterProperties(UDataflowEditorWeightMapPaintBrushFilterProperties&&) = delete; \
UDataflowEditorWeightMapPaintBrushFilterProperties(const UDataflowEditorWeightMapPaintBrushFilterProperties&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEditorWeightMapPaintBrushFilterProperties); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEditorWeightMapPaintBrushFilterProperties); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowEditorWeightMapPaintBrushFilterProperties) \
DATAFLOWEDITOR_API virtual ~UDataflowEditorWeightMapPaintBrushFilterProperties();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_126_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_129_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_129_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_129_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEditorWeightMapPaintBrushFilterProperties;
// ********** End Class UDataflowEditorWeightMapPaintBrushFilterProperties *************************
// ********** Begin Class UDataflowEditorMeshWeightMapPaintToolActions *****************************
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_214_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execInvertCurrentSurface); \
DECLARE_FUNCTION(execInvertCurrent); \
DECLARE_FUNCTION(execFloodFillCurrent); \
DECLARE_FUNCTION(execClearAll);
struct Z_Construct_UClass_UDataflowEditorMeshWeightMapPaintToolActions_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorMeshWeightMapPaintToolActions_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_214_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowEditorMeshWeightMapPaintToolActions(); \
friend struct ::Z_Construct_UClass_UDataflowEditorMeshWeightMapPaintToolActions_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEditorMeshWeightMapPaintToolActions_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEditorMeshWeightMapPaintToolActions, UInteractiveToolPropertySet, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEditorMeshWeightMapPaintToolActions_NoRegister) \
DECLARE_SERIALIZER(UDataflowEditorMeshWeightMapPaintToolActions)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_214_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowEditorMeshWeightMapPaintToolActions(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEditorMeshWeightMapPaintToolActions(UDataflowEditorMeshWeightMapPaintToolActions&&) = delete; \
UDataflowEditorMeshWeightMapPaintToolActions(const UDataflowEditorMeshWeightMapPaintToolActions&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEditorMeshWeightMapPaintToolActions); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEditorMeshWeightMapPaintToolActions); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowEditorMeshWeightMapPaintToolActions) \
DATAFLOWEDITOR_API virtual ~UDataflowEditorMeshWeightMapPaintToolActions();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_211_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_214_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_214_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_214_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_214_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEditorMeshWeightMapPaintToolActions;
// ********** End Class UDataflowEditorMeshWeightMapPaintToolActions *******************************
// ********** Begin Class UDataflowEditorUpdateWeightMapProperties *********************************
struct Z_Construct_UClass_UDataflowEditorUpdateWeightMapProperties_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorUpdateWeightMapProperties_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_254_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowEditorUpdateWeightMapProperties(); \
friend struct ::Z_Construct_UClass_UDataflowEditorUpdateWeightMapProperties_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEditorUpdateWeightMapProperties_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEditorUpdateWeightMapProperties, UInteractiveToolPropertySet, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEditorUpdateWeightMapProperties_NoRegister) \
DECLARE_SERIALIZER(UDataflowEditorUpdateWeightMapProperties)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_254_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowEditorUpdateWeightMapProperties(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEditorUpdateWeightMapProperties(UDataflowEditorUpdateWeightMapProperties&&) = delete; \
UDataflowEditorUpdateWeightMapProperties(const UDataflowEditorUpdateWeightMapProperties&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEditorUpdateWeightMapProperties); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEditorUpdateWeightMapProperties); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowEditorUpdateWeightMapProperties) \
DATAFLOWEDITOR_API virtual ~UDataflowEditorUpdateWeightMapProperties();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_251_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_254_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_254_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_254_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEditorUpdateWeightMapProperties;
// ********** End Class UDataflowEditorUpdateWeightMapProperties ***********************************
// ********** Begin Class UDataflowEditorWeightMapPaintTool ****************************************
struct Z_Construct_UClass_UDataflowEditorWeightMapPaintTool_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorWeightMapPaintTool_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_272_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowEditorWeightMapPaintTool(); \
friend struct ::Z_Construct_UClass_UDataflowEditorWeightMapPaintTool_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowEditorWeightMapPaintTool_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowEditorWeightMapPaintTool, UMeshSculptToolBase, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowEditorWeightMapPaintTool_NoRegister) \
DECLARE_SERIALIZER(UDataflowEditorWeightMapPaintTool)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_272_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowEditorWeightMapPaintTool(); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowEditorWeightMapPaintTool(UDataflowEditorWeightMapPaintTool&&) = delete; \
UDataflowEditorWeightMapPaintTool(const UDataflowEditorWeightMapPaintTool&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowEditorWeightMapPaintTool); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowEditorWeightMapPaintTool); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UDataflowEditorWeightMapPaintTool) \
DATAFLOWEDITOR_API virtual ~UDataflowEditorWeightMapPaintTool();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_269_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_272_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_272_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h_272_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowEditorWeightMapPaintTool;
// ********** End Class UDataflowEditorWeightMapPaintTool ******************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_DataflowEditorTools_DataflowEditorWeightMapPaintTool_h
// ********** Begin Enum EDataflowEditorWeightMapPaintInteractionType ******************************
#define FOREACH_ENUM_EDATAFLOWEDITORWEIGHTMAPPAINTINTERACTIONTYPE(op) \
op(EDataflowEditorWeightMapPaintInteractionType::Brush) \
op(EDataflowEditorWeightMapPaintInteractionType::Fill) \
op(EDataflowEditorWeightMapPaintInteractionType::PolyLasso) \
op(EDataflowEditorWeightMapPaintInteractionType::Gradient) \
op(EDataflowEditorWeightMapPaintInteractionType::LastValue)
enum class EDataflowEditorWeightMapPaintInteractionType : uint8;
template<> struct TIsUEnumClass<EDataflowEditorWeightMapPaintInteractionType> { enum { Value = true }; };
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowEditorWeightMapPaintInteractionType>();
// ********** End Enum EDataflowEditorWeightMapPaintInteractionType ********************************
// ********** Begin Enum EDataflowEditorWeightMapPaintBrushType ************************************
#define FOREACH_ENUM_EDATAFLOWEDITORWEIGHTMAPPAINTBRUSHTYPE(op) \
op(EDataflowEditorWeightMapPaintBrushType::Paint) \
op(EDataflowEditorWeightMapPaintBrushType::Smooth) \
op(EDataflowEditorWeightMapPaintBrushType::Erase) \
op(EDataflowEditorWeightMapPaintBrushType::LastValue)
enum class EDataflowEditorWeightMapPaintBrushType : uint8;
template<> struct TIsUEnumClass<EDataflowEditorWeightMapPaintBrushType> { enum { Value = true }; };
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowEditorWeightMapPaintBrushType>();
// ********** End Enum EDataflowEditorWeightMapPaintBrushType **************************************
// ********** Begin Enum EDataflowEditorWeightMapPaintBrushAreaType ********************************
#define FOREACH_ENUM_EDATAFLOWEDITORWEIGHTMAPPAINTBRUSHAREATYPE(op) \
op(EDataflowEditorWeightMapPaintBrushAreaType::Connected) \
op(EDataflowEditorWeightMapPaintBrushAreaType::Volumetric)
enum class EDataflowEditorWeightMapPaintBrushAreaType : uint8;
template<> struct TIsUEnumClass<EDataflowEditorWeightMapPaintBrushAreaType> { enum { Value = true }; };
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowEditorWeightMapPaintBrushAreaType>();
// ********** End Enum EDataflowEditorWeightMapPaintBrushAreaType **********************************
// ********** Begin Enum EDataflowEditorWeightMapPaintVisibilityType *******************************
#define FOREACH_ENUM_EDATAFLOWEDITORWEIGHTMAPPAINTVISIBILITYTYPE(op) \
op(EDataflowEditorWeightMapPaintVisibilityType::None) \
op(EDataflowEditorWeightMapPaintVisibilityType::Unoccluded)
enum class EDataflowEditorWeightMapPaintVisibilityType : uint8;
template<> struct TIsUEnumClass<EDataflowEditorWeightMapPaintVisibilityType> { enum { Value = true }; };
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowEditorWeightMapPaintVisibilityType>();
// ********** End Enum EDataflowEditorWeightMapPaintVisibilityType *********************************
// ********** Begin Enum EDataflowEditorWeightMapPaintToolActions **********************************
#define FOREACH_ENUM_EDATAFLOWEDITORWEIGHTMAPPAINTTOOLACTIONS(op) \
op(EDataflowEditorWeightMapPaintToolActions::NoAction) \
op(EDataflowEditorWeightMapPaintToolActions::FloodFillCurrent) \
op(EDataflowEditorWeightMapPaintToolActions::ClearAll) \
op(EDataflowEditorWeightMapPaintToolActions::InvertCurrent) \
op(EDataflowEditorWeightMapPaintToolActions::InvertCurrentSurface)
enum class EDataflowEditorWeightMapPaintToolActions;
template<> struct TIsUEnumClass<EDataflowEditorWeightMapPaintToolActions> { enum { Value = true }; };
template<> DATAFLOWEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowEditorWeightMapPaintToolActions>();
// ********** End Enum EDataflowEditorWeightMapPaintToolActions ************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,201 @@
// 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 "Dataflow/DataflowGraphSchemaAction.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowGraphSchemaAction() {}
// ********** Begin Cross Module References ********************************************************
DATAFLOWEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode();
DATAFLOWEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowSubGraph();
DATAFLOWEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowVariable();
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FEdGraphSchemaAction();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode *************
struct Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode); }
static inline consteval int16 GetStructAlignment() { return alignof(FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/**\n* Action to add a node to the graph\n*/" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowGraphSchemaAction.h" },
{ "ToolTip", "Action to add a node to the graph" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode constinit property declarations
// ********** End ScriptStruct FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode_Statics
static_assert(std::is_polymorphic<FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode>() == std::is_polymorphic<FEdGraphSchemaAction>(), "USTRUCT FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode cannot be polymorphic unless super FEdGraphSchemaAction is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode;
class UScriptStruct* FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("AssetSchemaAction_Dataflow_CreateNode_DataflowEdNode"));
}
return Z_Registration_Info_UScriptStruct_FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
Z_Construct_UScriptStruct_FEdGraphSchemaAction,
&NewStructOps,
"AssetSchemaAction_Dataflow_CreateNode_DataflowEdNode",
nullptr,
0,
sizeof(FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode),
alignof(FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode()
{
if (!Z_Registration_Info_UScriptStruct_FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode.InnerSingleton, Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode.InnerSingleton);
}
// ********** End ScriptStruct FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode ***************
// ********** Begin ScriptStruct FEdGraphSchemaAction_DataflowVariable *****************************
struct Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowVariable_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FEdGraphSchemaAction_DataflowVariable); }
static inline consteval int16 GetStructAlignment() { return alignof(FEdGraphSchemaAction_DataflowVariable); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/**\n* Action that refers to a dataflow variable\n* It is used to display the variables in the SDataflowMembersWidget\n*/" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowGraphSchemaAction.h" },
{ "ToolTip", "Action that refers to a dataflow variable\nIt is used to display the variables in the SDataflowMembersWidget" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FEdGraphSchemaAction_DataflowVariable constinit property declarations
// ********** End ScriptStruct FEdGraphSchemaAction_DataflowVariable constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FEdGraphSchemaAction_DataflowVariable>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowVariable_Statics
static_assert(std::is_polymorphic<FEdGraphSchemaAction_DataflowVariable>() == std::is_polymorphic<FEdGraphSchemaAction>(), "USTRUCT FEdGraphSchemaAction_DataflowVariable cannot be polymorphic unless super FEdGraphSchemaAction is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FEdGraphSchemaAction_DataflowVariable;
class UScriptStruct* FEdGraphSchemaAction_DataflowVariable::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FEdGraphSchemaAction_DataflowVariable.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FEdGraphSchemaAction_DataflowVariable.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowVariable, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("EdGraphSchemaAction_DataflowVariable"));
}
return Z_Registration_Info_UScriptStruct_FEdGraphSchemaAction_DataflowVariable.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowVariable_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
Z_Construct_UScriptStruct_FEdGraphSchemaAction,
&NewStructOps,
"EdGraphSchemaAction_DataflowVariable",
nullptr,
0,
sizeof(FEdGraphSchemaAction_DataflowVariable),
alignof(FEdGraphSchemaAction_DataflowVariable),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowVariable_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowVariable_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowVariable()
{
if (!Z_Registration_Info_UScriptStruct_FEdGraphSchemaAction_DataflowVariable.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FEdGraphSchemaAction_DataflowVariable.InnerSingleton, Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowVariable_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FEdGraphSchemaAction_DataflowVariable.InnerSingleton);
}
// ********** End ScriptStruct FEdGraphSchemaAction_DataflowVariable *******************************
// ********** Begin ScriptStruct FEdGraphSchemaAction_DataflowSubGraph *****************************
struct Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowSubGraph_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FEdGraphSchemaAction_DataflowSubGraph); }
static inline consteval int16 GetStructAlignment() { return alignof(FEdGraphSchemaAction_DataflowSubGraph); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/**\n* Action that refers to a dataflow subgraph\n* It is used to display the variables in the SDataflowMembersWidget\n*/" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowGraphSchemaAction.h" },
{ "ToolTip", "Action that refers to a dataflow subgraph\nIt is used to display the variables in the SDataflowMembersWidget" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FEdGraphSchemaAction_DataflowSubGraph constinit property declarations
// ********** End ScriptStruct FEdGraphSchemaAction_DataflowSubGraph constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FEdGraphSchemaAction_DataflowSubGraph>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowSubGraph_Statics
static_assert(std::is_polymorphic<FEdGraphSchemaAction_DataflowSubGraph>() == std::is_polymorphic<FEdGraphSchemaAction>(), "USTRUCT FEdGraphSchemaAction_DataflowSubGraph cannot be polymorphic unless super FEdGraphSchemaAction is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FEdGraphSchemaAction_DataflowSubGraph;
class UScriptStruct* FEdGraphSchemaAction_DataflowSubGraph::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FEdGraphSchemaAction_DataflowSubGraph.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FEdGraphSchemaAction_DataflowSubGraph.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowSubGraph, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("EdGraphSchemaAction_DataflowSubGraph"));
}
return Z_Registration_Info_UScriptStruct_FEdGraphSchemaAction_DataflowSubGraph.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowSubGraph_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
Z_Construct_UScriptStruct_FEdGraphSchemaAction,
&NewStructOps,
"EdGraphSchemaAction_DataflowSubGraph",
nullptr,
0,
sizeof(FEdGraphSchemaAction_DataflowSubGraph),
alignof(FEdGraphSchemaAction_DataflowSubGraph),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowSubGraph_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowSubGraph_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowSubGraph()
{
if (!Z_Registration_Info_UScriptStruct_FEdGraphSchemaAction_DataflowSubGraph.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FEdGraphSchemaAction_DataflowSubGraph.InnerSingleton, Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowSubGraph_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FEdGraphSchemaAction_DataflowSubGraph.InnerSingleton);
}
// ********** End ScriptStruct FEdGraphSchemaAction_DataflowSubGraph *******************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowGraphSchemaAction_h__Script_DataflowEditor_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode::StaticStruct, Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode_Statics::NewStructOps, TEXT("AssetSchemaAction_Dataflow_CreateNode_DataflowEdNode"),&Z_Registration_Info_UScriptStruct_FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode), 2858413544U) },
{ FEdGraphSchemaAction_DataflowVariable::StaticStruct, Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowVariable_Statics::NewStructOps, TEXT("EdGraphSchemaAction_DataflowVariable"),&Z_Registration_Info_UScriptStruct_FEdGraphSchemaAction_DataflowVariable, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FEdGraphSchemaAction_DataflowVariable), 3849190651U) },
{ FEdGraphSchemaAction_DataflowSubGraph::StaticStruct, Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowSubGraph_Statics::NewStructOps, TEXT("EdGraphSchemaAction_DataflowSubGraph"),&Z_Registration_Info_UScriptStruct_FEdGraphSchemaAction_DataflowSubGraph, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FEdGraphSchemaAction_DataflowSubGraph), 3314009840U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowGraphSchemaAction_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowGraphSchemaAction_h__Script_DataflowEditor_3147448210{
TEXT("/Script/DataflowEditor"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowGraphSchemaAction_h__Script_DataflowEditor_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowGraphSchemaAction_h__Script_DataflowEditor_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,55 @@
// 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 "Dataflow/DataflowGraphSchemaAction.h"
#ifdef DATAFLOWEDITOR_DataflowGraphSchemaAction_generated_h
#error "DataflowGraphSchemaAction.generated.h already included, missing '#pragma once' in DataflowGraphSchemaAction.h"
#endif
#define DATAFLOWEDITOR_DataflowGraphSchemaAction_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode *************
struct Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowGraphSchemaAction_h_38_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FEdGraphSchemaAction Super;
struct FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode;
// ********** End ScriptStruct FAssetSchemaAction_Dataflow_CreateNode_DataflowEdNode ***************
// ********** Begin ScriptStruct FEdGraphSchemaAction_DataflowVariable *****************************
struct Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowVariable_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowGraphSchemaAction_h_62_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowVariable_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FEdGraphSchemaAction Super;
struct FEdGraphSchemaAction_DataflowVariable;
// ********** End ScriptStruct FEdGraphSchemaAction_DataflowVariable *******************************
// ********** Begin ScriptStruct FEdGraphSchemaAction_DataflowSubGraph *****************************
struct Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowSubGraph_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowGraphSchemaAction_h_162_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FEdGraphSchemaAction_DataflowSubGraph_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FEdGraphSchemaAction Super;
struct FEdGraphSchemaAction_DataflowSubGraph;
// ********** End ScriptStruct FEdGraphSchemaAction_DataflowSubGraph *******************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowGraphSchemaAction_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,120 @@
// 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 "Dataflow/DataflowOutlinerFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowOutlinerFactory() {}
// ********** Begin Cross Module References ********************************************************
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowObjectFactory();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowObjectFactory_NoRegister();
TYPEDELEMENTFRAMEWORK_API UClass* Z_Construct_UClass_UEditorDataStorageFactory();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDataflowObjectFactory ***************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowObjectFactory;
UClass* UDataflowObjectFactory::GetPrivateStaticClass()
{
using TClass = UDataflowObjectFactory;
if (!Z_Registration_Info_UClass_UDataflowObjectFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowObjectFactory"),
Z_Registration_Info_UClass_UDataflowObjectFactory.InnerSingleton,
StaticRegisterNativesUDataflowObjectFactory,
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_UDataflowObjectFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowObjectFactory_NoRegister()
{
return UDataflowObjectFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowObjectFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** Dataflow outliner factory used to register TEDs queries */" },
{ "IncludePath", "Dataflow/DataflowOutlinerFactory.h" },
{ "ModuleRelativePath", "Private/Dataflow/DataflowOutlinerFactory.h" },
{ "ToolTip", "Dataflow outliner factory used to register TEDs queries" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowObjectFactory constinit property declarations *******************
// ********** End Class UDataflowObjectFactory constinit property declarations *********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowObjectFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowObjectFactory_Statics
UObject* (*const Z_Construct_UClass_UDataflowObjectFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEditorDataStorageFactory,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowObjectFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowObjectFactory_Statics::ClassParams = {
&UDataflowObjectFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowObjectFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowObjectFactory_Statics::Class_MetaDataParams)
};
void UDataflowObjectFactory::StaticRegisterNativesUDataflowObjectFactory()
{
}
UClass* Z_Construct_UClass_UDataflowObjectFactory()
{
if (!Z_Registration_Info_UClass_UDataflowObjectFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowObjectFactory.OuterSingleton, Z_Construct_UClass_UDataflowObjectFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowObjectFactory.OuterSingleton;
}
UDataflowObjectFactory::UDataflowObjectFactory(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowObjectFactory);
// ********** End Class UDataflowObjectFactory *****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowOutlinerFactory_h__Script_DataflowEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDataflowObjectFactory, UDataflowObjectFactory::StaticClass, TEXT("UDataflowObjectFactory"), &Z_Registration_Info_UClass_UDataflowObjectFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowObjectFactory), 2247368972U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowOutlinerFactory_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowOutlinerFactory_h__Script_DataflowEditor_2231334273{
TEXT("/Script/DataflowEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowOutlinerFactory_h__Script_DataflowEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowOutlinerFactory_h__Script_DataflowEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,62 @@
// 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 "Dataflow/DataflowOutlinerFactory.h"
#ifdef DATAFLOWEDITOR_DataflowOutlinerFactory_generated_h
#error "DataflowOutlinerFactory.generated.h already included, missing '#pragma once' in DataflowOutlinerFactory.h"
#endif
#define DATAFLOWEDITOR_DataflowOutlinerFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UDataflowObjectFactory ***************************************************
struct Z_Construct_UClass_UDataflowObjectFactory_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowObjectFactory_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowOutlinerFactory_h_12_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowObjectFactory(); \
friend struct ::Z_Construct_UClass_UDataflowObjectFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowObjectFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowObjectFactory, UEditorDataStorageFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowObjectFactory_NoRegister) \
DECLARE_SERIALIZER(UDataflowObjectFactory)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowOutlinerFactory_h_12_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UDataflowObjectFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowObjectFactory(UDataflowObjectFactory&&) = delete; \
UDataflowObjectFactory(const UDataflowObjectFactory&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UDataflowObjectFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowObjectFactory); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowObjectFactory)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowOutlinerFactory_h_9_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowOutlinerFactory_h_12_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowOutlinerFactory_h_12_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowOutlinerFactory_h_12_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowObjectFactory;
// ********** End Class UDataflowObjectFactory *****************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Private_Dataflow_DataflowOutlinerFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,89 @@
// 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 "Dataflow/DataflowSCommentNode.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowSCommentNode() {}
// ********** Begin Cross Module References ********************************************************
DATAFLOWEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode();
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FEdGraphSchemaAction();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode ******
struct Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode); }
static inline consteval int16 GetStructAlignment() { return alignof(FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "//\n// Action to add a node to the graph\n//\n" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowSCommentNode.h" },
{ "ToolTip", "Action to add a node to the graph" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode constinit property declarations
// ********** End ScriptStruct FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode_Statics
static_assert(std::is_polymorphic<FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode>() == std::is_polymorphic<FEdGraphSchemaAction>(), "USTRUCT FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode cannot be polymorphic unless super FEdGraphSchemaAction is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode;
class UScriptStruct* FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode, (UObject*)Z_Construct_UPackage__Script_DataflowEditor(), TEXT("AssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode"));
}
return Z_Registration_Info_UScriptStruct_FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
Z_Construct_UScriptStruct_FEdGraphSchemaAction,
&NewStructOps,
"AssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode",
nullptr,
0,
sizeof(FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode),
alignof(FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode()
{
if (!Z_Registration_Info_UScriptStruct_FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode.InnerSingleton, Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode.InnerSingleton);
}
// ********** End ScriptStruct FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode ********
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSCommentNode_h__Script_DataflowEditor_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode::StaticStruct, Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode_Statics::NewStructOps, TEXT("AssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode"),&Z_Registration_Info_UScriptStruct_FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode), 1001572406U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSCommentNode_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSCommentNode_h__Script_DataflowEditor_869619443{
TEXT("/Script/DataflowEditor"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSCommentNode_h__Script_DataflowEditor_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSCommentNode_h__Script_DataflowEditor_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,33 @@
// 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 "Dataflow/DataflowSCommentNode.h"
#ifdef DATAFLOWEDITOR_DataflowSCommentNode_generated_h
#error "DataflowSCommentNode.generated.h already included, missing '#pragma once' in DataflowSCommentNode.h"
#endif
#define DATAFLOWEDITOR_DataflowSCommentNode_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode ******
struct Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode_Statics;
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSCommentNode_h_34_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode_Statics; \
DATAFLOWEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FEdGraphSchemaAction Super;
struct FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode;
// ********** End ScriptStruct FAssetSchemaAction_Dataflow_CreateCommentNode_DataflowEdNode ********
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSCommentNode_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 "Dataflow/DataflowSchema.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowSchema() {}
// ********** Begin Cross Module References ********************************************************
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowSchema();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowSchema_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UEdGraphSchema();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDataflowSchema **********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowSchema;
UClass* UDataflowSchema::GetPrivateStaticClass()
{
using TClass = UDataflowSchema;
if (!Z_Registration_Info_UClass_UDataflowSchema.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowSchema"),
Z_Registration_Info_UClass_UDataflowSchema.InnerSingleton,
StaticRegisterNativesUDataflowSchema,
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_UDataflowSchema.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowSchema_NoRegister()
{
return UDataflowSchema::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowSchema_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Dataflow/DataflowSchema.h" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowSchema.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowSchema constinit property declarations **************************
// ********** End Class UDataflowSchema constinit property declarations ****************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowSchema>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowSchema_Statics
UObject* (*const Z_Construct_UClass_UDataflowSchema_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEdGraphSchema,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowSchema_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowSchema_Statics::ClassParams = {
&UDataflowSchema::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowSchema_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowSchema_Statics::Class_MetaDataParams)
};
void UDataflowSchema::StaticRegisterNativesUDataflowSchema()
{
}
UClass* Z_Construct_UClass_UDataflowSchema()
{
if (!Z_Registration_Info_UClass_UDataflowSchema.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowSchema.OuterSingleton, Z_Construct_UClass_UDataflowSchema_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowSchema.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowSchema);
UDataflowSchema::~UDataflowSchema() {}
// ********** End Class UDataflowSchema ************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSchema_h__Script_DataflowEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDataflowSchema, UDataflowSchema::StaticClass, TEXT("UDataflowSchema"), &Z_Registration_Info_UClass_UDataflowSchema, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowSchema), 2625024948U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSchema_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSchema_h__Script_DataflowEditor_2068303163{
TEXT("/Script/DataflowEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSchema_h__Script_DataflowEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSchema_h__Script_DataflowEditor_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 "Dataflow/DataflowSchema.h"
#ifdef DATAFLOWEDITOR_DataflowSchema_generated_h
#error "DataflowSchema.generated.h already included, missing '#pragma once' in DataflowSchema.h"
#endif
#define DATAFLOWEDITOR_DataflowSchema_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UDataflowSchema **********************************************************
struct Z_Construct_UClass_UDataflowSchema_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowSchema_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSchema_h_23_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowSchema(); \
friend struct ::Z_Construct_UClass_UDataflowSchema_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowSchema_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowSchema, UEdGraphSchema, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowSchema_NoRegister) \
DECLARE_SERIALIZER(UDataflowSchema)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSchema_h_23_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowSchema(UDataflowSchema&&) = delete; \
UDataflowSchema(const UDataflowSchema&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowSchema); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowSchema); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UDataflowSchema) \
DATAFLOWEDITOR_API virtual ~UDataflowSchema();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSchema_h_20_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSchema_h_23_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSchema_h_23_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSchema_h_23_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowSchema;
// ********** End Class UDataflowSchema ************************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSchema_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,481 @@
// 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 "Dataflow/DataflowSimulationScene.h"
#include "Dataflow/DataflowPreview.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowSimulationScene() {}
// ********** Begin Cross Module References ********************************************************
CHAOSCACHING_API UClass* Z_Construct_UClass_UChaosCacheCollection_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FTransform();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowEditorSettings();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowSimulationSceneDescription();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowSimulationSceneDescription_NoRegister();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowSimulationSettings();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowSimulationSettings_NoRegister();
DATAFLOWENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowPreviewCacheParams();
ENGINE_API UClass* Z_Construct_UClass_AActor_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_USkeletalMesh_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UStaticMesh_NoRegister();
GEOMETRYCACHE_API UClass* Z_Construct_UClass_UGeometryCache_NoRegister();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDataflowSimulationSettings **********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowSimulationSettings;
UClass* UDataflowSimulationSettings::GetPrivateStaticClass()
{
using TClass = UDataflowSimulationSettings;
if (!Z_Registration_Info_UClass_UDataflowSimulationSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowSimulationSettings"),
Z_Registration_Info_UClass_UDataflowSimulationSettings.InnerSingleton,
StaticRegisterNativesUDataflowSimulationSettings,
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_UDataflowSimulationSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowSimulationSettings_NoRegister()
{
return UDataflowSimulationSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowSimulationSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Dataflow/DataflowSimulationScene.h" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowSimulationScene.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsSimulationPlayingByDefault_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/DataflowSimulationScene.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsAsyncCachingSupported_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/DataflowSimulationScene.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsAsyncCachingEnabledByDefault_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/DataflowSimulationScene.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsGeometryCacheOutputSupported_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/DataflowSimulationScene.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowSimulationSettings constinit property declarations **************
static void NewProp_bIsSimulationPlayingByDefault_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsSimulationPlayingByDefault;
static void NewProp_bIsAsyncCachingSupported_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsAsyncCachingSupported;
static void NewProp_bIsAsyncCachingEnabledByDefault_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsAsyncCachingEnabledByDefault;
static void NewProp_bIsGeometryCacheOutputSupported_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsGeometryCacheOutputSupported;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UDataflowSimulationSettings constinit property declarations ****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowSimulationSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowSimulationSettings_Statics
// ********** Begin Class UDataflowSimulationSettings Property Definitions *************************
void Z_Construct_UClass_UDataflowSimulationSettings_Statics::NewProp_bIsSimulationPlayingByDefault_SetBit(void* Obj)
{
((UDataflowSimulationSettings*)Obj)->bIsSimulationPlayingByDefault = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDataflowSimulationSettings_Statics::NewProp_bIsSimulationPlayingByDefault = { "bIsSimulationPlayingByDefault", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDataflowSimulationSettings), &Z_Construct_UClass_UDataflowSimulationSettings_Statics::NewProp_bIsSimulationPlayingByDefault_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsSimulationPlayingByDefault_MetaData), NewProp_bIsSimulationPlayingByDefault_MetaData) };
void Z_Construct_UClass_UDataflowSimulationSettings_Statics::NewProp_bIsAsyncCachingSupported_SetBit(void* Obj)
{
((UDataflowSimulationSettings*)Obj)->bIsAsyncCachingSupported = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDataflowSimulationSettings_Statics::NewProp_bIsAsyncCachingSupported = { "bIsAsyncCachingSupported", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDataflowSimulationSettings), &Z_Construct_UClass_UDataflowSimulationSettings_Statics::NewProp_bIsAsyncCachingSupported_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsAsyncCachingSupported_MetaData), NewProp_bIsAsyncCachingSupported_MetaData) };
void Z_Construct_UClass_UDataflowSimulationSettings_Statics::NewProp_bIsAsyncCachingEnabledByDefault_SetBit(void* Obj)
{
((UDataflowSimulationSettings*)Obj)->bIsAsyncCachingEnabledByDefault = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDataflowSimulationSettings_Statics::NewProp_bIsAsyncCachingEnabledByDefault = { "bIsAsyncCachingEnabledByDefault", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDataflowSimulationSettings), &Z_Construct_UClass_UDataflowSimulationSettings_Statics::NewProp_bIsAsyncCachingEnabledByDefault_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsAsyncCachingEnabledByDefault_MetaData), NewProp_bIsAsyncCachingEnabledByDefault_MetaData) };
void Z_Construct_UClass_UDataflowSimulationSettings_Statics::NewProp_bIsGeometryCacheOutputSupported_SetBit(void* Obj)
{
((UDataflowSimulationSettings*)Obj)->bIsGeometryCacheOutputSupported = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDataflowSimulationSettings_Statics::NewProp_bIsGeometryCacheOutputSupported = { "bIsGeometryCacheOutputSupported", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDataflowSimulationSettings), &Z_Construct_UClass_UDataflowSimulationSettings_Statics::NewProp_bIsGeometryCacheOutputSupported_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsGeometryCacheOutputSupported_MetaData), NewProp_bIsGeometryCacheOutputSupported_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDataflowSimulationSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowSimulationSettings_Statics::NewProp_bIsSimulationPlayingByDefault,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowSimulationSettings_Statics::NewProp_bIsAsyncCachingSupported,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowSimulationSettings_Statics::NewProp_bIsAsyncCachingEnabledByDefault,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowSimulationSettings_Statics::NewProp_bIsGeometryCacheOutputSupported,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowSimulationSettings_Statics::PropPointers) < 2048);
// ********** End Class UDataflowSimulationSettings Property Definitions ***************************
UObject* (*const Z_Construct_UClass_UDataflowSimulationSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDataflowEditorSettings,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowSimulationSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowSimulationSettings_Statics::ClassParams = {
&UDataflowSimulationSettings::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UDataflowSimulationSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowSimulationSettings_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowSimulationSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowSimulationSettings_Statics::Class_MetaDataParams)
};
void UDataflowSimulationSettings::StaticRegisterNativesUDataflowSimulationSettings()
{
}
UClass* Z_Construct_UClass_UDataflowSimulationSettings()
{
if (!Z_Registration_Info_UClass_UDataflowSimulationSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowSimulationSettings.OuterSingleton, Z_Construct_UClass_UDataflowSimulationSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowSimulationSettings.OuterSingleton;
}
UDataflowSimulationSettings::UDataflowSimulationSettings(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowSimulationSettings);
UDataflowSimulationSettings::~UDataflowSimulationSettings() {}
// ********** End Class UDataflowSimulationSettings ************************************************
// ********** Begin Class UDataflowSimulationSceneDescription Function GenerateGeometryCache *******
struct Z_Construct_UFunction_UDataflowSimulationSceneDescription_GenerateGeometryCache_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "CallInEditor", "true" },
{ "Category", "Geometry Cache" },
{ "Comment", "/** Interpolates and saves geometry cache from Chaos cache */" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowSimulationScene.h" },
{ "ToolTip", "Interpolates and saves geometry cache from Chaos cache" },
};
#endif // WITH_METADATA
// ********** Begin Function GenerateGeometryCache constinit property declarations *****************
// ********** End Function GenerateGeometryCache constinit property declarations *******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataflowSimulationSceneDescription_GenerateGeometryCache_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataflowSimulationSceneDescription, nullptr, "GenerateGeometryCache", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowSimulationSceneDescription_GenerateGeometryCache_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataflowSimulationSceneDescription_GenerateGeometryCache_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UDataflowSimulationSceneDescription_GenerateGeometryCache()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataflowSimulationSceneDescription_GenerateGeometryCache_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UDataflowSimulationSceneDescription::execGenerateGeometryCache)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->GenerateGeometryCache();
P_NATIVE_END;
}
// ********** End Class UDataflowSimulationSceneDescription Function GenerateGeometryCache *********
// ********** Begin Class UDataflowSimulationSceneDescription Function NewGeometryCache ************
struct Z_Construct_UFunction_UDataflowSimulationSceneDescription_NewGeometryCache_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "CallInEditor", "true" },
{ "Category", "Geometry Cache" },
{ "Comment", "/** Creates a new geometry cache file */" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowSimulationScene.h" },
{ "ToolTip", "Creates a new geometry cache file" },
};
#endif // WITH_METADATA
// ********** Begin Function NewGeometryCache constinit property declarations **********************
// ********** End Function NewGeometryCache constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataflowSimulationSceneDescription_NewGeometryCache_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataflowSimulationSceneDescription, nullptr, "NewGeometryCache", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataflowSimulationSceneDescription_NewGeometryCache_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataflowSimulationSceneDescription_NewGeometryCache_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UDataflowSimulationSceneDescription_NewGeometryCache()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataflowSimulationSceneDescription_NewGeometryCache_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UDataflowSimulationSceneDescription::execNewGeometryCache)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->NewGeometryCache();
P_NATIVE_END;
}
// ********** End Class UDataflowSimulationSceneDescription Function NewGeometryCache **************
// ********** Begin Class UDataflowSimulationSceneDescription **************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowSimulationSceneDescription;
UClass* UDataflowSimulationSceneDescription::GetPrivateStaticClass()
{
using TClass = UDataflowSimulationSceneDescription;
if (!Z_Registration_Info_UClass_UDataflowSimulationSceneDescription.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowSimulationSceneDescription"),
Z_Registration_Info_UClass_UDataflowSimulationSceneDescription.InnerSingleton,
StaticRegisterNativesUDataflowSimulationSceneDescription,
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_UDataflowSimulationSceneDescription.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowSimulationSceneDescription_NoRegister()
{
return UDataflowSimulationSceneDescription::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Dataflow/DataflowSimulationScene.h" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowSimulationScene.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BlueprintClass_MetaData[] = {
{ "Category", "Scene" },
{ "Comment", "/** Caching blueprint actor class to spawn */" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowSimulationScene.h" },
{ "ToolTip", "Caching blueprint actor class to spawn" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BlueprintTransform_MetaData[] = {
{ "Category", "Scene" },
{ "Comment", "/** Blueprint actor transform */" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowSimulationScene.h" },
{ "ToolTip", "Blueprint actor transform" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bPauseSimulationViewportWhenPlayingInEditor_MetaData[] = {
{ "Category", "Viewport" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowSimulationScene.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bPauseSimulationViewportWhenNotFocused_MetaData[] = {
{ "Category", "Viewport" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowSimulationScene.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CacheAsset_MetaData[] = {
{ "Category", "Caching" },
{ "Comment", "/** Caching asset to be used to record the simulation */" },
{ "DisplayName", "Cache Collection" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowSimulationScene.h" },
{ "ToolTip", "Caching asset to be used to record the simulation" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CacheParams_MetaData[] = {
{ "Category", "Caching" },
{ "Comment", "/** Caching params used to record the simulation */" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowSimulationScene.h" },
{ "ToolTip", "Caching params used to record the simulation" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsGeometryCacheOutputSupported_MetaData[] = {
{ "ModuleRelativePath", "Public/Dataflow/DataflowSimulationScene.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GeometryCacheAsset_MetaData[] = {
{ "Category", "Geometry Cache" },
{ "Comment", "/** Geometry cache asset used to extract skeletal mesh results from simulation */" },
{ "DisplayName", "Geometry Cache" },
{ "EditCondition", "bIsGeometryCacheOutputSupported && CacheAsset != nullptr" },
{ "EditConditionHides", "" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowSimulationScene.h" },
{ "ToolTip", "Geometry cache asset used to extract skeletal mesh results from simulation" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EmbeddedSkeletalMesh_MetaData[] = {
{ "Category", "Geometry Cache" },
{ "Comment", "/** Skeletal mesh interpolated from simulation. This should match the SkeletalMesh used in GenerateSurfaceBindings node */" },
{ "EditCondition", "bIsGeometryCacheOutputSupported && CacheAsset != nullptr && EmbeddedStaticMesh == nullptr" },
{ "EditConditionHides", "" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowSimulationScene.h" },
{ "ToolTip", "Skeletal mesh interpolated from simulation. This should match the SkeletalMesh used in GenerateSurfaceBindings node" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EmbeddedStaticMesh_MetaData[] = {
{ "Category", "Geometry Cache" },
{ "Comment", "/** Static mesh interpolated from simulation. This should match the Static mesh used in GenerateSurfaceBindings node */" },
{ "EditCondition", "bIsGeometryCacheOutputSupported && CacheAsset != nullptr && EmbeddedSkeletalMesh == nullptr" },
{ "EditConditionHides", "" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowSimulationScene.h" },
{ "ToolTip", "Static mesh interpolated from simulation. This should match the Static mesh used in GenerateSurfaceBindings node" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSkeletalMeshVisibility_MetaData[] = {
{ "Category", "Skeletal Mesh" },
{ "Comment", "/** Visibility of the skeletal mesh */" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowSimulationScene.h" },
{ "ToolTip", "Visibility of the skeletal mesh" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowSimulationSceneDescription constinit property declarations ******
static const UECodeGen_Private::FClassPropertyParams NewProp_BlueprintClass;
static const UECodeGen_Private::FStructPropertyParams NewProp_BlueprintTransform;
static void NewProp_bPauseSimulationViewportWhenPlayingInEditor_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPauseSimulationViewportWhenPlayingInEditor;
static void NewProp_bPauseSimulationViewportWhenNotFocused_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPauseSimulationViewportWhenNotFocused;
static const UECodeGen_Private::FObjectPropertyParams NewProp_CacheAsset;
static const UECodeGen_Private::FStructPropertyParams NewProp_CacheParams;
static void NewProp_bIsGeometryCacheOutputSupported_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsGeometryCacheOutputSupported;
static const UECodeGen_Private::FObjectPropertyParams NewProp_GeometryCacheAsset;
static const UECodeGen_Private::FObjectPropertyParams NewProp_EmbeddedSkeletalMesh;
static const UECodeGen_Private::FObjectPropertyParams NewProp_EmbeddedStaticMesh;
static void NewProp_bSkeletalMeshVisibility_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSkeletalMeshVisibility;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UDataflowSimulationSceneDescription constinit property declarations ********
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("GenerateGeometryCache"), .Pointer = &UDataflowSimulationSceneDescription::execGenerateGeometryCache },
{ .NameUTF8 = UTF8TEXT("NewGeometryCache"), .Pointer = &UDataflowSimulationSceneDescription::execNewGeometryCache },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UDataflowSimulationSceneDescription_GenerateGeometryCache, "GenerateGeometryCache" }, // 2943948856
{ &Z_Construct_UFunction_UDataflowSimulationSceneDescription_NewGeometryCache, "NewGeometryCache" }, // 3553439292
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowSimulationSceneDescription>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics
// ********** Begin Class UDataflowSimulationSceneDescription Property Definitions *****************
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_BlueprintClass = { "BlueprintClass", nullptr, (EPropertyFlags)0x0014000000000001, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowSimulationSceneDescription, BlueprintClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_AActor_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BlueprintClass_MetaData), NewProp_BlueprintClass_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_BlueprintTransform = { "BlueprintTransform", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowSimulationSceneDescription, BlueprintTransform), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BlueprintTransform_MetaData), NewProp_BlueprintTransform_MetaData) };
void Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_bPauseSimulationViewportWhenPlayingInEditor_SetBit(void* Obj)
{
((UDataflowSimulationSceneDescription*)Obj)->bPauseSimulationViewportWhenPlayingInEditor = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_bPauseSimulationViewportWhenPlayingInEditor = { "bPauseSimulationViewportWhenPlayingInEditor", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDataflowSimulationSceneDescription), &Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_bPauseSimulationViewportWhenPlayingInEditor_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bPauseSimulationViewportWhenPlayingInEditor_MetaData), NewProp_bPauseSimulationViewportWhenPlayingInEditor_MetaData) };
void Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_bPauseSimulationViewportWhenNotFocused_SetBit(void* Obj)
{
((UDataflowSimulationSceneDescription*)Obj)->bPauseSimulationViewportWhenNotFocused = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_bPauseSimulationViewportWhenNotFocused = { "bPauseSimulationViewportWhenNotFocused", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDataflowSimulationSceneDescription), &Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_bPauseSimulationViewportWhenNotFocused_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bPauseSimulationViewportWhenNotFocused_MetaData), NewProp_bPauseSimulationViewportWhenNotFocused_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_CacheAsset = { "CacheAsset", nullptr, (EPropertyFlags)0x0114000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowSimulationSceneDescription, CacheAsset), Z_Construct_UClass_UChaosCacheCollection_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CacheAsset_MetaData), NewProp_CacheAsset_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_CacheParams = { "CacheParams", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowSimulationSceneDescription, CacheParams), Z_Construct_UScriptStruct_FDataflowPreviewCacheParams, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CacheParams_MetaData), NewProp_CacheParams_MetaData) }; // 1093399760
void Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_bIsGeometryCacheOutputSupported_SetBit(void* Obj)
{
((UDataflowSimulationSceneDescription*)Obj)->bIsGeometryCacheOutputSupported = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_bIsGeometryCacheOutputSupported = { "bIsGeometryCacheOutputSupported", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDataflowSimulationSceneDescription), &Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_bIsGeometryCacheOutputSupported_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsGeometryCacheOutputSupported_MetaData), NewProp_bIsGeometryCacheOutputSupported_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_GeometryCacheAsset = { "GeometryCacheAsset", nullptr, (EPropertyFlags)0x0114000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowSimulationSceneDescription, GeometryCacheAsset), Z_Construct_UClass_UGeometryCache_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GeometryCacheAsset_MetaData), NewProp_GeometryCacheAsset_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_EmbeddedSkeletalMesh = { "EmbeddedSkeletalMesh", nullptr, (EPropertyFlags)0x0114000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowSimulationSceneDescription, EmbeddedSkeletalMesh), Z_Construct_UClass_USkeletalMesh_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EmbeddedSkeletalMesh_MetaData), NewProp_EmbeddedSkeletalMesh_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_EmbeddedStaticMesh = { "EmbeddedStaticMesh", nullptr, (EPropertyFlags)0x0114000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowSimulationSceneDescription, EmbeddedStaticMesh), Z_Construct_UClass_UStaticMesh_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EmbeddedStaticMesh_MetaData), NewProp_EmbeddedStaticMesh_MetaData) };
void Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_bSkeletalMeshVisibility_SetBit(void* Obj)
{
((UDataflowSimulationSceneDescription*)Obj)->bSkeletalMeshVisibility = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_bSkeletalMeshVisibility = { "bSkeletalMeshVisibility", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDataflowSimulationSceneDescription), &Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_bSkeletalMeshVisibility_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSkeletalMeshVisibility_MetaData), NewProp_bSkeletalMeshVisibility_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_BlueprintClass,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_BlueprintTransform,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_bPauseSimulationViewportWhenPlayingInEditor,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_bPauseSimulationViewportWhenNotFocused,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_CacheAsset,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_CacheParams,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_bIsGeometryCacheOutputSupported,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_GeometryCacheAsset,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_EmbeddedSkeletalMesh,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_EmbeddedStaticMesh,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::NewProp_bSkeletalMeshVisibility,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::PropPointers) < 2048);
// ********** End Class UDataflowSimulationSceneDescription Property Definitions *******************
UObject* (*const Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::ClassParams = {
&UDataflowSimulationSceneDescription::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::Class_MetaDataParams)
};
void UDataflowSimulationSceneDescription::StaticRegisterNativesUDataflowSimulationSceneDescription()
{
UClass* Class = UDataflowSimulationSceneDescription::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::Funcs));
}
UClass* Z_Construct_UClass_UDataflowSimulationSceneDescription()
{
if (!Z_Registration_Info_UClass_UDataflowSimulationSceneDescription.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowSimulationSceneDescription.OuterSingleton, Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowSimulationSceneDescription.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowSimulationSceneDescription);
UDataflowSimulationSceneDescription::~UDataflowSimulationSceneDescription() {}
// ********** End Class UDataflowSimulationSceneDescription ****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSimulationScene_h__Script_DataflowEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDataflowSimulationSettings, UDataflowSimulationSettings::StaticClass, TEXT("UDataflowSimulationSettings"), &Z_Registration_Info_UClass_UDataflowSimulationSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowSimulationSettings), 869173307U) },
{ Z_Construct_UClass_UDataflowSimulationSceneDescription, UDataflowSimulationSceneDescription::StaticClass, TEXT("UDataflowSimulationSceneDescription"), &Z_Registration_Info_UClass_UDataflowSimulationSceneDescription, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowSimulationSceneDescription), 145502923U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSimulationScene_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSimulationScene_h__Script_DataflowEditor_4277672974{
TEXT("/Script/DataflowEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSimulationScene_h__Script_DataflowEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSimulationScene_h__Script_DataflowEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,108 @@
// 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 "Dataflow/DataflowSimulationScene.h"
#ifdef DATAFLOWEDITOR_DataflowSimulationScene_generated_h
#error "DataflowSimulationScene.generated.h already included, missing '#pragma once' in DataflowSimulationScene.h"
#endif
#define DATAFLOWEDITOR_DataflowSimulationScene_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UDataflowSimulationSettings **********************************************
struct Z_Construct_UClass_UDataflowSimulationSettings_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowSimulationSettings_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSimulationScene_h_27_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowSimulationSettings(); \
friend struct ::Z_Construct_UClass_UDataflowSimulationSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowSimulationSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowSimulationSettings, UDataflowEditorSettings, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowSimulationSettings_NoRegister) \
DECLARE_SERIALIZER(UDataflowSimulationSettings)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSimulationScene_h_27_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowSimulationSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowSimulationSettings(UDataflowSimulationSettings&&) = delete; \
UDataflowSimulationSettings(const UDataflowSimulationSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowSimulationSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowSimulationSettings); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowSimulationSettings) \
DATAFLOWEDITOR_API virtual ~UDataflowSimulationSettings();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSimulationScene_h_23_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSimulationScene_h_27_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSimulationScene_h_27_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSimulationScene_h_27_ENHANCED_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowSimulationSettings;
// ********** End Class UDataflowSimulationSettings ************************************************
// ********** Begin Class UDataflowSimulationSceneDescription **************************************
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSimulationScene_h_46_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execNewGeometryCache); \
DECLARE_FUNCTION(execGenerateGeometryCache);
struct Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowSimulationSceneDescription_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSimulationScene_h_46_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowSimulationSceneDescription(); \
friend struct ::Z_Construct_UClass_UDataflowSimulationSceneDescription_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowSimulationSceneDescription_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowSimulationSceneDescription, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowSimulationSceneDescription_NoRegister) \
DECLARE_SERIALIZER(UDataflowSimulationSceneDescription)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSimulationScene_h_46_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowSimulationSceneDescription(UDataflowSimulationSceneDescription&&) = delete; \
UDataflowSimulationSceneDescription(const UDataflowSimulationSceneDescription&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowSimulationSceneDescription); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowSimulationSceneDescription); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UDataflowSimulationSceneDescription) \
DATAFLOWEDITOR_API virtual ~UDataflowSimulationSceneDescription();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSimulationScene_h_42_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSimulationScene_h_46_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSimulationScene_h_46_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSimulationScene_h_46_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSimulationScene_h_46_ENHANCED_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowSimulationSceneDescription;
// ********** End Class UDataflowSimulationSceneDescription ****************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowSimulationScene_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,427 @@
// 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 "Dataflow/DataflowToolTarget.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDataflowToolTarget() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowReadOnlyToolTarget();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowReadOnlyToolTarget_NoRegister();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowReadOnlyToolTargetFactory();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowReadOnlyToolTargetFactory_NoRegister();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowToolTarget();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowToolTarget_NoRegister();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowToolTargetFactory();
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowToolTargetFactory_NoRegister();
DATAFLOWENGINE_API UClass* Z_Construct_UClass_UDataflow_NoRegister();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UMaterialProvider_NoRegister();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UMeshDescriptionCommitter_NoRegister();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UMeshDescriptionProvider_NoRegister();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UToolTarget();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UToolTargetFactory();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UDynamicMeshCommitter_NoRegister();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UDynamicMeshProvider_NoRegister();
UPackage* Z_Construct_UPackage__Script_DataflowEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDataflowReadOnlyToolTarget **********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowReadOnlyToolTarget;
UClass* UDataflowReadOnlyToolTarget::GetPrivateStaticClass()
{
using TClass = UDataflowReadOnlyToolTarget;
if (!Z_Registration_Info_UClass_UDataflowReadOnlyToolTarget.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowReadOnlyToolTarget"),
Z_Registration_Info_UClass_UDataflowReadOnlyToolTarget.InnerSingleton,
StaticRegisterNativesUDataflowReadOnlyToolTarget,
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_UDataflowReadOnlyToolTarget.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowReadOnlyToolTarget_NoRegister()
{
return UDataflowReadOnlyToolTarget::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowReadOnlyToolTarget_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * A tool target backed by a read-only dataflow asset that can provide and take a mesh\n * description.\n */" },
{ "IncludePath", "Dataflow/DataflowToolTarget.h" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowToolTarget.h" },
{ "ToolTip", "A tool target backed by a read-only dataflow asset that can provide and take a mesh\ndescription." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Dataflow_MetaData[] = {
{ "Comment", "// Internal dataflow pointer\n" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowToolTarget.h" },
{ "ToolTip", "Internal dataflow pointer" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Asset_MetaData[] = {
{ "Comment", "// Internal asset pointer\n" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowToolTarget.h" },
{ "ToolTip", "Internal asset pointer" },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowReadOnlyToolTarget constinit property declarations **************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Dataflow;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Asset;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UDataflowReadOnlyToolTarget constinit property declarations ****************
static UObject* (*const DependentSingletons[])();
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowReadOnlyToolTarget>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowReadOnlyToolTarget_Statics
// ********** Begin Class UDataflowReadOnlyToolTarget Property Definitions *************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDataflowReadOnlyToolTarget_Statics::NewProp_Dataflow = { "Dataflow", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowReadOnlyToolTarget, Dataflow), Z_Construct_UClass_UDataflow_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Dataflow_MetaData), NewProp_Dataflow_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDataflowReadOnlyToolTarget_Statics::NewProp_Asset = { "Asset", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataflowReadOnlyToolTarget, Asset), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Asset_MetaData), NewProp_Asset_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDataflowReadOnlyToolTarget_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowReadOnlyToolTarget_Statics::NewProp_Dataflow,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataflowReadOnlyToolTarget_Statics::NewProp_Asset,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowReadOnlyToolTarget_Statics::PropPointers) < 2048);
// ********** End Class UDataflowReadOnlyToolTarget Property Definitions ***************************
UObject* (*const Z_Construct_UClass_UDataflowReadOnlyToolTarget_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UToolTarget,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowReadOnlyToolTarget_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UDataflowReadOnlyToolTarget_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_UMeshDescriptionProvider_NoRegister, (int32)VTABLE_OFFSET(UDataflowReadOnlyToolTarget, IMeshDescriptionProvider), false }, // 250797701
{ Z_Construct_UClass_UDynamicMeshProvider_NoRegister, (int32)VTABLE_OFFSET(UDataflowReadOnlyToolTarget, IDynamicMeshProvider), false }, // 1749478695
{ Z_Construct_UClass_UMaterialProvider_NoRegister, (int32)VTABLE_OFFSET(UDataflowReadOnlyToolTarget, IMaterialProvider), false }, // 1726304165
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowReadOnlyToolTarget_Statics::ClassParams = {
&UDataflowReadOnlyToolTarget::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UDataflowReadOnlyToolTarget_Statics::PropPointers,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowReadOnlyToolTarget_Statics::PropPointers),
UE_ARRAY_COUNT(InterfaceParams),
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowReadOnlyToolTarget_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowReadOnlyToolTarget_Statics::Class_MetaDataParams)
};
void UDataflowReadOnlyToolTarget::StaticRegisterNativesUDataflowReadOnlyToolTarget()
{
}
UClass* Z_Construct_UClass_UDataflowReadOnlyToolTarget()
{
if (!Z_Registration_Info_UClass_UDataflowReadOnlyToolTarget.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowReadOnlyToolTarget.OuterSingleton, Z_Construct_UClass_UDataflowReadOnlyToolTarget_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowReadOnlyToolTarget.OuterSingleton;
}
UDataflowReadOnlyToolTarget::UDataflowReadOnlyToolTarget(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowReadOnlyToolTarget);
UDataflowReadOnlyToolTarget::~UDataflowReadOnlyToolTarget() {}
// ********** End Class UDataflowReadOnlyToolTarget ************************************************
// ********** Begin Class UDataflowToolTarget ******************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowToolTarget;
UClass* UDataflowToolTarget::GetPrivateStaticClass()
{
using TClass = UDataflowToolTarget;
if (!Z_Registration_Info_UClass_UDataflowToolTarget.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowToolTarget"),
Z_Registration_Info_UClass_UDataflowToolTarget.InnerSingleton,
StaticRegisterNativesUDataflowToolTarget,
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_UDataflowToolTarget.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowToolTarget_NoRegister()
{
return UDataflowToolTarget::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowToolTarget_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * A tool target backed by a dataflow asset that can provide and take a mesh\n * description.\n */" },
{ "IncludePath", "Dataflow/DataflowToolTarget.h" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowToolTarget.h" },
{ "ToolTip", "A tool target backed by a dataflow asset that can provide and take a mesh\ndescription." },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowToolTarget constinit property declarations **********************
// ********** End Class UDataflowToolTarget constinit property declarations ************************
static UObject* (*const DependentSingletons[])();
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowToolTarget>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowToolTarget_Statics
UObject* (*const Z_Construct_UClass_UDataflowToolTarget_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDataflowReadOnlyToolTarget,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowToolTarget_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UDataflowToolTarget_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_UMeshDescriptionCommitter_NoRegister, (int32)VTABLE_OFFSET(UDataflowToolTarget, IMeshDescriptionCommitter), false }, // 4234744651
{ Z_Construct_UClass_UDynamicMeshCommitter_NoRegister, (int32)VTABLE_OFFSET(UDataflowToolTarget, IDynamicMeshCommitter), false }, // 1210346303
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowToolTarget_Statics::ClassParams = {
&UDataflowToolTarget::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
UE_ARRAY_COUNT(InterfaceParams),
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowToolTarget_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowToolTarget_Statics::Class_MetaDataParams)
};
void UDataflowToolTarget::StaticRegisterNativesUDataflowToolTarget()
{
}
UClass* Z_Construct_UClass_UDataflowToolTarget()
{
if (!Z_Registration_Info_UClass_UDataflowToolTarget.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowToolTarget.OuterSingleton, Z_Construct_UClass_UDataflowToolTarget_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowToolTarget.OuterSingleton;
}
UDataflowToolTarget::UDataflowToolTarget(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowToolTarget);
UDataflowToolTarget::~UDataflowToolTarget() {}
// ********** End Class UDataflowToolTarget ********************************************************
// ********** Begin Class UDataflowReadOnlyToolTargetFactory ***************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowReadOnlyToolTargetFactory;
UClass* UDataflowReadOnlyToolTargetFactory::GetPrivateStaticClass()
{
using TClass = UDataflowReadOnlyToolTargetFactory;
if (!Z_Registration_Info_UClass_UDataflowReadOnlyToolTargetFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowReadOnlyToolTargetFactory"),
Z_Registration_Info_UClass_UDataflowReadOnlyToolTargetFactory.InnerSingleton,
StaticRegisterNativesUDataflowReadOnlyToolTargetFactory,
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_UDataflowReadOnlyToolTargetFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowReadOnlyToolTargetFactory_NoRegister()
{
return UDataflowReadOnlyToolTargetFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowReadOnlyToolTargetFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** Factory for UDataflowReadOnlyToolTarget to be used by the target manager. */" },
{ "IncludePath", "Dataflow/DataflowToolTarget.h" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowToolTarget.h" },
{ "ToolTip", "Factory for UDataflowReadOnlyToolTarget to be used by the target manager." },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowReadOnlyToolTargetFactory constinit property declarations *******
// ********** End Class UDataflowReadOnlyToolTargetFactory constinit property declarations *********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowReadOnlyToolTargetFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowReadOnlyToolTargetFactory_Statics
UObject* (*const Z_Construct_UClass_UDataflowReadOnlyToolTargetFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UToolTargetFactory,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowReadOnlyToolTargetFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowReadOnlyToolTargetFactory_Statics::ClassParams = {
&UDataflowReadOnlyToolTargetFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowReadOnlyToolTargetFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowReadOnlyToolTargetFactory_Statics::Class_MetaDataParams)
};
void UDataflowReadOnlyToolTargetFactory::StaticRegisterNativesUDataflowReadOnlyToolTargetFactory()
{
}
UClass* Z_Construct_UClass_UDataflowReadOnlyToolTargetFactory()
{
if (!Z_Registration_Info_UClass_UDataflowReadOnlyToolTargetFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowReadOnlyToolTargetFactory.OuterSingleton, Z_Construct_UClass_UDataflowReadOnlyToolTargetFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowReadOnlyToolTargetFactory.OuterSingleton;
}
UDataflowReadOnlyToolTargetFactory::UDataflowReadOnlyToolTargetFactory(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowReadOnlyToolTargetFactory);
UDataflowReadOnlyToolTargetFactory::~UDataflowReadOnlyToolTargetFactory() {}
// ********** End Class UDataflowReadOnlyToolTargetFactory *****************************************
// ********** Begin Class UDataflowToolTargetFactory ***********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDataflowToolTargetFactory;
UClass* UDataflowToolTargetFactory::GetPrivateStaticClass()
{
using TClass = UDataflowToolTargetFactory;
if (!Z_Registration_Info_UClass_UDataflowToolTargetFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DataflowToolTargetFactory"),
Z_Registration_Info_UClass_UDataflowToolTargetFactory.InnerSingleton,
StaticRegisterNativesUDataflowToolTargetFactory,
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_UDataflowToolTargetFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UDataflowToolTargetFactory_NoRegister()
{
return UDataflowToolTargetFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDataflowToolTargetFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** Factory for UDataflowToolTarget to be used by the target manager. */" },
{ "IncludePath", "Dataflow/DataflowToolTarget.h" },
{ "ModuleRelativePath", "Public/Dataflow/DataflowToolTarget.h" },
{ "ToolTip", "Factory for UDataflowToolTarget to be used by the target manager." },
};
#endif // WITH_METADATA
// ********** Begin Class UDataflowToolTargetFactory constinit property declarations ***************
// ********** End Class UDataflowToolTargetFactory constinit property declarations *****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDataflowToolTargetFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDataflowToolTargetFactory_Statics
UObject* (*const Z_Construct_UClass_UDataflowToolTargetFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UToolTargetFactory,
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowToolTargetFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataflowToolTargetFactory_Statics::ClassParams = {
&UDataflowToolTargetFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataflowToolTargetFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataflowToolTargetFactory_Statics::Class_MetaDataParams)
};
void UDataflowToolTargetFactory::StaticRegisterNativesUDataflowToolTargetFactory()
{
}
UClass* Z_Construct_UClass_UDataflowToolTargetFactory()
{
if (!Z_Registration_Info_UClass_UDataflowToolTargetFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataflowToolTargetFactory.OuterSingleton, Z_Construct_UClass_UDataflowToolTargetFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDataflowToolTargetFactory.OuterSingleton;
}
UDataflowToolTargetFactory::UDataflowToolTargetFactory(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataflowToolTargetFactory);
UDataflowToolTargetFactory::~UDataflowToolTargetFactory() {}
// ********** End Class UDataflowToolTargetFactory *************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h__Script_DataflowEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDataflowReadOnlyToolTarget, UDataflowReadOnlyToolTarget::StaticClass, TEXT("UDataflowReadOnlyToolTarget"), &Z_Registration_Info_UClass_UDataflowReadOnlyToolTarget, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowReadOnlyToolTarget), 449000036U) },
{ Z_Construct_UClass_UDataflowToolTarget, UDataflowToolTarget::StaticClass, TEXT("UDataflowToolTarget"), &Z_Registration_Info_UClass_UDataflowToolTarget, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowToolTarget), 1817766899U) },
{ Z_Construct_UClass_UDataflowReadOnlyToolTargetFactory, UDataflowReadOnlyToolTargetFactory::StaticClass, TEXT("UDataflowReadOnlyToolTargetFactory"), &Z_Registration_Info_UClass_UDataflowReadOnlyToolTargetFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowReadOnlyToolTargetFactory), 4222366708U) },
{ Z_Construct_UClass_UDataflowToolTargetFactory, UDataflowToolTargetFactory::StaticClass, TEXT("UDataflowToolTargetFactory"), &Z_Registration_Info_UClass_UDataflowToolTargetFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataflowToolTargetFactory), 4150178805U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h__Script_DataflowEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h__Script_DataflowEditor_2130225884{
TEXT("/Script/DataflowEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h__Script_DataflowEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h__Script_DataflowEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,188 @@
// 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 "Dataflow/DataflowToolTarget.h"
#ifdef DATAFLOWEDITOR_DataflowToolTarget_generated_h
#error "DataflowToolTarget.generated.h already included, missing '#pragma once' in DataflowToolTarget.h"
#endif
#define DATAFLOWEDITOR_DataflowToolTarget_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UDataflowReadOnlyToolTarget **********************************************
struct Z_Construct_UClass_UDataflowReadOnlyToolTarget_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowReadOnlyToolTarget_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_31_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowReadOnlyToolTarget(); \
friend struct ::Z_Construct_UClass_UDataflowReadOnlyToolTarget_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowReadOnlyToolTarget_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowReadOnlyToolTarget, UToolTarget, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowReadOnlyToolTarget_NoRegister) \
DECLARE_SERIALIZER(UDataflowReadOnlyToolTarget) \
virtual UObject* _getUObject() const override { return const_cast<UDataflowReadOnlyToolTarget*>(this); }
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_31_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowReadOnlyToolTarget(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowReadOnlyToolTarget(UDataflowReadOnlyToolTarget&&) = delete; \
UDataflowReadOnlyToolTarget(const UDataflowReadOnlyToolTarget&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowReadOnlyToolTarget); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowReadOnlyToolTarget); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowReadOnlyToolTarget) \
DATAFLOWEDITOR_API virtual ~UDataflowReadOnlyToolTarget();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_24_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_31_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_31_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_31_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowReadOnlyToolTarget;
// ********** End Class UDataflowReadOnlyToolTarget ************************************************
// ********** Begin Class UDataflowToolTarget ******************************************************
struct Z_Construct_UClass_UDataflowToolTarget_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowToolTarget_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_81_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowToolTarget(); \
friend struct ::Z_Construct_UClass_UDataflowToolTarget_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowToolTarget_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowToolTarget, UDataflowReadOnlyToolTarget, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowToolTarget_NoRegister) \
DECLARE_SERIALIZER(UDataflowToolTarget) \
virtual UObject* _getUObject() const override { return const_cast<UDataflowToolTarget*>(this); }
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_81_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowToolTarget(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowToolTarget(UDataflowToolTarget&&) = delete; \
UDataflowToolTarget(const UDataflowToolTarget&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowToolTarget); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowToolTarget); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowToolTarget) \
DATAFLOWEDITOR_API virtual ~UDataflowToolTarget();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_75_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_81_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_81_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_81_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowToolTarget;
// ********** End Class UDataflowToolTarget ********************************************************
// ********** Begin Class UDataflowReadOnlyToolTargetFactory ***************************************
struct Z_Construct_UClass_UDataflowReadOnlyToolTargetFactory_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowReadOnlyToolTargetFactory_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_102_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowReadOnlyToolTargetFactory(); \
friend struct ::Z_Construct_UClass_UDataflowReadOnlyToolTargetFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowReadOnlyToolTargetFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowReadOnlyToolTargetFactory, UToolTargetFactory, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowReadOnlyToolTargetFactory_NoRegister) \
DECLARE_SERIALIZER(UDataflowReadOnlyToolTargetFactory)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_102_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowReadOnlyToolTargetFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowReadOnlyToolTargetFactory(UDataflowReadOnlyToolTargetFactory&&) = delete; \
UDataflowReadOnlyToolTargetFactory(const UDataflowReadOnlyToolTargetFactory&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowReadOnlyToolTargetFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowReadOnlyToolTargetFactory); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowReadOnlyToolTargetFactory) \
DATAFLOWEDITOR_API virtual ~UDataflowReadOnlyToolTargetFactory();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_99_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_102_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_102_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_102_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowReadOnlyToolTargetFactory;
// ********** End Class UDataflowReadOnlyToolTargetFactory *****************************************
// ********** Begin Class UDataflowToolTargetFactory ***********************************************
struct Z_Construct_UClass_UDataflowToolTargetFactory_Statics;
DATAFLOWEDITOR_API UClass* Z_Construct_UClass_UDataflowToolTargetFactory_NoRegister();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_116_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDataflowToolTargetFactory(); \
friend struct ::Z_Construct_UClass_UDataflowToolTargetFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DATAFLOWEDITOR_API UClass* ::Z_Construct_UClass_UDataflowToolTargetFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UDataflowToolTargetFactory, UToolTargetFactory, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/DataflowEditor"), Z_Construct_UClass_UDataflowToolTargetFactory_NoRegister) \
DECLARE_SERIALIZER(UDataflowToolTargetFactory)
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_116_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DATAFLOWEDITOR_API UDataflowToolTargetFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDataflowToolTargetFactory(UDataflowToolTargetFactory&&) = delete; \
UDataflowToolTargetFactory(const UDataflowToolTargetFactory&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DATAFLOWEDITOR_API, UDataflowToolTargetFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDataflowToolTargetFactory); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDataflowToolTargetFactory) \
DATAFLOWEDITOR_API virtual ~UDataflowToolTargetFactory();
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_113_PROLOG
#define FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_116_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_116_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h_116_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDataflowToolTargetFactory;
// ********** End Class UDataflowToolTargetFactory *************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_Dataflow_Source_DataflowEditor_Public_Dataflow_DataflowToolTarget_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,27 @@
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\Dataflow\AssetDefinition_DataflowAsset.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\Dataflow\DataflowAssetFactory.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\Dataflow\DataflowComponentToolTarget.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\Dataflow\DataflowEditor.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\Dataflow\DataflowEditorBlueprintLibrary.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\Dataflow\DataflowEditorMode.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\Dataflow\DataflowEditorModeUILayer.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\Dataflow\DataflowEditorToolkit.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\Dataflow\DataflowGraphSchemaAction.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\Dataflow\DataflowSchema.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\Dataflow\DataflowSCommentNode.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\Dataflow\DataflowSimulationScene.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\Dataflow\DataflowToolTarget.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\DataflowEditorTools\DataflowEditorBoneManipulator.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\DataflowEditorTools\DataflowEditorToolBuilder.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\DataflowEditorTools\DataflowEditorSkinWeightsPaintTool.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\DataflowEditorTools\DataflowEditorVertexAttributePaintTool.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\DataflowEditorTools\DataflowEditorWeightMapPaintTool.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\Dataflow\AssetDefinition_DataflowContext.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\Dataflow\DataflowEditorPreviewSceneBase.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\DataflowEditorTools\DataflowEditorCorrectSkinWeightsNode.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\DataflowEditorTools\DataflowEditorEditSkeletonBonesTool.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Public\DataflowEditorTools\DataflowEditorToolEnums.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Private\Dataflow\DataflowEditorOptions.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Private\Dataflow\DataflowEditorCollectionComponent.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Private\Dataflow\DataflowOutlinerFactory.h
D:\UE_5_7_1\Engine\Plugins\Experimental\Dataflow\Source\DataflowEditor\Private\DataflowEditorTools\DataflowEditorWeightMapPaintBrushOps.h