Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
// 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"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeAndroidPlatformEditor_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_AndroidPlatformEditor;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_AndroidPlatformEditor()
{
if (!Z_Registration_Info_UPackage__Script_AndroidPlatformEditor.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/AndroidPlatformEditor",
nullptr,
0,
PKG_CompiledIn | 0x00000080,
0x7C9C72D4,
0x06FB5444,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_AndroidPlatformEditor.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_AndroidPlatformEditor.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_AndroidPlatformEditor(Z_Construct_UPackage__Script_AndroidPlatformEditor, TEXT("/Script/AndroidPlatformEditor"), Z_Registration_Info_UPackage__Script_AndroidPlatformEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x7C9C72D4, 0x06FB5444));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@@ -0,0 +1,179 @@
// 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 "AndroidSDKSettings.h"
#include "UObject/SoftObjectPath.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeAndroidSDKSettings() {}
// ********** Begin Cross Module References ********************************************************
ANDROIDPLATFORMEDITOR_API UClass* Z_Construct_UClass_UAndroidSDKSettings();
ANDROIDPLATFORMEDITOR_API UClass* Z_Construct_UClass_UAndroidSDKSettings_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FDirectoryPath();
UPackage* Z_Construct_UPackage__Script_AndroidPlatformEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UAndroidSDKSettings ******************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAndroidSDKSettings;
UClass* UAndroidSDKSettings::GetPrivateStaticClass()
{
using TClass = UAndroidSDKSettings;
if (!Z_Registration_Info_UClass_UAndroidSDKSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AndroidSDKSettings"),
Z_Registration_Info_UClass_UAndroidSDKSettings.InnerSingleton,
StaticRegisterNativesUAndroidSDKSettings,
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_UAndroidSDKSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UAndroidSDKSettings_NoRegister()
{
return UAndroidSDKSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAndroidSDKSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implements the settings for the Android SDK setup.\n */" },
{ "IncludePath", "AndroidSDKSettings.h" },
{ "ModuleRelativePath", "Private/AndroidSDKSettings.h" },
{ "ToolTip", "Implements the settings for the Android SDK setup." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SDKPath_MetaData[] = {
{ "Category", "SDKConfig" },
{ "Comment", "// Location on disk of the Android SDK (falls back to ANDROID_HOME environment variable if this is left blank)\n" },
{ "DisplayName", "Location of Android SDK (the directory usually contains 'android-sdk-')" },
{ "ModuleRelativePath", "Private/AndroidSDKSettings.h" },
{ "ToolTip", "Location on disk of the Android SDK (falls back to ANDROID_HOME environment variable if this is left blank)" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NDKPath_MetaData[] = {
{ "Category", "SDKConfig" },
{ "Comment", "// Location on disk of the Android NDK (falls back to NDKROOT environment variable if this is left blank)\n" },
{ "DisplayName", "Location of Android NDK (the directory usually contains 'android-ndk-')" },
{ "ModuleRelativePath", "Private/AndroidSDKSettings.h" },
{ "ToolTip", "Location on disk of the Android NDK (falls back to NDKROOT environment variable if this is left blank)" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_JavaPath_MetaData[] = {
{ "Category", "SDKConfig" },
{ "Comment", "// Location on disk of Java (falls back to JAVA_HOME environment variable if this is left blank)\n" },
{ "DisplayName", "Location of JAVA (the directory usually contains 'jdk')" },
{ "ModuleRelativePath", "Private/AndroidSDKSettings.h" },
{ "ToolTip", "Location on disk of Java (falls back to JAVA_HOME environment variable if this is left blank)" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SDKAPILevel_MetaData[] = {
{ "Category", "SDKConfig" },
{ "Comment", "// Which SDK to package and compile Java with (a specific version, usually (without quotes): 'android-NN' or (without quotes) 'latest' for latest version on disk, or 'matchndk' to match the NDK API Level)\n" },
{ "DisplayName", "SDK API Level (specific version e.g. 'android-NN', 'latest', or 'matchndk' - see tooltip)" },
{ "ModuleRelativePath", "Private/AndroidSDKSettings.h" },
{ "ToolTip", "Which SDK to package and compile Java with (a specific version, usually (without quotes): 'android-NN' or (without quotes) 'latest' for latest version on disk, or 'matchndk' to match the NDK API Level)" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NDKAPILevel_MetaData[] = {
{ "Category", "SDKConfig" },
{ "Comment", "// Which NDK to compile with (a specific version or (without quotes) 'latest' for latest version on disk). Note that choosing android-21 or later won't run on pre-5.0 devices.\n" },
{ "DisplayName", "NDK API Level (specific version or 'latest' - see tooltip)" },
{ "ModuleRelativePath", "Private/AndroidSDKSettings.h" },
{ "ToolTip", "Which NDK to compile with (a specific version or (without quotes) 'latest' for latest version on disk). Note that choosing android-21 or later won't run on pre-5.0 devices." },
};
#endif // WITH_METADATA
// ********** Begin Class UAndroidSDKSettings constinit property declarations **********************
static const UECodeGen_Private::FStructPropertyParams NewProp_SDKPath;
static const UECodeGen_Private::FStructPropertyParams NewProp_NDKPath;
static const UECodeGen_Private::FStructPropertyParams NewProp_JavaPath;
static const UECodeGen_Private::FStrPropertyParams NewProp_SDKAPILevel;
static const UECodeGen_Private::FStrPropertyParams NewProp_NDKAPILevel;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UAndroidSDKSettings constinit property declarations ************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UAndroidSDKSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAndroidSDKSettings_Statics
// ********** Begin Class UAndroidSDKSettings Property Definitions *********************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAndroidSDKSettings_Statics::NewProp_SDKPath = { "SDKPath", nullptr, (EPropertyFlags)0x0010000000044001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAndroidSDKSettings, SDKPath), Z_Construct_UScriptStruct_FDirectoryPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SDKPath_MetaData), NewProp_SDKPath_MetaData) }; // 1225349189
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAndroidSDKSettings_Statics::NewProp_NDKPath = { "NDKPath", nullptr, (EPropertyFlags)0x0010000000044001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAndroidSDKSettings, NDKPath), Z_Construct_UScriptStruct_FDirectoryPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NDKPath_MetaData), NewProp_NDKPath_MetaData) }; // 1225349189
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAndroidSDKSettings_Statics::NewProp_JavaPath = { "JavaPath", nullptr, (EPropertyFlags)0x0010000000044001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAndroidSDKSettings, JavaPath), Z_Construct_UScriptStruct_FDirectoryPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_JavaPath_MetaData), NewProp_JavaPath_MetaData) }; // 1225349189
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UAndroidSDKSettings_Statics::NewProp_SDKAPILevel = { "SDKAPILevel", nullptr, (EPropertyFlags)0x0010000000044001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAndroidSDKSettings, SDKAPILevel), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SDKAPILevel_MetaData), NewProp_SDKAPILevel_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UAndroidSDKSettings_Statics::NewProp_NDKAPILevel = { "NDKAPILevel", nullptr, (EPropertyFlags)0x0010000000044001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAndroidSDKSettings, NDKAPILevel), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NDKAPILevel_MetaData), NewProp_NDKAPILevel_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAndroidSDKSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidSDKSettings_Statics::NewProp_SDKPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidSDKSettings_Statics::NewProp_NDKPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidSDKSettings_Statics::NewProp_JavaPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidSDKSettings_Statics::NewProp_SDKAPILevel,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidSDKSettings_Statics::NewProp_NDKAPILevel,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAndroidSDKSettings_Statics::PropPointers) < 2048);
// ********** End Class UAndroidSDKSettings Property Definitions ***********************************
UObject* (*const Z_Construct_UClass_UAndroidSDKSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_AndroidPlatformEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAndroidSDKSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAndroidSDKSettings_Statics::ClassParams = {
&UAndroidSDKSettings::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UAndroidSDKSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UAndroidSDKSettings_Statics::PropPointers),
0,
0x080800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAndroidSDKSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UAndroidSDKSettings_Statics::Class_MetaDataParams)
};
void UAndroidSDKSettings::StaticRegisterNativesUAndroidSDKSettings()
{
}
UClass* Z_Construct_UClass_UAndroidSDKSettings()
{
if (!Z_Registration_Info_UClass_UAndroidSDKSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAndroidSDKSettings.OuterSingleton, Z_Construct_UClass_UAndroidSDKSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAndroidSDKSettings.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAndroidSDKSettings);
UAndroidSDKSettings::~UAndroidSDKSettings() {}
// ********** End Class UAndroidSDKSettings ********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Developer_Android_AndroidPlatformEditor_Private_AndroidSDKSettings_h__Script_AndroidPlatformEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAndroidSDKSettings, UAndroidSDKSettings::StaticClass, TEXT("UAndroidSDKSettings"), &Z_Registration_Info_UClass_UAndroidSDKSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAndroidSDKSettings), 1424557026U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Developer_Android_AndroidPlatformEditor_Private_AndroidSDKSettings_h__Script_AndroidPlatformEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Developer_Android_AndroidPlatformEditor_Private_AndroidSDKSettings_h__Script_AndroidPlatformEditor_4062056980{
TEXT("/Script/AndroidPlatformEditor"),
Z_CompiledInDeferFile_FID_Engine_Source_Developer_Android_AndroidPlatformEditor_Private_AndroidSDKSettings_h__Script_AndroidPlatformEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Developer_Android_AndroidPlatformEditor_Private_AndroidSDKSettings_h__Script_AndroidPlatformEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "AndroidSDKSettings.h"
#ifdef ANDROIDPLATFORMEDITOR_AndroidSDKSettings_generated_h
#error "AndroidSDKSettings.generated.h already included, missing '#pragma once' in AndroidSDKSettings.h"
#endif
#define ANDROIDPLATFORMEDITOR_AndroidSDKSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UAndroidSDKSettings ******************************************************
struct Z_Construct_UClass_UAndroidSDKSettings_Statics;
ANDROIDPLATFORMEDITOR_API UClass* Z_Construct_UClass_UAndroidSDKSettings_NoRegister();
#define FID_Engine_Source_Developer_Android_AndroidPlatformEditor_Private_AndroidSDKSettings_h_23_INCLASS \
private: \
static void StaticRegisterNativesUAndroidSDKSettings(); \
friend struct ::Z_Construct_UClass_UAndroidSDKSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend ANDROIDPLATFORMEDITOR_API UClass* ::Z_Construct_UClass_UAndroidSDKSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UAndroidSDKSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_GlobalUserConfig | CLASS_Config), CASTCLASS_None, TEXT("/Script/AndroidPlatformEditor"), Z_Construct_UClass_UAndroidSDKSettings_NoRegister) \
DECLARE_SERIALIZER(UAndroidSDKSettings)
#define FID_Engine_Source_Developer_Android_AndroidPlatformEditor_Private_AndroidSDKSettings_h_23_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
ANDROIDPLATFORMEDITOR_API UAndroidSDKSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UAndroidSDKSettings) \
DECLARE_VTABLE_PTR_HELPER_CTOR(ANDROIDPLATFORMEDITOR_API, UAndroidSDKSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAndroidSDKSettings); \
/** Deleted move- and copy-constructors, should never be used */ \
UAndroidSDKSettings(UAndroidSDKSettings&&) = delete; \
UAndroidSDKSettings(const UAndroidSDKSettings&) = delete; \
ANDROIDPLATFORMEDITOR_API virtual ~UAndroidSDKSettings();
#define FID_Engine_Source_Developer_Android_AndroidPlatformEditor_Private_AndroidSDKSettings_h_19_PROLOG
#define FID_Engine_Source_Developer_Android_AndroidPlatformEditor_Private_AndroidSDKSettings_h_23_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Developer_Android_AndroidPlatformEditor_Private_AndroidSDKSettings_h_23_INCLASS \
FID_Engine_Source_Developer_Android_AndroidPlatformEditor_Private_AndroidSDKSettings_h_23_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UAndroidSDKSettings;
// ********** End Class UAndroidSDKSettings ********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Developer_Android_AndroidPlatformEditor_Private_AndroidSDKSettings_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1 @@
D:\UE_5_7_1\Engine\Source\Developer\Android\AndroidPlatformEditor\Private\AndroidSDKSettings.h

View File

@@ -0,0 +1,190 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "AndroidRuntimeSettings.h"
#ifdef ANDROIDRUNTIMESETTINGS_AndroidRuntimeSettings_generated_h
#error "AndroidRuntimeSettings.generated.h already included, missing '#pragma once' in AndroidRuntimeSettings.h"
#endif
#define ANDROIDRUNTIMESETTINGS_AndroidRuntimeSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FGooglePlayAchievementMapping *************************************
struct Z_Construct_UScriptStruct_FGooglePlayAchievementMapping_Statics;
#define FID_Engine_Source_Runtime_Android_AndroidRuntimeSettings_Classes_AndroidRuntimeSettings_h_152_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FGooglePlayAchievementMapping_Statics; \
ANDROIDRUNTIMESETTINGS_API static class UScriptStruct* StaticStruct();
struct FGooglePlayAchievementMapping;
// ********** End ScriptStruct FGooglePlayAchievementMapping ***************************************
// ********** Begin ScriptStruct FGooglePlayLeaderboardMapping *************************************
struct Z_Construct_UScriptStruct_FGooglePlayLeaderboardMapping_Statics;
#define FID_Engine_Source_Runtime_Android_AndroidRuntimeSettings_Classes_AndroidRuntimeSettings_h_169_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FGooglePlayLeaderboardMapping_Statics; \
ANDROIDRUNTIMESETTINGS_API static class UScriptStruct* StaticStruct();
struct FGooglePlayLeaderboardMapping;
// ********** End ScriptStruct FGooglePlayLeaderboardMapping ***************************************
// ********** Begin Class UAndroidRuntimeSettings **************************************************
struct Z_Construct_UClass_UAndroidRuntimeSettings_Statics;
ANDROIDRUNTIMESETTINGS_API UClass* Z_Construct_UClass_UAndroidRuntimeSettings_NoRegister();
#define FID_Engine_Source_Runtime_Android_AndroidRuntimeSettings_Classes_AndroidRuntimeSettings_h_210_INCLASS \
private: \
static void StaticRegisterNativesUAndroidRuntimeSettings(); \
friend struct ::Z_Construct_UClass_UAndroidRuntimeSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend ANDROIDRUNTIMESETTINGS_API UClass* ::Z_Construct_UClass_UAndroidRuntimeSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UAndroidRuntimeSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_DefaultConfig | CLASS_Config), CASTCLASS_None, TEXT("/Script/AndroidRuntimeSettings"), Z_Construct_UClass_UAndroidRuntimeSettings_NoRegister) \
DECLARE_SERIALIZER(UAndroidRuntimeSettings)
#define FID_Engine_Source_Runtime_Android_AndroidRuntimeSettings_Classes_AndroidRuntimeSettings_h_210_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
ANDROIDRUNTIMESETTINGS_API UAndroidRuntimeSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UAndroidRuntimeSettings) \
DECLARE_VTABLE_PTR_HELPER_CTOR(ANDROIDRUNTIMESETTINGS_API, UAndroidRuntimeSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAndroidRuntimeSettings); \
/** Deleted move- and copy-constructors, should never be used */ \
UAndroidRuntimeSettings(UAndroidRuntimeSettings&&) = delete; \
UAndroidRuntimeSettings(const UAndroidRuntimeSettings&) = delete; \
ANDROIDRUNTIMESETTINGS_API virtual ~UAndroidRuntimeSettings();
#define FID_Engine_Source_Runtime_Android_AndroidRuntimeSettings_Classes_AndroidRuntimeSettings_h_206_PROLOG
#define FID_Engine_Source_Runtime_Android_AndroidRuntimeSettings_Classes_AndroidRuntimeSettings_h_210_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_Android_AndroidRuntimeSettings_Classes_AndroidRuntimeSettings_h_210_INCLASS \
FID_Engine_Source_Runtime_Android_AndroidRuntimeSettings_Classes_AndroidRuntimeSettings_h_210_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UAndroidRuntimeSettings;
// ********** End Class UAndroidRuntimeSettings ****************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_Android_AndroidRuntimeSettings_Classes_AndroidRuntimeSettings_h
// ********** Begin Enum EAndroidScreenOrientation *************************************************
#define FOREACH_ENUM_EANDROIDSCREENORIENTATION(op) \
op(EAndroidScreenOrientation::Portrait) \
op(EAndroidScreenOrientation::ReversePortrait) \
op(EAndroidScreenOrientation::SensorPortrait) \
op(EAndroidScreenOrientation::Landscape) \
op(EAndroidScreenOrientation::ReverseLandscape) \
op(EAndroidScreenOrientation::SensorLandscape) \
op(EAndroidScreenOrientation::Sensor) \
op(EAndroidScreenOrientation::FullSensor)
namespace EAndroidScreenOrientation { enum Type : int; }
template<> ANDROIDRUNTIMESETTINGS_NON_ATTRIBUTED_API UEnum* StaticEnum<EAndroidScreenOrientation::Type>();
// ********** End Enum EAndroidScreenOrientation ***************************************************
// ********** Begin Enum EAndroidRoundedEdgeSafeZoneDirection **************************************
#define FOREACH_ENUM_EANDROIDROUNDEDEDGESAFEZONEDIRECTION(op) \
op(EAndroidRoundedEdgeSafeZoneDirection::None) \
op(EAndroidRoundedEdgeSafeZoneDirection::Horizontal) \
op(EAndroidRoundedEdgeSafeZoneDirection::Vertical) \
op(EAndroidRoundedEdgeSafeZoneDirection::Both)
namespace EAndroidRoundedEdgeSafeZoneDirection { enum Type : int; }
template<> ANDROIDRUNTIMESETTINGS_NON_ATTRIBUTED_API UEnum* StaticEnum<EAndroidRoundedEdgeSafeZoneDirection::Type>();
// ********** End Enum EAndroidRoundedEdgeSafeZoneDirection ****************************************
// ********** Begin Enum EAndroidDepthBufferPreference *********************************************
#define FOREACH_ENUM_EANDROIDDEPTHBUFFERPREFERENCE(op) \
op(EAndroidDepthBufferPreference::Default) \
op(EAndroidDepthBufferPreference::Bits16) \
op(EAndroidDepthBufferPreference::Bits24) \
op(EAndroidDepthBufferPreference::Bits32)
namespace EAndroidDepthBufferPreference { enum Type : int; }
template<> ANDROIDRUNTIMESETTINGS_NON_ATTRIBUTED_API UEnum* StaticEnum<EAndroidDepthBufferPreference::Type>();
// ********** End Enum EAndroidDepthBufferPreference ***********************************************
// ********** Begin Enum EAndroidInstallLocation ***************************************************
#define FOREACH_ENUM_EANDROIDINSTALLLOCATION(op) \
op(EAndroidInstallLocation::InternalOnly) \
op(EAndroidInstallLocation::PreferExternal) \
op(EAndroidInstallLocation::Auto)
namespace EAndroidInstallLocation { enum Type : int; }
template<> ANDROIDRUNTIMESETTINGS_NON_ATTRIBUTED_API UEnum* StaticEnum<EAndroidInstallLocation::Type>();
// ********** End Enum EAndroidInstallLocation *****************************************************
// ********** Begin Enum EOculusMobileDevice *******************************************************
#define FOREACH_ENUM_EOCULUSMOBILEDEVICE(op) \
op(EOculusMobileDevice::Quest) \
op(EOculusMobileDevice::Quest2)
namespace EOculusMobileDevice { enum Type : int; }
template<> ANDROIDRUNTIMESETTINGS_NON_ATTRIBUTED_API UEnum* StaticEnum<EOculusMobileDevice::Type>();
// ********** End Enum EOculusMobileDevice *********************************************************
// ********** Begin Enum ETagForChildDirectedTreatment *********************************************
#define FOREACH_ENUM_ETAGFORCHILDDIRECTEDTREATMENT(op) \
op(ETagForChildDirectedTreatment::TAG_FOR_CHILD_DIRECTED_TREATMENT_UNSPECIFIED) \
op(ETagForChildDirectedTreatment::TAG_FOR_CHILD_DIRECTED_TREATMENT_TRUE) \
op(ETagForChildDirectedTreatment::TAG_FOR_CHILD_DIRECTED_TREATMENT_FALSE)
namespace ETagForChildDirectedTreatment { enum Type : int; }
template<> ANDROIDRUNTIMESETTINGS_NON_ATTRIBUTED_API UEnum* StaticEnum<ETagForChildDirectedTreatment::Type>();
// ********** End Enum ETagForChildDirectedTreatment ***********************************************
// ********** Begin Enum ETagForUnderAgeOfConsent **************************************************
#define FOREACH_ENUM_ETAGFORUNDERAGEOFCONSENT(op) \
op(ETagForUnderAgeOfConsent::TAG_FOR_UNDER_AGE_OF_CONSENT_UNSPECIFIED) \
op(ETagForUnderAgeOfConsent::TAG_FOR_UNDER_AGE_OF_CONSENT_TRUE) \
op(ETagForUnderAgeOfConsent::TAG_FOR_UNDER_AGE_OF_CONSENT_FALSE)
namespace ETagForUnderAgeOfConsent { enum Type : int; }
template<> ANDROIDRUNTIMESETTINGS_NON_ATTRIBUTED_API UEnum* StaticEnum<ETagForUnderAgeOfConsent::Type>();
// ********** End Enum ETagForUnderAgeOfConsent ****************************************************
// ********** Begin Enum EMaxAdContentRating *******************************************************
#define FOREACH_ENUM_EMAXADCONTENTRATING(op) \
op(EMaxAdContentRating::MAX_AD_CONTENT_RATING_G) \
op(EMaxAdContentRating::MAX_AD_CONTENT_RATING_PG) \
op(EMaxAdContentRating::MAX_AD_CONTENT_RATING_T) \
op(EMaxAdContentRating::MAX_AD_CONTENT_RATING_MA)
namespace EMaxAdContentRating { enum Type : int; }
template<> ANDROIDRUNTIMESETTINGS_NON_ATTRIBUTED_API UEnum* StaticEnum<EMaxAdContentRating::Type>();
// ********** End Enum EMaxAdContentRating *********************************************************
// ********** Begin Enum EAndroidAudio *************************************************************
#define FOREACH_ENUM_EANDROIDAUDIO(op) \
op(EAndroidAudio::Default) \
op(EAndroidAudio::OGG) \
op(EAndroidAudio::ADPCM)
namespace EAndroidAudio { enum Type : int; }
template<> ANDROIDRUNTIMESETTINGS_NON_ATTRIBUTED_API UEnum* StaticEnum<EAndroidAudio::Type>();
// ********** End Enum EAndroidAudio ***************************************************************
// ********** Begin Enum EAndroidGraphicsDebugger **************************************************
#define FOREACH_ENUM_EANDROIDGRAPHICSDEBUGGER(op) \
op(EAndroidGraphicsDebugger::None) \
op(EAndroidGraphicsDebugger::Mali) \
op(EAndroidGraphicsDebugger::Adreno)
namespace EAndroidGraphicsDebugger { enum Type : int; }
template<> ANDROIDRUNTIMESETTINGS_NON_ATTRIBUTED_API UEnum* StaticEnum<EAndroidGraphicsDebugger::Type>();
// ********** End Enum EAndroidGraphicsDebugger ****************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,29 @@
// 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"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeAndroidRuntimeSettings_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_AndroidRuntimeSettings;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_AndroidRuntimeSettings()
{
if (!Z_Registration_Info_UPackage__Script_AndroidRuntimeSettings.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/AndroidRuntimeSettings",
nullptr,
0,
PKG_CompiledIn | 0x00000000,
0x26573AE7,
0x95DEEC3A,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_AndroidRuntimeSettings.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_AndroidRuntimeSettings.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_AndroidRuntimeSettings(Z_Construct_UPackage__Script_AndroidRuntimeSettings, TEXT("/Script/AndroidRuntimeSettings"), Z_Registration_Info_UPackage__Script_AndroidRuntimeSettings, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x26573AE7, 0x95DEEC3A));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,11 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once
#include "AndroidRuntimeSettings.h"

View File

@@ -0,0 +1 @@
D:\UE_5_7_1\Engine\Source\Runtime\Android\AndroidRuntimeSettings\Classes\AndroidRuntimeSettings.h