761 lines
62 KiB
C++
761 lines
62 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 "DeviceProfiles/DeviceProfileMatching.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeDeviceProfileMatching() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FDPMatchingIfCondition();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FDPMatchingRulestruct();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FDPMatchingRulestructA();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FDPMatchingRulestructB();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FDPMatchingRulestructBase();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FDPMatchingRulestructC();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FDPMatchingRulestructD();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FDPMatchingRulestructE();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FSelectedFragmentProperties();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSelectedFragmentProperties ***************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FSelectedFragmentProperties_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FSelectedFragmentProperties); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FSelectedFragmentProperties); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Tag_MetaData[] = {
|
||
|
|
{ "Comment", "// user defined 'Tag' for this fragment.\n" },
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
{ "ToolTip", "user defined 'Tag' for this fragment." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Fragment_MetaData[] = {
|
||
|
|
{ "Comment", "// Actual name of the fragment to select\n" },
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
{ "ToolTip", "Actual name of the fragment to select" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnabled_MetaData[] = {
|
||
|
|
{ "Comment", "// whether the fragment's cvars will be applied\n" },
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
{ "ToolTip", "whether the fragment's cvars will be applied" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSelectedFragmentProperties constinit property declarations *******
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_Tag;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Fragment;
|
||
|
|
static void NewProp_bEnabled_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnabled;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FSelectedFragmentProperties constinit property declarations *********
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSelectedFragmentProperties>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FSelectedFragmentProperties_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSelectedFragmentProperties;
|
||
|
|
class UScriptStruct* FSelectedFragmentProperties::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FSelectedFragmentProperties.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FSelectedFragmentProperties.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSelectedFragmentProperties, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("SelectedFragmentProperties"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FSelectedFragmentProperties.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FSelectedFragmentProperties Property Definitions ******************
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FSelectedFragmentProperties_Statics::NewProp_Tag = { "Tag", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSelectedFragmentProperties, Tag), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Tag_MetaData), NewProp_Tag_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FSelectedFragmentProperties_Statics::NewProp_Fragment = { "Fragment", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSelectedFragmentProperties, Fragment), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Fragment_MetaData), NewProp_Fragment_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FSelectedFragmentProperties_Statics::NewProp_bEnabled_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FSelectedFragmentProperties*)Obj)->bEnabled = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FSelectedFragmentProperties_Statics::NewProp_bEnabled = { "bEnabled", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FSelectedFragmentProperties), &Z_Construct_UScriptStruct_FSelectedFragmentProperties_Statics::NewProp_bEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnabled_MetaData), NewProp_bEnabled_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSelectedFragmentProperties_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSelectedFragmentProperties_Statics::NewProp_Tag,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSelectedFragmentProperties_Statics::NewProp_Fragment,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSelectedFragmentProperties_Statics::NewProp_bEnabled,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSelectedFragmentProperties_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FSelectedFragmentProperties Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSelectedFragmentProperties_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"SelectedFragmentProperties",
|
||
|
|
Z_Construct_UScriptStruct_FSelectedFragmentProperties_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSelectedFragmentProperties_Statics::PropPointers),
|
||
|
|
sizeof(FSelectedFragmentProperties),
|
||
|
|
alignof(FSelectedFragmentProperties),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSelectedFragmentProperties_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSelectedFragmentProperties_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FSelectedFragmentProperties()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FSelectedFragmentProperties.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSelectedFragmentProperties.InnerSingleton, Z_Construct_UScriptStruct_FSelectedFragmentProperties_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSelectedFragmentProperties.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FSelectedFragmentProperties *****************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingIfCondition ********************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FDPMatchingIfCondition_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FDPMatchingIfCondition); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FDPMatchingIfCondition); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Operator_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Arg1_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Arg2_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingIfCondition constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_Operator;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Arg1;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Arg2;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FDPMatchingIfCondition constinit property declarations **************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDPMatchingIfCondition>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FDPMatchingIfCondition_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDPMatchingIfCondition;
|
||
|
|
class UScriptStruct* FDPMatchingIfCondition::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDPMatchingIfCondition.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FDPMatchingIfCondition.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDPMatchingIfCondition, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("DPMatchingIfCondition"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FDPMatchingIfCondition.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingIfCondition Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FDPMatchingIfCondition_Statics::NewProp_Operator = { "Operator", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDPMatchingIfCondition, Operator), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Operator_MetaData), NewProp_Operator_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FDPMatchingIfCondition_Statics::NewProp_Arg1 = { "Arg1", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDPMatchingIfCondition, Arg1), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Arg1_MetaData), NewProp_Arg1_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FDPMatchingIfCondition_Statics::NewProp_Arg2 = { "Arg2", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDPMatchingIfCondition, Arg2), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Arg2_MetaData), NewProp_Arg2_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDPMatchingIfCondition_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingIfCondition_Statics::NewProp_Operator,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingIfCondition_Statics::NewProp_Arg1,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingIfCondition_Statics::NewProp_Arg2,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingIfCondition_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FDPMatchingIfCondition Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDPMatchingIfCondition_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"DPMatchingIfCondition",
|
||
|
|
Z_Construct_UScriptStruct_FDPMatchingIfCondition_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingIfCondition_Statics::PropPointers),
|
||
|
|
sizeof(FDPMatchingIfCondition),
|
||
|
|
alignof(FDPMatchingIfCondition),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingIfCondition_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDPMatchingIfCondition_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FDPMatchingIfCondition()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDPMatchingIfCondition.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDPMatchingIfCondition.InnerSingleton, Z_Construct_UScriptStruct_FDPMatchingIfCondition_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDPMatchingIfCondition.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FDPMatchingIfCondition **********************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestructBase *****************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FDPMatchingRulestructBase); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FDPMatchingRulestructBase); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RuleName_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IfConditions_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AppendFragments_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SetUserVar_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestructBase constinit property declarations *********
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_RuleName;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_IfConditions_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_IfConditions;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_AppendFragments;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SetUserVar;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestructBase constinit property declarations ***********
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDPMatchingRulestructBase>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDPMatchingRulestructBase;
|
||
|
|
class UScriptStruct* FDPMatchingRulestructBase::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDPMatchingRulestructBase.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FDPMatchingRulestructBase.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDPMatchingRulestructBase, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("DPMatchingRulestructBase"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FDPMatchingRulestructBase.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestructBase Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics::NewProp_RuleName = { "RuleName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDPMatchingRulestructBase, RuleName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RuleName_MetaData), NewProp_RuleName_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics::NewProp_IfConditions_Inner = { "IfConditions", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FDPMatchingIfCondition, METADATA_PARAMS(0, nullptr) }; // 564580226
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics::NewProp_IfConditions = { "IfConditions", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDPMatchingRulestructBase, IfConditions), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IfConditions_MetaData), NewProp_IfConditions_MetaData) }; // 564580226
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics::NewProp_AppendFragments = { "AppendFragments", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDPMatchingRulestructBase, AppendFragments), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AppendFragments_MetaData), NewProp_AppendFragments_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics::NewProp_SetUserVar = { "SetUserVar", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDPMatchingRulestructBase, SetUserVar), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SetUserVar_MetaData), NewProp_SetUserVar_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics::NewProp_RuleName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics::NewProp_IfConditions_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics::NewProp_IfConditions,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics::NewProp_AppendFragments,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics::NewProp_SetUserVar,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestructBase Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"DPMatchingRulestructBase",
|
||
|
|
Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics::PropPointers),
|
||
|
|
sizeof(FDPMatchingRulestructBase),
|
||
|
|
alignof(FDPMatchingRulestructBase),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FDPMatchingRulestructBase()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDPMatchingRulestructBase.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDPMatchingRulestructBase.InnerSingleton, Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDPMatchingRulestructBase.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestructBase *******************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestructA ********************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FDPMatchingRulestructA_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FDPMatchingRulestructA); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FDPMatchingRulestructA); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnTrue_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnFalse_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestructA constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OnTrue_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OnTrue;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OnFalse_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OnFalse;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestructA constinit property declarations **************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDPMatchingRulestructA>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FDPMatchingRulestructA_Statics
|
||
|
|
static_assert(std::is_polymorphic<FDPMatchingRulestructA>() == std::is_polymorphic<FDPMatchingRulestructBase>(), "USTRUCT FDPMatchingRulestructA cannot be polymorphic unless super FDPMatchingRulestructBase is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDPMatchingRulestructA;
|
||
|
|
class UScriptStruct* FDPMatchingRulestructA::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDPMatchingRulestructA.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FDPMatchingRulestructA.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDPMatchingRulestructA, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("DPMatchingRulestructA"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FDPMatchingRulestructA.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestructA Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructA_Statics::NewProp_OnTrue_Inner = { "OnTrue", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FDPMatchingRulestructBase, METADATA_PARAMS(0, nullptr) }; // 648327242
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructA_Statics::NewProp_OnTrue = { "OnTrue", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDPMatchingRulestructA, OnTrue), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnTrue_MetaData), NewProp_OnTrue_MetaData) }; // 648327242
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructA_Statics::NewProp_OnFalse_Inner = { "OnFalse", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FDPMatchingRulestructBase, METADATA_PARAMS(0, nullptr) }; // 648327242
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructA_Statics::NewProp_OnFalse = { "OnFalse", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDPMatchingRulestructA, OnFalse), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnFalse_MetaData), NewProp_OnFalse_MetaData) }; // 648327242
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDPMatchingRulestructA_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructA_Statics::NewProp_OnTrue_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructA_Statics::NewProp_OnTrue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructA_Statics::NewProp_OnFalse_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructA_Statics::NewProp_OnFalse,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestructA_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestructA Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDPMatchingRulestructA_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
Z_Construct_UScriptStruct_FDPMatchingRulestructBase,
|
||
|
|
&NewStructOps,
|
||
|
|
"DPMatchingRulestructA",
|
||
|
|
Z_Construct_UScriptStruct_FDPMatchingRulestructA_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestructA_Statics::PropPointers),
|
||
|
|
sizeof(FDPMatchingRulestructA),
|
||
|
|
alignof(FDPMatchingRulestructA),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestructA_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDPMatchingRulestructA_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FDPMatchingRulestructA()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDPMatchingRulestructA.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDPMatchingRulestructA.InnerSingleton, Z_Construct_UScriptStruct_FDPMatchingRulestructA_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDPMatchingRulestructA.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestructA **********************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestructB ********************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FDPMatchingRulestructB_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FDPMatchingRulestructB); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FDPMatchingRulestructB); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnTrue_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnFalse_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestructB constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OnTrue_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OnTrue;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OnFalse_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OnFalse;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestructB constinit property declarations **************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDPMatchingRulestructB>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FDPMatchingRulestructB_Statics
|
||
|
|
static_assert(std::is_polymorphic<FDPMatchingRulestructB>() == std::is_polymorphic<FDPMatchingRulestructBase>(), "USTRUCT FDPMatchingRulestructB cannot be polymorphic unless super FDPMatchingRulestructBase is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDPMatchingRulestructB;
|
||
|
|
class UScriptStruct* FDPMatchingRulestructB::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDPMatchingRulestructB.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FDPMatchingRulestructB.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDPMatchingRulestructB, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("DPMatchingRulestructB"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FDPMatchingRulestructB.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestructB Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructB_Statics::NewProp_OnTrue_Inner = { "OnTrue", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FDPMatchingRulestructA, METADATA_PARAMS(0, nullptr) }; // 2181755785
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructB_Statics::NewProp_OnTrue = { "OnTrue", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDPMatchingRulestructB, OnTrue), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnTrue_MetaData), NewProp_OnTrue_MetaData) }; // 2181755785
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructB_Statics::NewProp_OnFalse_Inner = { "OnFalse", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FDPMatchingRulestructA, METADATA_PARAMS(0, nullptr) }; // 2181755785
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructB_Statics::NewProp_OnFalse = { "OnFalse", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDPMatchingRulestructB, OnFalse), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnFalse_MetaData), NewProp_OnFalse_MetaData) }; // 2181755785
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDPMatchingRulestructB_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructB_Statics::NewProp_OnTrue_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructB_Statics::NewProp_OnTrue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructB_Statics::NewProp_OnFalse_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructB_Statics::NewProp_OnFalse,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestructB_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestructB Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDPMatchingRulestructB_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
Z_Construct_UScriptStruct_FDPMatchingRulestructBase,
|
||
|
|
&NewStructOps,
|
||
|
|
"DPMatchingRulestructB",
|
||
|
|
Z_Construct_UScriptStruct_FDPMatchingRulestructB_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestructB_Statics::PropPointers),
|
||
|
|
sizeof(FDPMatchingRulestructB),
|
||
|
|
alignof(FDPMatchingRulestructB),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestructB_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDPMatchingRulestructB_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FDPMatchingRulestructB()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDPMatchingRulestructB.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDPMatchingRulestructB.InnerSingleton, Z_Construct_UScriptStruct_FDPMatchingRulestructB_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDPMatchingRulestructB.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestructB **********************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestructC ********************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FDPMatchingRulestructC_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FDPMatchingRulestructC); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FDPMatchingRulestructC); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnTrue_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnFalse_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestructC constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OnTrue_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OnTrue;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OnFalse_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OnFalse;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestructC constinit property declarations **************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDPMatchingRulestructC>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FDPMatchingRulestructC_Statics
|
||
|
|
static_assert(std::is_polymorphic<FDPMatchingRulestructC>() == std::is_polymorphic<FDPMatchingRulestructBase>(), "USTRUCT FDPMatchingRulestructC cannot be polymorphic unless super FDPMatchingRulestructBase is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDPMatchingRulestructC;
|
||
|
|
class UScriptStruct* FDPMatchingRulestructC::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDPMatchingRulestructC.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FDPMatchingRulestructC.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDPMatchingRulestructC, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("DPMatchingRulestructC"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FDPMatchingRulestructC.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestructC Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructC_Statics::NewProp_OnTrue_Inner = { "OnTrue", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FDPMatchingRulestructB, METADATA_PARAMS(0, nullptr) }; // 1124255945
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructC_Statics::NewProp_OnTrue = { "OnTrue", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDPMatchingRulestructC, OnTrue), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnTrue_MetaData), NewProp_OnTrue_MetaData) }; // 1124255945
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructC_Statics::NewProp_OnFalse_Inner = { "OnFalse", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FDPMatchingRulestructB, METADATA_PARAMS(0, nullptr) }; // 1124255945
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructC_Statics::NewProp_OnFalse = { "OnFalse", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDPMatchingRulestructC, OnFalse), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnFalse_MetaData), NewProp_OnFalse_MetaData) }; // 1124255945
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDPMatchingRulestructC_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructC_Statics::NewProp_OnTrue_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructC_Statics::NewProp_OnTrue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructC_Statics::NewProp_OnFalse_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructC_Statics::NewProp_OnFalse,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestructC_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestructC Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDPMatchingRulestructC_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
Z_Construct_UScriptStruct_FDPMatchingRulestructBase,
|
||
|
|
&NewStructOps,
|
||
|
|
"DPMatchingRulestructC",
|
||
|
|
Z_Construct_UScriptStruct_FDPMatchingRulestructC_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestructC_Statics::PropPointers),
|
||
|
|
sizeof(FDPMatchingRulestructC),
|
||
|
|
alignof(FDPMatchingRulestructC),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestructC_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDPMatchingRulestructC_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FDPMatchingRulestructC()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDPMatchingRulestructC.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDPMatchingRulestructC.InnerSingleton, Z_Construct_UScriptStruct_FDPMatchingRulestructC_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDPMatchingRulestructC.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestructC **********************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestructD ********************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FDPMatchingRulestructD_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FDPMatchingRulestructD); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FDPMatchingRulestructD); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnTrue_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnFalse_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestructD constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OnTrue_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OnTrue;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OnFalse_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OnFalse;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestructD constinit property declarations **************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDPMatchingRulestructD>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FDPMatchingRulestructD_Statics
|
||
|
|
static_assert(std::is_polymorphic<FDPMatchingRulestructD>() == std::is_polymorphic<FDPMatchingRulestructBase>(), "USTRUCT FDPMatchingRulestructD cannot be polymorphic unless super FDPMatchingRulestructBase is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDPMatchingRulestructD;
|
||
|
|
class UScriptStruct* FDPMatchingRulestructD::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDPMatchingRulestructD.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FDPMatchingRulestructD.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDPMatchingRulestructD, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("DPMatchingRulestructD"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FDPMatchingRulestructD.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestructD Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructD_Statics::NewProp_OnTrue_Inner = { "OnTrue", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FDPMatchingRulestructC, METADATA_PARAMS(0, nullptr) }; // 1044227219
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructD_Statics::NewProp_OnTrue = { "OnTrue", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDPMatchingRulestructD, OnTrue), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnTrue_MetaData), NewProp_OnTrue_MetaData) }; // 1044227219
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructD_Statics::NewProp_OnFalse_Inner = { "OnFalse", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FDPMatchingRulestructC, METADATA_PARAMS(0, nullptr) }; // 1044227219
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructD_Statics::NewProp_OnFalse = { "OnFalse", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDPMatchingRulestructD, OnFalse), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnFalse_MetaData), NewProp_OnFalse_MetaData) }; // 1044227219
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDPMatchingRulestructD_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructD_Statics::NewProp_OnTrue_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructD_Statics::NewProp_OnTrue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructD_Statics::NewProp_OnFalse_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructD_Statics::NewProp_OnFalse,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestructD_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestructD Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDPMatchingRulestructD_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
Z_Construct_UScriptStruct_FDPMatchingRulestructBase,
|
||
|
|
&NewStructOps,
|
||
|
|
"DPMatchingRulestructD",
|
||
|
|
Z_Construct_UScriptStruct_FDPMatchingRulestructD_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestructD_Statics::PropPointers),
|
||
|
|
sizeof(FDPMatchingRulestructD),
|
||
|
|
alignof(FDPMatchingRulestructD),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestructD_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDPMatchingRulestructD_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FDPMatchingRulestructD()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDPMatchingRulestructD.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDPMatchingRulestructD.InnerSingleton, Z_Construct_UScriptStruct_FDPMatchingRulestructD_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDPMatchingRulestructD.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestructD **********************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestructE ********************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FDPMatchingRulestructE_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FDPMatchingRulestructE); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FDPMatchingRulestructE); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnTrue_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnFalse_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestructE constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OnTrue_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OnTrue;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OnFalse_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OnFalse;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestructE constinit property declarations **************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDPMatchingRulestructE>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FDPMatchingRulestructE_Statics
|
||
|
|
static_assert(std::is_polymorphic<FDPMatchingRulestructE>() == std::is_polymorphic<FDPMatchingRulestructBase>(), "USTRUCT FDPMatchingRulestructE cannot be polymorphic unless super FDPMatchingRulestructBase is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDPMatchingRulestructE;
|
||
|
|
class UScriptStruct* FDPMatchingRulestructE::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDPMatchingRulestructE.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FDPMatchingRulestructE.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDPMatchingRulestructE, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("DPMatchingRulestructE"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FDPMatchingRulestructE.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestructE Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructE_Statics::NewProp_OnTrue_Inner = { "OnTrue", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FDPMatchingRulestructD, METADATA_PARAMS(0, nullptr) }; // 3869017912
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructE_Statics::NewProp_OnTrue = { "OnTrue", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDPMatchingRulestructE, OnTrue), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnTrue_MetaData), NewProp_OnTrue_MetaData) }; // 3869017912
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructE_Statics::NewProp_OnFalse_Inner = { "OnFalse", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FDPMatchingRulestructD, METADATA_PARAMS(0, nullptr) }; // 3869017912
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestructE_Statics::NewProp_OnFalse = { "OnFalse", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDPMatchingRulestructE, OnFalse), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnFalse_MetaData), NewProp_OnFalse_MetaData) }; // 3869017912
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDPMatchingRulestructE_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructE_Statics::NewProp_OnTrue_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructE_Statics::NewProp_OnTrue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructE_Statics::NewProp_OnFalse_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestructE_Statics::NewProp_OnFalse,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestructE_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestructE Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDPMatchingRulestructE_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
Z_Construct_UScriptStruct_FDPMatchingRulestructBase,
|
||
|
|
&NewStructOps,
|
||
|
|
"DPMatchingRulestructE",
|
||
|
|
Z_Construct_UScriptStruct_FDPMatchingRulestructE_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestructE_Statics::PropPointers),
|
||
|
|
sizeof(FDPMatchingRulestructE),
|
||
|
|
alignof(FDPMatchingRulestructE),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestructE_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDPMatchingRulestructE_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FDPMatchingRulestructE()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDPMatchingRulestructE.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDPMatchingRulestructE.InnerSingleton, Z_Construct_UScriptStruct_FDPMatchingRulestructE_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDPMatchingRulestructE.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestructE **********************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestruct *********************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FDPMatchingRulestruct_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FDPMatchingRulestruct); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FDPMatchingRulestruct); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnTrue_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnFalse_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/DeviceProfiles/DeviceProfileMatching.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestruct constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OnTrue_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OnTrue;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OnFalse_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OnFalse;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestruct constinit property declarations ***************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FDPMatchingRulestruct>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FDPMatchingRulestruct_Statics
|
||
|
|
static_assert(std::is_polymorphic<FDPMatchingRulestruct>() == std::is_polymorphic<FDPMatchingRulestructBase>(), "USTRUCT FDPMatchingRulestruct cannot be polymorphic unless super FDPMatchingRulestructBase is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDPMatchingRulestruct;
|
||
|
|
class UScriptStruct* FDPMatchingRulestruct::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDPMatchingRulestruct.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FDPMatchingRulestruct.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDPMatchingRulestruct, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("DPMatchingRulestruct"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FDPMatchingRulestruct.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDPMatchingRulestruct Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestruct_Statics::NewProp_OnTrue_Inner = { "OnTrue", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FDPMatchingRulestructE, METADATA_PARAMS(0, nullptr) }; // 1581117832
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestruct_Statics::NewProp_OnTrue = { "OnTrue", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDPMatchingRulestruct, OnTrue), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnTrue_MetaData), NewProp_OnTrue_MetaData) }; // 1581117832
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestruct_Statics::NewProp_OnFalse_Inner = { "OnFalse", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FDPMatchingRulestructE, METADATA_PARAMS(0, nullptr) }; // 1581117832
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FDPMatchingRulestruct_Statics::NewProp_OnFalse = { "OnFalse", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDPMatchingRulestruct, OnFalse), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnFalse_MetaData), NewProp_OnFalse_MetaData) }; // 1581117832
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDPMatchingRulestruct_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestruct_Statics::NewProp_OnTrue_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestruct_Statics::NewProp_OnTrue,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestruct_Statics::NewProp_OnFalse_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDPMatchingRulestruct_Statics::NewProp_OnFalse,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestruct_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestruct Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDPMatchingRulestruct_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
Z_Construct_UScriptStruct_FDPMatchingRulestructBase,
|
||
|
|
&NewStructOps,
|
||
|
|
"DPMatchingRulestruct",
|
||
|
|
Z_Construct_UScriptStruct_FDPMatchingRulestruct_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestruct_Statics::PropPointers),
|
||
|
|
sizeof(FDPMatchingRulestruct),
|
||
|
|
alignof(FDPMatchingRulestruct),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDPMatchingRulestruct_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDPMatchingRulestruct_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FDPMatchingRulestruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FDPMatchingRulestruct.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDPMatchingRulestruct.InnerSingleton, Z_Construct_UScriptStruct_FDPMatchingRulestruct_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FDPMatchingRulestruct.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FDPMatchingRulestruct ***********************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_DeviceProfiles_DeviceProfileMatching_h__Script_Engine_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FSelectedFragmentProperties::StaticStruct, Z_Construct_UScriptStruct_FSelectedFragmentProperties_Statics::NewStructOps, TEXT("SelectedFragmentProperties"),&Z_Registration_Info_UScriptStruct_FSelectedFragmentProperties, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSelectedFragmentProperties), 3071728729U) },
|
||
|
|
{ FDPMatchingIfCondition::StaticStruct, Z_Construct_UScriptStruct_FDPMatchingIfCondition_Statics::NewStructOps, TEXT("DPMatchingIfCondition"),&Z_Registration_Info_UScriptStruct_FDPMatchingIfCondition, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDPMatchingIfCondition), 564580226U) },
|
||
|
|
{ FDPMatchingRulestructBase::StaticStruct, Z_Construct_UScriptStruct_FDPMatchingRulestructBase_Statics::NewStructOps, TEXT("DPMatchingRulestructBase"),&Z_Registration_Info_UScriptStruct_FDPMatchingRulestructBase, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDPMatchingRulestructBase), 648327242U) },
|
||
|
|
{ FDPMatchingRulestructA::StaticStruct, Z_Construct_UScriptStruct_FDPMatchingRulestructA_Statics::NewStructOps, TEXT("DPMatchingRulestructA"),&Z_Registration_Info_UScriptStruct_FDPMatchingRulestructA, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDPMatchingRulestructA), 2181755785U) },
|
||
|
|
{ FDPMatchingRulestructB::StaticStruct, Z_Construct_UScriptStruct_FDPMatchingRulestructB_Statics::NewStructOps, TEXT("DPMatchingRulestructB"),&Z_Registration_Info_UScriptStruct_FDPMatchingRulestructB, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDPMatchingRulestructB), 1124255945U) },
|
||
|
|
{ FDPMatchingRulestructC::StaticStruct, Z_Construct_UScriptStruct_FDPMatchingRulestructC_Statics::NewStructOps, TEXT("DPMatchingRulestructC"),&Z_Registration_Info_UScriptStruct_FDPMatchingRulestructC, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDPMatchingRulestructC), 1044227219U) },
|
||
|
|
{ FDPMatchingRulestructD::StaticStruct, Z_Construct_UScriptStruct_FDPMatchingRulestructD_Statics::NewStructOps, TEXT("DPMatchingRulestructD"),&Z_Registration_Info_UScriptStruct_FDPMatchingRulestructD, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDPMatchingRulestructD), 3869017912U) },
|
||
|
|
{ FDPMatchingRulestructE::StaticStruct, Z_Construct_UScriptStruct_FDPMatchingRulestructE_Statics::NewStructOps, TEXT("DPMatchingRulestructE"),&Z_Registration_Info_UScriptStruct_FDPMatchingRulestructE, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDPMatchingRulestructE), 1581117832U) },
|
||
|
|
{ FDPMatchingRulestruct::StaticStruct, Z_Construct_UScriptStruct_FDPMatchingRulestruct_Statics::NewStructOps, TEXT("DPMatchingRulestruct"),&Z_Registration_Info_UScriptStruct_FDPMatchingRulestruct, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDPMatchingRulestruct), 589606089U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_DeviceProfiles_DeviceProfileMatching_h__Script_Engine_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_DeviceProfiles_DeviceProfileMatching_h__Script_Engine_370791154{
|
||
|
|
TEXT("/Script/Engine"),
|
||
|
|
nullptr, 0,
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_DeviceProfiles_DeviceProfileMatching_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_DeviceProfiles_DeviceProfileMatching_h__Script_Engine_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|