411 lines
34 KiB
C++
411 lines
34 KiB
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
/*===========================================================================
|
|
Generated code exported from UnrealHeaderTool.
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
|
===========================================================================*/
|
|
|
|
#include "UObject/GeneratedCppIncludes.h"
|
|
#include "Dataflow/DataflowDebugDraw.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeDataflowDebugDraw() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor();
|
|
DATAFLOWENGINE_API UEnum* Z_Construct_UEnum_DataflowEngine_EDataflowDebugDrawRenderType();
|
|
DATAFLOWENGINE_API UEnum* Z_Construct_UEnum_DataflowEngine_EDataflowSphereCoveringColorMethod();
|
|
DATAFLOWENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings();
|
|
DATAFLOWENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings();
|
|
UPackage* Z_Construct_UPackage__Script_DataflowEngine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Enum EDataflowDebugDrawRenderType **********************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EDataflowDebugDrawRenderType;
|
|
static UEnum* EDataflowDebugDrawRenderType_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EDataflowDebugDrawRenderType.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_EDataflowDebugDrawRenderType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_DataflowEngine_EDataflowDebugDrawRenderType, (UObject*)Z_Construct_UPackage__Script_DataflowEngine(), TEXT("EDataflowDebugDrawRenderType"));
|
|
}
|
|
return Z_Registration_Info_UEnum_EDataflowDebugDrawRenderType.OuterSingleton;
|
|
}
|
|
template<> DATAFLOWENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowDebugDrawRenderType>()
|
|
{
|
|
return EDataflowDebugDrawRenderType_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_DataflowEngine_EDataflowDebugDrawRenderType_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowDebugDraw.h" },
|
|
{ "Shaded.DisplayName", "Shaded" },
|
|
{ "Shaded.Name", "EDataflowDebugDrawRenderType::Shaded" },
|
|
{ "Wireframe.DisplayName", "Wireframe" },
|
|
{ "Wireframe.Name", "EDataflowDebugDrawRenderType::Wireframe" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "EDataflowDebugDrawRenderType::Wireframe", (int64)EDataflowDebugDrawRenderType::Wireframe },
|
|
{ "EDataflowDebugDrawRenderType::Shaded", (int64)EDataflowDebugDrawRenderType::Shaded },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_DataflowEngine_EDataflowDebugDrawRenderType_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_DataflowEngine_EDataflowDebugDrawRenderType_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_DataflowEngine,
|
|
nullptr,
|
|
"EDataflowDebugDrawRenderType",
|
|
"EDataflowDebugDrawRenderType",
|
|
Z_Construct_UEnum_DataflowEngine_EDataflowDebugDrawRenderType_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEngine_EDataflowDebugDrawRenderType_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEngine_EDataflowDebugDrawRenderType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_DataflowEngine_EDataflowDebugDrawRenderType_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_DataflowEngine_EDataflowDebugDrawRenderType()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EDataflowDebugDrawRenderType.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EDataflowDebugDrawRenderType.InnerSingleton, Z_Construct_UEnum_DataflowEngine_EDataflowDebugDrawRenderType_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_EDataflowDebugDrawRenderType.InnerSingleton;
|
|
}
|
|
// ********** End Enum EDataflowDebugDrawRenderType ************************************************
|
|
|
|
// ********** Begin ScriptStruct FDataflowNodeDebugDrawSettings ************************************
|
|
struct Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FDataflowNodeDebugDrawSettings); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowNodeDebugDrawSettings); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * DebugDraw basic common settings\n */" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowDebugDraw.h" },
|
|
{ "ToolTip", "DebugDraw basic common settings" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RenderType_MetaData[] = {
|
|
{ "Category", "Debug Draw" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowDebugDraw.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bTranslucent_MetaData[] = {
|
|
{ "Category", "Debug Draw" },
|
|
{ "EditCondition", "RenderType==EDataflowDebugDrawRenderType::Shaded" },
|
|
{ "EditConditionHides", "" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowDebugDraw.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Color_MetaData[] = {
|
|
{ "Category", "Debug Draw" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowDebugDraw.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LineWidthMultiplier_MetaData[] = {
|
|
{ "Category", "Debug Draw" },
|
|
{ "ClampMax", "10.0" },
|
|
{ "ClampMin", "0.1" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowDebugDraw.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FDataflowNodeDebugDrawSettings constinit property declarations ****
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_RenderType_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_RenderType;
|
|
static void NewProp_bTranslucent_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bTranslucent;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Color;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_LineWidthMultiplier;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FDataflowNodeDebugDrawSettings constinit property declarations ******
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowNodeDebugDrawSettings>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowNodeDebugDrawSettings;
|
|
class UScriptStruct* FDataflowNodeDebugDrawSettings::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FDataflowNodeDebugDrawSettings.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FDataflowNodeDebugDrawSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings, (UObject*)Z_Construct_UPackage__Script_DataflowEngine(), TEXT("DataflowNodeDebugDrawSettings"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FDataflowNodeDebugDrawSettings.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FDataflowNodeDebugDrawSettings Property Definitions ***************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics::NewProp_RenderType_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_FDataflowNodeDebugDrawSettings_Statics::NewProp_RenderType = { "RenderType", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowNodeDebugDrawSettings, RenderType), Z_Construct_UEnum_DataflowEngine_EDataflowDebugDrawRenderType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RenderType_MetaData), NewProp_RenderType_MetaData) }; // 2090690021
|
|
void Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics::NewProp_bTranslucent_SetBit(void* Obj)
|
|
{
|
|
((FDataflowNodeDebugDrawSettings*)Obj)->bTranslucent = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics::NewProp_bTranslucent = { "bTranslucent", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FDataflowNodeDebugDrawSettings), &Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics::NewProp_bTranslucent_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bTranslucent_MetaData), NewProp_bTranslucent_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics::NewProp_Color = { "Color", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowNodeDebugDrawSettings, Color), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Color_MetaData), NewProp_Color_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics::NewProp_LineWidthMultiplier = { "LineWidthMultiplier", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowNodeDebugDrawSettings, LineWidthMultiplier), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LineWidthMultiplier_MetaData), NewProp_LineWidthMultiplier_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics::NewProp_RenderType_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics::NewProp_RenderType,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics::NewProp_bTranslucent,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics::NewProp_Color,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics::NewProp_LineWidthMultiplier,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FDataflowNodeDebugDrawSettings Property Definitions *****************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEngine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"DataflowNodeDebugDrawSettings",
|
|
Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics::PropPointers),
|
|
sizeof(FDataflowNodeDebugDrawSettings),
|
|
alignof(FDataflowNodeDebugDrawSettings),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FDataflowNodeDebugDrawSettings.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowNodeDebugDrawSettings.InnerSingleton, Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowNodeDebugDrawSettings.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FDataflowNodeDebugDrawSettings **************************************
|
|
|
|
// ********** Begin Enum EDataflowSphereCoveringColorMethod ****************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EDataflowSphereCoveringColorMethod;
|
|
static UEnum* EDataflowSphereCoveringColorMethod_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EDataflowSphereCoveringColorMethod.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_EDataflowSphereCoveringColorMethod.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_DataflowEngine_EDataflowSphereCoveringColorMethod, (UObject*)Z_Construct_UPackage__Script_DataflowEngine(), TEXT("EDataflowSphereCoveringColorMethod"));
|
|
}
|
|
return Z_Registration_Info_UEnum_EDataflowSphereCoveringColorMethod.OuterSingleton;
|
|
}
|
|
template<> DATAFLOWENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum<EDataflowSphereCoveringColorMethod>()
|
|
{
|
|
return EDataflowSphereCoveringColorMethod_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_DataflowEngine_EDataflowSphereCoveringColorMethod_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ColorByRadius.DisplayName", "Color by Radius" },
|
|
{ "ColorByRadius.Name", "EDataflowSphereCoveringColorMethod::ColorByRadius" },
|
|
{ "Comment", "/**\n * SphereCovering DebugDraw basic common settings\n */" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowDebugDraw.h" },
|
|
{ "Random.DisplayName", "Random Colors" },
|
|
{ "Random.Name", "EDataflowSphereCoveringColorMethod::Random" },
|
|
{ "Single.DisplayName", "Single Color" },
|
|
{ "Single.Name", "EDataflowSphereCoveringColorMethod::Single" },
|
|
{ "ToolTip", "SphereCovering DebugDraw basic common settings" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "EDataflowSphereCoveringColorMethod::Single", (int64)EDataflowSphereCoveringColorMethod::Single },
|
|
{ "EDataflowSphereCoveringColorMethod::ColorByRadius", (int64)EDataflowSphereCoveringColorMethod::ColorByRadius },
|
|
{ "EDataflowSphereCoveringColorMethod::Random", (int64)EDataflowSphereCoveringColorMethod::Random },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_DataflowEngine_EDataflowSphereCoveringColorMethod_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_DataflowEngine_EDataflowSphereCoveringColorMethod_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_DataflowEngine,
|
|
nullptr,
|
|
"EDataflowSphereCoveringColorMethod",
|
|
"EDataflowSphereCoveringColorMethod",
|
|
Z_Construct_UEnum_DataflowEngine_EDataflowSphereCoveringColorMethod_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEngine_EDataflowSphereCoveringColorMethod_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_DataflowEngine_EDataflowSphereCoveringColorMethod_Statics::Enum_MetaDataParams), Z_Construct_UEnum_DataflowEngine_EDataflowSphereCoveringColorMethod_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_DataflowEngine_EDataflowSphereCoveringColorMethod()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EDataflowSphereCoveringColorMethod.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EDataflowSphereCoveringColorMethod.InnerSingleton, Z_Construct_UEnum_DataflowEngine_EDataflowSphereCoveringColorMethod_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_EDataflowSphereCoveringColorMethod.InnerSingleton;
|
|
}
|
|
// ********** End Enum EDataflowSphereCoveringColorMethod ******************************************
|
|
|
|
// ********** Begin ScriptStruct FDataflowNodeSphereCoveringDebugDrawSettings **********************
|
|
struct Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FDataflowNodeSphereCoveringDebugDrawSettings); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FDataflowNodeSphereCoveringDebugDrawSettings); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowDebugDraw.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bDisplaySphereCovering_MetaData[] = {
|
|
{ "Category", "Debug Draw - Sphere Covering" },
|
|
{ "Comment", "/** Display sphere covering */" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowDebugDraw.h" },
|
|
{ "ToolTip", "Display sphere covering" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RenderType_MetaData[] = {
|
|
{ "Category", "Debug Draw - Sphere Covering" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowDebugDraw.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bTranslucent_MetaData[] = {
|
|
{ "Category", "Debug Draw - Sphere Covering" },
|
|
{ "EditCondition", "RenderType==EDataflowDebugDrawRenderType::Shaded" },
|
|
{ "EditConditionHides", "" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowDebugDraw.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LineWidthMultiplier_MetaData[] = {
|
|
{ "Category", "Debug Draw - Sphere Covering" },
|
|
{ "ClampMax", "10.0" },
|
|
{ "ClampMin", "0.1" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowDebugDraw.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColorMethod_MetaData[] = {
|
|
{ "Category", "Debug Draw - Sphere Covering" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowDebugDraw.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Color_MetaData[] = {
|
|
{ "Category", "Debug Draw - Sphere Covering" },
|
|
{ "EditCondition", "ColorMethod == EDataflowSphereCoveringColorMethod::Single" },
|
|
{ "EditConditionHides", "" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowDebugDraw.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColorRandomSeed_MetaData[] = {
|
|
{ "Category", "Debug Draw - Sphere Covering" },
|
|
{ "ClampMin", "0" },
|
|
{ "Comment", "/** Random seed */" },
|
|
{ "EditCondition", "ColorMethod == EDataflowSphereCoveringColorMethod::Random" },
|
|
{ "EditConditionHides", "" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowDebugDraw.h" },
|
|
{ "ToolTip", "Random seed" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColorA_MetaData[] = {
|
|
{ "Category", "Debug Draw - Sphere Covering" },
|
|
{ "EditCondition", "ColorMethod == EDataflowSphereCoveringColorMethod::ColorByRadius" },
|
|
{ "EditConditionHides", "" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowDebugDraw.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ColorB_MetaData[] = {
|
|
{ "Category", "Debug Draw - Sphere Covering" },
|
|
{ "EditCondition", "ColorMethod == EDataflowSphereCoveringColorMethod::ColorByRadius" },
|
|
{ "EditConditionHides", "" },
|
|
{ "ModuleRelativePath", "Public/Dataflow/DataflowDebugDraw.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FDataflowNodeSphereCoveringDebugDrawSettings constinit property declarations
|
|
static void NewProp_bDisplaySphereCovering_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bDisplaySphereCovering;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_RenderType_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_RenderType;
|
|
static void NewProp_bTranslucent_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bTranslucent;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_LineWidthMultiplier;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ColorMethod_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_ColorMethod;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Color;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ColorRandomSeed;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ColorA;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ColorB;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FDataflowNodeSphereCoveringDebugDrawSettings constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDataflowNodeSphereCoveringDebugDrawSettings>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings;
|
|
class UScriptStruct* FDataflowNodeSphereCoveringDebugDrawSettings::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings, (UObject*)Z_Construct_UPackage__Script_DataflowEngine(), TEXT("DataflowNodeSphereCoveringDebugDrawSettings"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FDataflowNodeSphereCoveringDebugDrawSettings Property Definitions *
|
|
void Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_bDisplaySphereCovering_SetBit(void* Obj)
|
|
{
|
|
((FDataflowNodeSphereCoveringDebugDrawSettings*)Obj)->bDisplaySphereCovering = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_bDisplaySphereCovering = { "bDisplaySphereCovering", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FDataflowNodeSphereCoveringDebugDrawSettings), &Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_bDisplaySphereCovering_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bDisplaySphereCovering_MetaData), NewProp_bDisplaySphereCovering_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_RenderType_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_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_RenderType = { "RenderType", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowNodeSphereCoveringDebugDrawSettings, RenderType), Z_Construct_UEnum_DataflowEngine_EDataflowDebugDrawRenderType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RenderType_MetaData), NewProp_RenderType_MetaData) }; // 2090690021
|
|
void Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_bTranslucent_SetBit(void* Obj)
|
|
{
|
|
((FDataflowNodeSphereCoveringDebugDrawSettings*)Obj)->bTranslucent = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_bTranslucent = { "bTranslucent", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FDataflowNodeSphereCoveringDebugDrawSettings), &Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_bTranslucent_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bTranslucent_MetaData), NewProp_bTranslucent_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_LineWidthMultiplier = { "LineWidthMultiplier", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowNodeSphereCoveringDebugDrawSettings, LineWidthMultiplier), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LineWidthMultiplier_MetaData), NewProp_LineWidthMultiplier_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_ColorMethod_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_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_ColorMethod = { "ColorMethod", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowNodeSphereCoveringDebugDrawSettings, ColorMethod), Z_Construct_UEnum_DataflowEngine_EDataflowSphereCoveringColorMethod, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColorMethod_MetaData), NewProp_ColorMethod_MetaData) }; // 855620609
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_Color = { "Color", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowNodeSphereCoveringDebugDrawSettings, Color), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Color_MetaData), NewProp_Color_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_ColorRandomSeed = { "ColorRandomSeed", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowNodeSphereCoveringDebugDrawSettings, ColorRandomSeed), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColorRandomSeed_MetaData), NewProp_ColorRandomSeed_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_ColorA = { "ColorA", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowNodeSphereCoveringDebugDrawSettings, ColorA), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColorA_MetaData), NewProp_ColorA_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_ColorB = { "ColorB", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDataflowNodeSphereCoveringDebugDrawSettings, ColorB), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ColorB_MetaData), NewProp_ColorB_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_bDisplaySphereCovering,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_RenderType_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_RenderType,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_bTranslucent,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_LineWidthMultiplier,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_ColorMethod_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_ColorMethod,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_Color,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_ColorRandomSeed,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_ColorA,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewProp_ColorB,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FDataflowNodeSphereCoveringDebugDrawSettings Property Definitions ***
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_DataflowEngine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"DataflowNodeSphereCoveringDebugDrawSettings",
|
|
Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::PropPointers),
|
|
sizeof(FDataflowNodeSphereCoveringDebugDrawSettings),
|
|
alignof(FDataflowNodeSphereCoveringDebugDrawSettings),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings.InnerSingleton, Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FDataflowNodeSphereCoveringDebugDrawSettings ************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowDebugDraw_h__Script_DataflowEngine_Statics
|
|
{
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
|
{ EDataflowDebugDrawRenderType_StaticEnum, TEXT("EDataflowDebugDrawRenderType"), &Z_Registration_Info_UEnum_EDataflowDebugDrawRenderType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2090690021U) },
|
|
{ EDataflowSphereCoveringColorMethod_StaticEnum, TEXT("EDataflowSphereCoveringColorMethod"), &Z_Registration_Info_UEnum_EDataflowSphereCoveringColorMethod, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 855620609U) },
|
|
};
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FDataflowNodeDebugDrawSettings::StaticStruct, Z_Construct_UScriptStruct_FDataflowNodeDebugDrawSettings_Statics::NewStructOps, TEXT("DataflowNodeDebugDrawSettings"),&Z_Registration_Info_UScriptStruct_FDataflowNodeDebugDrawSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowNodeDebugDrawSettings), 2516854849U) },
|
|
{ FDataflowNodeSphereCoveringDebugDrawSettings::StaticStruct, Z_Construct_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings_Statics::NewStructOps, TEXT("DataflowNodeSphereCoveringDebugDrawSettings"),&Z_Registration_Info_UScriptStruct_FDataflowNodeSphereCoveringDebugDrawSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDataflowNodeSphereCoveringDebugDrawSettings), 1692306451U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowDebugDraw_h__Script_DataflowEngine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowDebugDraw_h__Script_DataflowEngine_1990442198{
|
|
TEXT("/Script/DataflowEngine"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowDebugDraw_h__Script_DataflowEngine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowDebugDraw_h__Script_DataflowEngine_Statics::ScriptStructInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowDebugDraw_h__Script_DataflowEngine_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Dataflow_Engine_Public_Dataflow_DataflowDebugDraw_h__Script_DataflowEngine_Statics::EnumInfo),
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|