459 lines
30 KiB
C++
459 lines
30 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 "AndroidDeviceProfileMatchingRules.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeAndroidDeviceProfileMatchingRules() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
ANDROIDDEVICEPROFILESELECTOR_API UClass* Z_Construct_UClass_UAndroidDeviceProfileMatchingRules();
|
|
ANDROIDDEVICEPROFILESELECTOR_API UClass* Z_Construct_UClass_UAndroidDeviceProfileMatchingRules_NoRegister();
|
|
ANDROIDDEVICEPROFILESELECTOR_API UEnum* Z_Construct_UEnum_AndroidDeviceProfileSelector_ECompareType();
|
|
ANDROIDDEVICEPROFILESELECTOR_API UEnum* Z_Construct_UEnum_AndroidDeviceProfileSelector_ESourceType();
|
|
ANDROIDDEVICEPROFILESELECTOR_API UScriptStruct* Z_Construct_UScriptStruct_FProfileMatch();
|
|
ANDROIDDEVICEPROFILESELECTOR_API UScriptStruct* Z_Construct_UScriptStruct_FProfileMatchItem();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
UPackage* Z_Construct_UPackage__Script_AndroidDeviceProfileSelector();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Enum ESourceType ***************************************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ESourceType;
|
|
static UEnum* ESourceType_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_ESourceType.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_ESourceType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_AndroidDeviceProfileSelector_ESourceType, (UObject*)Z_Construct_UPackage__Script_AndroidDeviceProfileSelector(), TEXT("ESourceType"));
|
|
}
|
|
return Z_Registration_Info_UEnum_ESourceType.OuterSingleton;
|
|
}
|
|
template<> ANDROIDDEVICEPROFILESELECTOR_NON_ATTRIBUTED_API UEnum* StaticEnum<ESourceType>()
|
|
{
|
|
return ESourceType_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_AndroidDeviceProfileSelector_ESourceType_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Private/AndroidDeviceProfileMatchingRules.h" },
|
|
{ "SRC_AndroidVersion.Name", "SRC_AndroidVersion" },
|
|
{ "SRC_Chipset.Name", "SRC_Chipset" },
|
|
{ "SRC_CommandLine.Name", "SRC_CommandLine" },
|
|
{ "SRC_ConfigRuleVar.Name", "SRC_ConfigRuleVar" },
|
|
{ "SRC_DeviceBuildNumber.Name", "SRC_DeviceBuildNumber" },
|
|
{ "SRC_DeviceMake.Name", "SRC_DeviceMake" },
|
|
{ "SRC_DeviceModel.Name", "SRC_DeviceModel" },
|
|
{ "SRC_GlVersion.Name", "SRC_GlVersion" },
|
|
{ "SRC_GpuFamily.Name", "SRC_GpuFamily" },
|
|
{ "SRC_Hardware.Name", "SRC_Hardware" },
|
|
{ "SRC_HMDSystemName.Name", "SRC_HMDSystemName" },
|
|
{ "SRC_MAX.Name", "SRC_MAX" },
|
|
{ "SRC_PreviousRegexMatch.Name", "SRC_PreviousRegexMatch" },
|
|
{ "SRC_SM5Available.Name", "SRC_SM5Available" },
|
|
{ "SRC_UsingHoudini.Name", "SRC_UsingHoudini" },
|
|
{ "SRC_VKQuality.Name", "SRC_VKQuality" },
|
|
{ "SRC_VulkanAvailable.Name", "SRC_VulkanAvailable" },
|
|
{ "SRC_VulkanVersion.Name", "SRC_VulkanVersion" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "SRC_PreviousRegexMatch", (int64)SRC_PreviousRegexMatch },
|
|
{ "SRC_GpuFamily", (int64)SRC_GpuFamily },
|
|
{ "SRC_GlVersion", (int64)SRC_GlVersion },
|
|
{ "SRC_AndroidVersion", (int64)SRC_AndroidVersion },
|
|
{ "SRC_DeviceMake", (int64)SRC_DeviceMake },
|
|
{ "SRC_DeviceModel", (int64)SRC_DeviceModel },
|
|
{ "SRC_DeviceBuildNumber", (int64)SRC_DeviceBuildNumber },
|
|
{ "SRC_VulkanVersion", (int64)SRC_VulkanVersion },
|
|
{ "SRC_UsingHoudini", (int64)SRC_UsingHoudini },
|
|
{ "SRC_VulkanAvailable", (int64)SRC_VulkanAvailable },
|
|
{ "SRC_CommandLine", (int64)SRC_CommandLine },
|
|
{ "SRC_Hardware", (int64)SRC_Hardware },
|
|
{ "SRC_Chipset", (int64)SRC_Chipset },
|
|
{ "SRC_ConfigRuleVar", (int64)SRC_ConfigRuleVar },
|
|
{ "SRC_HMDSystemName", (int64)SRC_HMDSystemName },
|
|
{ "SRC_SM5Available", (int64)SRC_SM5Available },
|
|
{ "SRC_VKQuality", (int64)SRC_VKQuality },
|
|
{ "SRC_MAX", (int64)SRC_MAX },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_AndroidDeviceProfileSelector_ESourceType_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_AndroidDeviceProfileSelector_ESourceType_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_AndroidDeviceProfileSelector,
|
|
nullptr,
|
|
"ESourceType",
|
|
"ESourceType",
|
|
Z_Construct_UEnum_AndroidDeviceProfileSelector_ESourceType_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_AndroidDeviceProfileSelector_ESourceType_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::Regular,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_AndroidDeviceProfileSelector_ESourceType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_AndroidDeviceProfileSelector_ESourceType_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_AndroidDeviceProfileSelector_ESourceType()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_ESourceType.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ESourceType.InnerSingleton, Z_Construct_UEnum_AndroidDeviceProfileSelector_ESourceType_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_ESourceType.InnerSingleton;
|
|
}
|
|
// ********** End Enum ESourceType *****************************************************************
|
|
|
|
// ********** Begin Enum ECompareType **************************************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ECompareType;
|
|
static UEnum* ECompareType_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_ECompareType.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_ECompareType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_AndroidDeviceProfileSelector_ECompareType, (UObject*)Z_Construct_UPackage__Script_AndroidDeviceProfileSelector(), TEXT("ECompareType"));
|
|
}
|
|
return Z_Registration_Info_UEnum_ECompareType.OuterSingleton;
|
|
}
|
|
template<> ANDROIDDEVICEPROFILESELECTOR_NON_ATTRIBUTED_API UEnum* StaticEnum<ECompareType>()
|
|
{
|
|
return ECompareType_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_AndroidDeviceProfileSelector_ECompareType_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "CMP_Equal.Name", "CMP_Equal" },
|
|
{ "CMP_EqualIgnore.Name", "CMP_EqualIgnore" },
|
|
{ "CMP_Greater.Name", "CMP_Greater" },
|
|
{ "CMP_GreaterEqual.Name", "CMP_GreaterEqual" },
|
|
{ "CMP_GreaterEqualIgnore.Name", "CMP_GreaterEqualIgnore" },
|
|
{ "CMP_GreaterIgnore.Name", "CMP_GreaterIgnore" },
|
|
{ "CMP_Hash.Name", "CMP_Hash" },
|
|
{ "CMP_Less.Name", "CMP_Less" },
|
|
{ "CMP_LessEqual.Name", "CMP_LessEqual" },
|
|
{ "CMP_LessEqualIgnore.Name", "CMP_LessEqualIgnore" },
|
|
{ "CMP_LessIgnore.Name", "CMP_LessIgnore" },
|
|
{ "CMP_MAX.Name", "CMP_MAX" },
|
|
{ "CMP_NotEqual.Name", "CMP_NotEqual" },
|
|
{ "CMP_NotEqualIgnore.Name", "CMP_NotEqualIgnore" },
|
|
{ "CMP_Regex.Name", "CMP_Regex" },
|
|
{ "ModuleRelativePath", "Private/AndroidDeviceProfileMatchingRules.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "CMP_Equal", (int64)CMP_Equal },
|
|
{ "CMP_Less", (int64)CMP_Less },
|
|
{ "CMP_LessEqual", (int64)CMP_LessEqual },
|
|
{ "CMP_Greater", (int64)CMP_Greater },
|
|
{ "CMP_GreaterEqual", (int64)CMP_GreaterEqual },
|
|
{ "CMP_NotEqual", (int64)CMP_NotEqual },
|
|
{ "CMP_Regex", (int64)CMP_Regex },
|
|
{ "CMP_EqualIgnore", (int64)CMP_EqualIgnore },
|
|
{ "CMP_LessIgnore", (int64)CMP_LessIgnore },
|
|
{ "CMP_LessEqualIgnore", (int64)CMP_LessEqualIgnore },
|
|
{ "CMP_GreaterIgnore", (int64)CMP_GreaterIgnore },
|
|
{ "CMP_GreaterEqualIgnore", (int64)CMP_GreaterEqualIgnore },
|
|
{ "CMP_NotEqualIgnore", (int64)CMP_NotEqualIgnore },
|
|
{ "CMP_Hash", (int64)CMP_Hash },
|
|
{ "CMP_MAX", (int64)CMP_MAX },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_AndroidDeviceProfileSelector_ECompareType_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_AndroidDeviceProfileSelector_ECompareType_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_AndroidDeviceProfileSelector,
|
|
nullptr,
|
|
"ECompareType",
|
|
"ECompareType",
|
|
Z_Construct_UEnum_AndroidDeviceProfileSelector_ECompareType_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_AndroidDeviceProfileSelector_ECompareType_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::Regular,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_AndroidDeviceProfileSelector_ECompareType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_AndroidDeviceProfileSelector_ECompareType_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_AndroidDeviceProfileSelector_ECompareType()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_ECompareType.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ECompareType.InnerSingleton, Z_Construct_UEnum_AndroidDeviceProfileSelector_ECompareType_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_ECompareType.InnerSingleton;
|
|
}
|
|
// ********** End Enum ECompareType ****************************************************************
|
|
|
|
// ********** Begin ScriptStruct FProfileMatchItem *************************************************
|
|
struct Z_Construct_UScriptStruct_FProfileMatchItem_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FProfileMatchItem); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FProfileMatchItem); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Private/AndroidDeviceProfileMatchingRules.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceType_MetaData[] = {
|
|
{ "ModuleRelativePath", "Private/AndroidDeviceProfileMatchingRules.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CompareType_MetaData[] = {
|
|
{ "ModuleRelativePath", "Private/AndroidDeviceProfileMatchingRules.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MatchString_MetaData[] = {
|
|
{ "ModuleRelativePath", "Private/AndroidDeviceProfileMatchingRules.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FProfileMatchItem constinit property declarations *****************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_SourceType;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_CompareType;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_MatchString;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FProfileMatchItem constinit property declarations *******************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FProfileMatchItem>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FProfileMatchItem_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FProfileMatchItem;
|
|
class UScriptStruct* FProfileMatchItem::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FProfileMatchItem.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FProfileMatchItem.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FProfileMatchItem, (UObject*)Z_Construct_UPackage__Script_AndroidDeviceProfileSelector(), TEXT("ProfileMatchItem"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FProfileMatchItem.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FProfileMatchItem Property Definitions ****************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FProfileMatchItem_Statics::NewProp_SourceType = { "SourceType", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FProfileMatchItem, SourceType), Z_Construct_UEnum_AndroidDeviceProfileSelector_ESourceType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceType_MetaData), NewProp_SourceType_MetaData) }; // 1041805884
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FProfileMatchItem_Statics::NewProp_CompareType = { "CompareType", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FProfileMatchItem, CompareType), Z_Construct_UEnum_AndroidDeviceProfileSelector_ECompareType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CompareType_MetaData), NewProp_CompareType_MetaData) }; // 3279246752
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FProfileMatchItem_Statics::NewProp_MatchString = { "MatchString", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FProfileMatchItem, MatchString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MatchString_MetaData), NewProp_MatchString_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FProfileMatchItem_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FProfileMatchItem_Statics::NewProp_SourceType,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FProfileMatchItem_Statics::NewProp_CompareType,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FProfileMatchItem_Statics::NewProp_MatchString,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FProfileMatchItem_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FProfileMatchItem Property Definitions ******************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FProfileMatchItem_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AndroidDeviceProfileSelector,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"ProfileMatchItem",
|
|
Z_Construct_UScriptStruct_FProfileMatchItem_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FProfileMatchItem_Statics::PropPointers),
|
|
sizeof(FProfileMatchItem),
|
|
alignof(FProfileMatchItem),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FProfileMatchItem_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FProfileMatchItem_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FProfileMatchItem()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FProfileMatchItem.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FProfileMatchItem.InnerSingleton, Z_Construct_UScriptStruct_FProfileMatchItem_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FProfileMatchItem.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FProfileMatchItem ***************************************************
|
|
|
|
// ********** Begin ScriptStruct FProfileMatch *****************************************************
|
|
struct Z_Construct_UScriptStruct_FProfileMatch_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FProfileMatch); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FProfileMatch); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Private/AndroidDeviceProfileMatchingRules.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Profile_MetaData[] = {
|
|
{ "ModuleRelativePath", "Private/AndroidDeviceProfileMatchingRules.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Match_MetaData[] = {
|
|
{ "ModuleRelativePath", "Private/AndroidDeviceProfileMatchingRules.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FProfileMatch constinit property declarations *********************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Profile;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Match_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Match;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FProfileMatch constinit property declarations ***********************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FProfileMatch>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FProfileMatch_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FProfileMatch;
|
|
class UScriptStruct* FProfileMatch::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FProfileMatch.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FProfileMatch.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FProfileMatch, (UObject*)Z_Construct_UPackage__Script_AndroidDeviceProfileSelector(), TEXT("ProfileMatch"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FProfileMatch.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FProfileMatch Property Definitions ********************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FProfileMatch_Statics::NewProp_Profile = { "Profile", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FProfileMatch, Profile), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Profile_MetaData), NewProp_Profile_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FProfileMatch_Statics::NewProp_Match_Inner = { "Match", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FProfileMatchItem, METADATA_PARAMS(0, nullptr) }; // 3173748482
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FProfileMatch_Statics::NewProp_Match = { "Match", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FProfileMatch, Match), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Match_MetaData), NewProp_Match_MetaData) }; // 3173748482
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FProfileMatch_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FProfileMatch_Statics::NewProp_Profile,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FProfileMatch_Statics::NewProp_Match_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FProfileMatch_Statics::NewProp_Match,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FProfileMatch_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FProfileMatch Property Definitions **********************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FProfileMatch_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AndroidDeviceProfileSelector,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"ProfileMatch",
|
|
Z_Construct_UScriptStruct_FProfileMatch_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FProfileMatch_Statics::PropPointers),
|
|
sizeof(FProfileMatch),
|
|
alignof(FProfileMatch),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FProfileMatch_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FProfileMatch_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FProfileMatch()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FProfileMatch.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FProfileMatch.InnerSingleton, Z_Construct_UScriptStruct_FProfileMatch_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FProfileMatch.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FProfileMatch *******************************************************
|
|
|
|
// ********** Begin Class UAndroidDeviceProfileMatchingRules ***************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UAndroidDeviceProfileMatchingRules;
|
|
UClass* UAndroidDeviceProfileMatchingRules::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UAndroidDeviceProfileMatchingRules;
|
|
if (!Z_Registration_Info_UClass_UAndroidDeviceProfileMatchingRules.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("AndroidDeviceProfileMatchingRules"),
|
|
Z_Registration_Info_UClass_UAndroidDeviceProfileMatchingRules.InnerSingleton,
|
|
StaticRegisterNativesUAndroidDeviceProfileMatchingRules,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UAndroidDeviceProfileMatchingRules.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UAndroidDeviceProfileMatchingRules_NoRegister()
|
|
{
|
|
return UAndroidDeviceProfileMatchingRules::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UAndroidDeviceProfileMatchingRules_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "AndroidDeviceProfileMatchingRules.h" },
|
|
{ "ModuleRelativePath", "Private/AndroidDeviceProfileMatchingRules.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MatchProfile_MetaData[] = {
|
|
{ "Category", "Matching Rules" },
|
|
{ "Comment", "/** Array of rules to match */" },
|
|
{ "ModuleRelativePath", "Private/AndroidDeviceProfileMatchingRules.h" },
|
|
{ "ToolTip", "Array of rules to match" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UAndroidDeviceProfileMatchingRules constinit property declarations *******
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_MatchProfile_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_MatchProfile;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UAndroidDeviceProfileMatchingRules constinit property declarations *********
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UAndroidDeviceProfileMatchingRules>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UAndroidDeviceProfileMatchingRules_Statics
|
|
|
|
// ********** Begin Class UAndroidDeviceProfileMatchingRules Property Definitions ******************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAndroidDeviceProfileMatchingRules_Statics::NewProp_MatchProfile_Inner = { "MatchProfile", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FProfileMatch, METADATA_PARAMS(0, nullptr) }; // 3052994226
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UAndroidDeviceProfileMatchingRules_Statics::NewProp_MatchProfile = { "MatchProfile", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAndroidDeviceProfileMatchingRules, MatchProfile), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MatchProfile_MetaData), NewProp_MatchProfile_MetaData) }; // 3052994226
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAndroidDeviceProfileMatchingRules_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidDeviceProfileMatchingRules_Statics::NewProp_MatchProfile_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidDeviceProfileMatchingRules_Statics::NewProp_MatchProfile,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAndroidDeviceProfileMatchingRules_Statics::PropPointers) < 2048);
|
|
// ********** End Class UAndroidDeviceProfileMatchingRules Property Definitions ********************
|
|
UObject* (*const Z_Construct_UClass_UAndroidDeviceProfileMatchingRules_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AndroidDeviceProfileSelector,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAndroidDeviceProfileMatchingRules_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAndroidDeviceProfileMatchingRules_Statics::ClassParams = {
|
|
&UAndroidDeviceProfileMatchingRules::StaticClass,
|
|
"DeviceProfiles",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UAndroidDeviceProfileMatchingRules_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UAndroidDeviceProfileMatchingRules_Statics::PropPointers),
|
|
0,
|
|
0x000000A4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAndroidDeviceProfileMatchingRules_Statics::Class_MetaDataParams), Z_Construct_UClass_UAndroidDeviceProfileMatchingRules_Statics::Class_MetaDataParams)
|
|
};
|
|
void UAndroidDeviceProfileMatchingRules::StaticRegisterNativesUAndroidDeviceProfileMatchingRules()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UAndroidDeviceProfileMatchingRules()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UAndroidDeviceProfileMatchingRules.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAndroidDeviceProfileMatchingRules.OuterSingleton, Z_Construct_UClass_UAndroidDeviceProfileMatchingRules_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UAndroidDeviceProfileMatchingRules.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAndroidDeviceProfileMatchingRules);
|
|
UAndroidDeviceProfileMatchingRules::~UAndroidDeviceProfileMatchingRules() {}
|
|
// ********** End Class UAndroidDeviceProfileMatchingRules *****************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidDeviceProfileSelector_Source_AndroidDeviceProfileSelector_Private_AndroidDeviceProfileMatchingRules_h__Script_AndroidDeviceProfileSelector_Statics
|
|
{
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
|
{ ESourceType_StaticEnum, TEXT("ESourceType"), &Z_Registration_Info_UEnum_ESourceType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1041805884U) },
|
|
{ ECompareType_StaticEnum, TEXT("ECompareType"), &Z_Registration_Info_UEnum_ECompareType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3279246752U) },
|
|
};
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FProfileMatchItem::StaticStruct, Z_Construct_UScriptStruct_FProfileMatchItem_Statics::NewStructOps, TEXT("ProfileMatchItem"),&Z_Registration_Info_UScriptStruct_FProfileMatchItem, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FProfileMatchItem), 3173748482U) },
|
|
{ FProfileMatch::StaticStruct, Z_Construct_UScriptStruct_FProfileMatch_Statics::NewStructOps, TEXT("ProfileMatch"),&Z_Registration_Info_UScriptStruct_FProfileMatch, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FProfileMatch), 3052994226U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UAndroidDeviceProfileMatchingRules, UAndroidDeviceProfileMatchingRules::StaticClass, TEXT("UAndroidDeviceProfileMatchingRules"), &Z_Registration_Info_UClass_UAndroidDeviceProfileMatchingRules, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAndroidDeviceProfileMatchingRules), 1619005066U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidDeviceProfileSelector_Source_AndroidDeviceProfileSelector_Private_AndroidDeviceProfileMatchingRules_h__Script_AndroidDeviceProfileSelector_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidDeviceProfileSelector_Source_AndroidDeviceProfileSelector_Private_AndroidDeviceProfileMatchingRules_h__Script_AndroidDeviceProfileSelector_2205636649{
|
|
TEXT("/Script/AndroidDeviceProfileSelector"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidDeviceProfileSelector_Source_AndroidDeviceProfileSelector_Private_AndroidDeviceProfileMatchingRules_h__Script_AndroidDeviceProfileSelector_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidDeviceProfileSelector_Source_AndroidDeviceProfileSelector_Private_AndroidDeviceProfileMatchingRules_h__Script_AndroidDeviceProfileSelector_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidDeviceProfileSelector_Source_AndroidDeviceProfileSelector_Private_AndroidDeviceProfileMatchingRules_h__Script_AndroidDeviceProfileSelector_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidDeviceProfileSelector_Source_AndroidDeviceProfileSelector_Private_AndroidDeviceProfileMatchingRules_h__Script_AndroidDeviceProfileSelector_Statics::ScriptStructInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidDeviceProfileSelector_Source_AndroidDeviceProfileSelector_Private_AndroidDeviceProfileMatchingRules_h__Script_AndroidDeviceProfileSelector_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidDeviceProfileSelector_Source_AndroidDeviceProfileSelector_Private_AndroidDeviceProfileMatchingRules_h__Script_AndroidDeviceProfileSelector_Statics::EnumInfo),
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|