122 lines
8.7 KiB
C++
122 lines
8.7 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 "CheckAndroidDeviceProfileCommandlet.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeCheckAndroidDeviceProfileCommandlet() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
DEVICEPROFILESERVICES_API UClass* Z_Construct_UClass_UCheckAndroidDeviceProfileCommandlet();
|
||
|
|
DEVICEPROFILESERVICES_API UClass* Z_Construct_UClass_UCheckAndroidDeviceProfileCommandlet_NoRegister();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UCommandlet();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_DeviceProfileServices();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCheckAndroidDeviceProfileCommandlet *************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UCheckAndroidDeviceProfileCommandlet;
|
||
|
|
UClass* UCheckAndroidDeviceProfileCommandlet::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UCheckAndroidDeviceProfileCommandlet;
|
||
|
|
if (!Z_Registration_Info_UClass_UCheckAndroidDeviceProfileCommandlet.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("CheckAndroidDeviceProfileCommandlet"),
|
||
|
|
Z_Registration_Info_UClass_UCheckAndroidDeviceProfileCommandlet.InnerSingleton,
|
||
|
|
StaticRegisterNativesUCheckAndroidDeviceProfileCommandlet,
|
||
|
|
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_UCheckAndroidDeviceProfileCommandlet.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UCheckAndroidDeviceProfileCommandlet_NoRegister()
|
||
|
|
{
|
||
|
|
return UCheckAndroidDeviceProfileCommandlet::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UCheckAndroidDeviceProfileCommandlet_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/*\n * CheckAndroidDeviceProfile\n * Commandlet that runs the rules in [/Script/AndroidDeviceProfileSelector.AndroidDeviceProfileMatchingRules]\n * against the supplied parameters and outputs the device profile that will be matched.\n * Usage:\n * ProjectName -run=DeviceProfileServices.CheckAndroidDeviceProfile DeviceModel\n * ProjectName -run=DeviceProfileServices.CheckAndroidDeviceProfile DeviceMake DeviceModel\n * ProjectName -run=DeviceProfileServices.CheckAndroidDeviceProfile [-DeviceMake=...] [-DeviceModel=...] [-GPUFamily=...] [-GLVersion=...]\n\x09 [-VulkanAvailable=True|False] [-VulkanVersion=...] [-AndroidVersion=...] [-DeviceBuildNumber=...] [-UsingHoudini=True|False] [-Hardware=...] [-Chipset=...]\n * Running against \n * ProjectName -run=DeviceProfileServices.CheckAndroidDeviceProfile\n\x09\x09-DeviceSpecsFolder=<directory containing device.json files> \n\x09\x09-DeviceSpecsFile=<path to a single device.json file>\n\x09\x09-OutDir=<output directory>\n\x09\x09[-OverrideDP=<optional DP name to override device profile selection>]\n*/" },
|
||
|
|
{ "IncludePath", "CheckAndroidDeviceProfileCommandlet.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/CheckAndroidDeviceProfileCommandlet.h" },
|
||
|
|
{ "ToolTip", "* CheckAndroidDeviceProfile\n* Commandlet that runs the rules in [/Script/AndroidDeviceProfileSelector.AndroidDeviceProfileMatchingRules]\n* against the supplied parameters and outputs the device profile that will be matched.\n* Usage:\n* ProjectName -run=DeviceProfileServices.CheckAndroidDeviceProfile DeviceModel\n* ProjectName -run=DeviceProfileServices.CheckAndroidDeviceProfile DeviceMake DeviceModel\n* ProjectName -run=DeviceProfileServices.CheckAndroidDeviceProfile [-DeviceMake=...] [-DeviceModel=...] [-GPUFamily=...] [-GLVersion=...]\n [-VulkanAvailable=True|False] [-VulkanVersion=...] [-AndroidVersion=...] [-DeviceBuildNumber=...] [-UsingHoudini=True|False] [-Hardware=...] [-Chipset=...]\n* Running against\n* ProjectName -run=DeviceProfileServices.CheckAndroidDeviceProfile\n -DeviceSpecsFolder=<directory containing device.json files>\n -DeviceSpecsFile=<path to a single device.json file>\n -OutDir=<output directory>\n [-OverrideDP=<optional DP name to override device profile selection>]" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UCheckAndroidDeviceProfileCommandlet constinit property declarations *****
|
||
|
|
// ********** End Class UCheckAndroidDeviceProfileCommandlet constinit property declarations *******
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UCheckAndroidDeviceProfileCommandlet>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UCheckAndroidDeviceProfileCommandlet_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UCheckAndroidDeviceProfileCommandlet_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UCommandlet,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_DeviceProfileServices,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCheckAndroidDeviceProfileCommandlet_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCheckAndroidDeviceProfileCommandlet_Statics::ClassParams = {
|
||
|
|
&UCheckAndroidDeviceProfileCommandlet::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0x000000A8u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCheckAndroidDeviceProfileCommandlet_Statics::Class_MetaDataParams), Z_Construct_UClass_UCheckAndroidDeviceProfileCommandlet_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UCheckAndroidDeviceProfileCommandlet::StaticRegisterNativesUCheckAndroidDeviceProfileCommandlet()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UCheckAndroidDeviceProfileCommandlet()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UCheckAndroidDeviceProfileCommandlet.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCheckAndroidDeviceProfileCommandlet.OuterSingleton, Z_Construct_UClass_UCheckAndroidDeviceProfileCommandlet_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UCheckAndroidDeviceProfileCommandlet.OuterSingleton;
|
||
|
|
}
|
||
|
|
UCheckAndroidDeviceProfileCommandlet::UCheckAndroidDeviceProfileCommandlet(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCheckAndroidDeviceProfileCommandlet);
|
||
|
|
UCheckAndroidDeviceProfileCommandlet::~UCheckAndroidDeviceProfileCommandlet() {}
|
||
|
|
// ********** End Class UCheckAndroidDeviceProfileCommandlet ***************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_DeviceProfileServices_Public_CheckAndroidDeviceProfileCommandlet_h__Script_DeviceProfileServices_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UCheckAndroidDeviceProfileCommandlet, UCheckAndroidDeviceProfileCommandlet::StaticClass, TEXT("UCheckAndroidDeviceProfileCommandlet"), &Z_Registration_Info_UClass_UCheckAndroidDeviceProfileCommandlet, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCheckAndroidDeviceProfileCommandlet), 2622140447U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_DeviceProfileServices_Public_CheckAndroidDeviceProfileCommandlet_h__Script_DeviceProfileServices_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_DeviceProfileServices_Public_CheckAndroidDeviceProfileCommandlet_h__Script_DeviceProfileServices_703804212{
|
||
|
|
TEXT("/Script/DeviceProfileServices"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_DeviceProfileServices_Public_CheckAndroidDeviceProfileCommandlet_h__Script_DeviceProfileServices_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_DeviceProfileServices_Public_CheckAndroidDeviceProfileCommandlet_h__Script_DeviceProfileServices_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|