212 lines
15 KiB
C++
212 lines
15 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 "AndroidJavaSurfaceViewDevices.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeAndroidJavaSurfaceViewDevices() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
ANDROIDDEVICEPROFILESELECTOR_API UClass* Z_Construct_UClass_UAndroidJavaSurfaceViewDevices();
|
||
|
|
ANDROIDDEVICEPROFILESELECTOR_API UClass* Z_Construct_UClass_UAndroidJavaSurfaceViewDevices_NoRegister();
|
||
|
|
ANDROIDDEVICEPROFILESELECTOR_API UScriptStruct* Z_Construct_UScriptStruct_FJavaSurfaceViewDevice();
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_AndroidDeviceProfileSelector();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FJavaSurfaceViewDevice ********************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FJavaSurfaceViewDevice_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FJavaSurfaceViewDevice); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FJavaSurfaceViewDevice); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/AndroidJavaSurfaceViewDevices.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Manufacturer_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/AndroidJavaSurfaceViewDevices.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Model_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/AndroidJavaSurfaceViewDevices.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FJavaSurfaceViewDevice constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Manufacturer;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Model;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FJavaSurfaceViewDevice constinit property declarations **************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FJavaSurfaceViewDevice>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FJavaSurfaceViewDevice_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FJavaSurfaceViewDevice;
|
||
|
|
class UScriptStruct* FJavaSurfaceViewDevice::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FJavaSurfaceViewDevice.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FJavaSurfaceViewDevice.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FJavaSurfaceViewDevice, (UObject*)Z_Construct_UPackage__Script_AndroidDeviceProfileSelector(), TEXT("JavaSurfaceViewDevice"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FJavaSurfaceViewDevice.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FJavaSurfaceViewDevice Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FJavaSurfaceViewDevice_Statics::NewProp_Manufacturer = { "Manufacturer", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FJavaSurfaceViewDevice, Manufacturer), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Manufacturer_MetaData), NewProp_Manufacturer_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FJavaSurfaceViewDevice_Statics::NewProp_Model = { "Model", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FJavaSurfaceViewDevice, Model), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Model_MetaData), NewProp_Model_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FJavaSurfaceViewDevice_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FJavaSurfaceViewDevice_Statics::NewProp_Manufacturer,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FJavaSurfaceViewDevice_Statics::NewProp_Model,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FJavaSurfaceViewDevice_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FJavaSurfaceViewDevice Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FJavaSurfaceViewDevice_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AndroidDeviceProfileSelector,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"JavaSurfaceViewDevice",
|
||
|
|
Z_Construct_UScriptStruct_FJavaSurfaceViewDevice_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FJavaSurfaceViewDevice_Statics::PropPointers),
|
||
|
|
sizeof(FJavaSurfaceViewDevice),
|
||
|
|
alignof(FJavaSurfaceViewDevice),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FJavaSurfaceViewDevice_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FJavaSurfaceViewDevice_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FJavaSurfaceViewDevice()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FJavaSurfaceViewDevice.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FJavaSurfaceViewDevice.InnerSingleton, Z_Construct_UScriptStruct_FJavaSurfaceViewDevice_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FJavaSurfaceViewDevice.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FJavaSurfaceViewDevice **********************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UAndroidJavaSurfaceViewDevices *******************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UAndroidJavaSurfaceViewDevices;
|
||
|
|
UClass* UAndroidJavaSurfaceViewDevices::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UAndroidJavaSurfaceViewDevices;
|
||
|
|
if (!Z_Registration_Info_UClass_UAndroidJavaSurfaceViewDevices.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("AndroidJavaSurfaceViewDevices"),
|
||
|
|
Z_Registration_Info_UClass_UAndroidJavaSurfaceViewDevices.InnerSingleton,
|
||
|
|
StaticRegisterNativesUAndroidJavaSurfaceViewDevices,
|
||
|
|
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_UAndroidJavaSurfaceViewDevices.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UAndroidJavaSurfaceViewDevices_NoRegister()
|
||
|
|
{
|
||
|
|
return UAndroidJavaSurfaceViewDevices::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UAndroidJavaSurfaceViewDevices_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "IncludePath", "AndroidJavaSurfaceViewDevices.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/AndroidJavaSurfaceViewDevices.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SurfaceViewDevices_MetaData[] = {
|
||
|
|
{ "Category", "Matching Rules" },
|
||
|
|
{ "Comment", "/** Array of devices that require the java view scaling workaround */" },
|
||
|
|
{ "ModuleRelativePath", "Public/AndroidJavaSurfaceViewDevices.h" },
|
||
|
|
{ "ToolTip", "Array of devices that require the java view scaling workaround" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UAndroidJavaSurfaceViewDevices constinit property declarations ***********
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SurfaceViewDevices_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_SurfaceViewDevices;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UAndroidJavaSurfaceViewDevices constinit property declarations *************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UAndroidJavaSurfaceViewDevices>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UAndroidJavaSurfaceViewDevices_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UAndroidJavaSurfaceViewDevices Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAndroidJavaSurfaceViewDevices_Statics::NewProp_SurfaceViewDevices_Inner = { "SurfaceViewDevices", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FJavaSurfaceViewDevice, METADATA_PARAMS(0, nullptr) }; // 875444342
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UAndroidJavaSurfaceViewDevices_Statics::NewProp_SurfaceViewDevices = { "SurfaceViewDevices", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAndroidJavaSurfaceViewDevices, SurfaceViewDevices), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SurfaceViewDevices_MetaData), NewProp_SurfaceViewDevices_MetaData) }; // 875444342
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAndroidJavaSurfaceViewDevices_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidJavaSurfaceViewDevices_Statics::NewProp_SurfaceViewDevices_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidJavaSurfaceViewDevices_Statics::NewProp_SurfaceViewDevices,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAndroidJavaSurfaceViewDevices_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UAndroidJavaSurfaceViewDevices Property Definitions ************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UAndroidJavaSurfaceViewDevices_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AndroidDeviceProfileSelector,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAndroidJavaSurfaceViewDevices_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAndroidJavaSurfaceViewDevices_Statics::ClassParams = {
|
||
|
|
&UAndroidJavaSurfaceViewDevices::StaticClass,
|
||
|
|
"DeviceProfiles",
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UAndroidJavaSurfaceViewDevices_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UAndroidJavaSurfaceViewDevices_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000000A4u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAndroidJavaSurfaceViewDevices_Statics::Class_MetaDataParams), Z_Construct_UClass_UAndroidJavaSurfaceViewDevices_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UAndroidJavaSurfaceViewDevices::StaticRegisterNativesUAndroidJavaSurfaceViewDevices()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UAndroidJavaSurfaceViewDevices()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UAndroidJavaSurfaceViewDevices.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAndroidJavaSurfaceViewDevices.OuterSingleton, Z_Construct_UClass_UAndroidJavaSurfaceViewDevices_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UAndroidJavaSurfaceViewDevices.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAndroidJavaSurfaceViewDevices);
|
||
|
|
UAndroidJavaSurfaceViewDevices::~UAndroidJavaSurfaceViewDevices() {}
|
||
|
|
// ********** End Class UAndroidJavaSurfaceViewDevices *********************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidDeviceProfileSelector_Source_AndroidDeviceProfileSelector_Public_AndroidJavaSurfaceViewDevices_h__Script_AndroidDeviceProfileSelector_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FJavaSurfaceViewDevice::StaticStruct, Z_Construct_UScriptStruct_FJavaSurfaceViewDevice_Statics::NewStructOps, TEXT("JavaSurfaceViewDevice"),&Z_Registration_Info_UScriptStruct_FJavaSurfaceViewDevice, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FJavaSurfaceViewDevice), 875444342U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UAndroidJavaSurfaceViewDevices, UAndroidJavaSurfaceViewDevices::StaticClass, TEXT("UAndroidJavaSurfaceViewDevices"), &Z_Registration_Info_UClass_UAndroidJavaSurfaceViewDevices, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAndroidJavaSurfaceViewDevices), 670589761U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidDeviceProfileSelector_Source_AndroidDeviceProfileSelector_Public_AndroidJavaSurfaceViewDevices_h__Script_AndroidDeviceProfileSelector_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidDeviceProfileSelector_Source_AndroidDeviceProfileSelector_Public_AndroidJavaSurfaceViewDevices_h__Script_AndroidDeviceProfileSelector_1164695283{
|
||
|
|
TEXT("/Script/AndroidDeviceProfileSelector"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidDeviceProfileSelector_Source_AndroidDeviceProfileSelector_Public_AndroidJavaSurfaceViewDevices_h__Script_AndroidDeviceProfileSelector_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidDeviceProfileSelector_Source_AndroidDeviceProfileSelector_Public_AndroidJavaSurfaceViewDevices_h__Script_AndroidDeviceProfileSelector_Statics::ClassInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidDeviceProfileSelector_Source_AndroidDeviceProfileSelector_Public_AndroidJavaSurfaceViewDevices_h__Script_AndroidDeviceProfileSelector_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidDeviceProfileSelector_Source_AndroidDeviceProfileSelector_Public_AndroidJavaSurfaceViewDevices_h__Script_AndroidDeviceProfileSelector_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|