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 EmptyLinkFunctionForGeneratedCodeAndroidFileServerEditor_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_AndroidFileServerEditor;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_AndroidFileServerEditor()
{
if (!Z_Registration_Info_UPackage__Script_AndroidFileServerEditor.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/AndroidFileServerEditor",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0x339ECE33,
0xD557C3A5,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_AndroidFileServerEditor.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_AndroidFileServerEditor.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_AndroidFileServerEditor(Z_Construct_UPackage__Script_AndroidFileServerEditor, TEXT("/Script/AndroidFileServerEditor"), Z_Registration_Info_UPackage__Script_AndroidFileServerEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x339ECE33, 0xD557C3A5));
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,354 @@
// 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 "AndroidFileServerRuntimeSettings.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeAndroidFileServerRuntimeSettings() {}
// ********** Begin Cross Module References ********************************************************
ANDROIDFILESERVEREDITOR_API UClass* Z_Construct_UClass_UAndroidFileServerRuntimeSettings();
ANDROIDFILESERVEREDITOR_API UClass* Z_Construct_UClass_UAndroidFileServerRuntimeSettings_NoRegister();
ANDROIDFILESERVEREDITOR_API UEnum* Z_Construct_UEnum_AndroidFileServerEditor_EAFSConnectionType();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
UPackage* Z_Construct_UPackage__Script_AndroidFileServerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EAFSConnectionType ********************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EAFSConnectionType;
static UEnum* EAFSConnectionType_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EAFSConnectionType.OuterSingleton)
{
Z_Registration_Info_UEnum_EAFSConnectionType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_AndroidFileServerEditor_EAFSConnectionType, (UObject*)Z_Construct_UPackage__Script_AndroidFileServerEditor(), TEXT("EAFSConnectionType"));
}
return Z_Registration_Info_UEnum_EAFSConnectionType.OuterSingleton;
}
template<> ANDROIDFILESERVEREDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EAFSConnectionType::Type>()
{
return EAFSConnectionType_StaticEnum();
}
struct Z_Construct_UEnum_AndroidFileServerEditor_EAFSConnectionType_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Combined.DisplayName", "USB and Network combined" },
{ "Combined.Name", "EAFSConnectionType::Combined" },
{ "Comment", "/**\n* Implements the settings for the AndroidFileServer plugin.\n*/" },
{ "ModuleRelativePath", "Public/AndroidFileServerRuntimeSettings.h" },
{ "NetworkOnly.DisplayName", "Network only" },
{ "NetworkOnly.Name", "EAFSConnectionType::NetworkOnly" },
{ "ToolTip", "Implements the settings for the AndroidFileServer plugin." },
{ "USBOnly.DisplayName", "USB only" },
{ "USBOnly.Name", "EAFSConnectionType::USBOnly" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EAFSConnectionType::USBOnly", (int64)EAFSConnectionType::USBOnly },
{ "EAFSConnectionType::NetworkOnly", (int64)EAFSConnectionType::NetworkOnly },
{ "EAFSConnectionType::Combined", (int64)EAFSConnectionType::Combined },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_AndroidFileServerEditor_EAFSConnectionType_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_AndroidFileServerEditor_EAFSConnectionType_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_AndroidFileServerEditor,
nullptr,
"EAFSConnectionType",
"EAFSConnectionType::Type",
Z_Construct_UEnum_AndroidFileServerEditor_EAFSConnectionType_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_AndroidFileServerEditor_EAFSConnectionType_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::Namespaced,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_AndroidFileServerEditor_EAFSConnectionType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_AndroidFileServerEditor_EAFSConnectionType_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_AndroidFileServerEditor_EAFSConnectionType()
{
if (!Z_Registration_Info_UEnum_EAFSConnectionType.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EAFSConnectionType.InnerSingleton, Z_Construct_UEnum_AndroidFileServerEditor_EAFSConnectionType_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EAFSConnectionType.InnerSingleton;
}
// ********** End Enum EAFSConnectionType **********************************************************
// ********** Begin Class UAndroidFileServerRuntimeSettings ****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAndroidFileServerRuntimeSettings;
UClass* UAndroidFileServerRuntimeSettings::GetPrivateStaticClass()
{
using TClass = UAndroidFileServerRuntimeSettings;
if (!Z_Registration_Info_UClass_UAndroidFileServerRuntimeSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AndroidFileServerRuntimeSettings"),
Z_Registration_Info_UClass_UAndroidFileServerRuntimeSettings.InnerSingleton,
StaticRegisterNativesUAndroidFileServerRuntimeSettings,
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_UAndroidFileServerRuntimeSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UAndroidFileServerRuntimeSettings_NoRegister()
{
return UAndroidFileServerRuntimeSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "AndroidFileServerRuntimeSettings.h" },
{ "ModuleRelativePath", "Public/AndroidFileServerRuntimeSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnablePlugin_MetaData[] = {
{ "Category", "Packaging" },
{ "Comment", "// Enable Android FileServer for packaged builds and quick launch\n" },
{ "DisplayName", "Use AndroidFileServer" },
{ "ModuleRelativePath", "Public/AndroidFileServerRuntimeSettings.h" },
{ "ToolTip", "Enable Android FileServer for packaged builds and quick launch" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAllowNetworkConnection_MetaData[] = {
{ "Category", "Packaging" },
{ "Comment", "// Allow FileServer connection using network\n" },
{ "EditCondition", "bEnablePlugin" },
{ "ModuleRelativePath", "Public/AndroidFileServerRuntimeSettings.h" },
{ "ToolTip", "Allow FileServer connection using network" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SecurityToken_MetaData[] = {
{ "Category", "Packaging" },
{ "Comment", "// Optional security token required to start FileServer (leave empty to disable)\n" },
{ "EditCondition", "bEnablePlugin" },
{ "ModuleRelativePath", "Public/AndroidFileServerRuntimeSettings.h" },
{ "ToolTip", "Optional security token required to start FileServer (leave empty to disable)" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIncludeInShipping_MetaData[] = {
{ "Category", "Packaging" },
{ "Comment", "// Embed FileServer in Shipping builds\n" },
{ "EditCondition", "bEnablePlugin" },
{ "ModuleRelativePath", "Public/AndroidFileServerRuntimeSettings.h" },
{ "ToolTip", "Embed FileServer in Shipping builds" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAllowExternalStartInShipping_MetaData[] = {
{ "Category", "Packaging" },
{ "Comment", "// Allow FileServer to be started in Shipping builds with UnrealAndroidFileTool\n" },
{ "EditCondition", "bEnablePlugin && bIncludeInShipping" },
{ "ModuleRelativePath", "Public/AndroidFileServerRuntimeSettings.h" },
{ "ToolTip", "Allow FileServer to be started in Shipping builds with UnrealAndroidFileTool" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCompileAFSProject_MetaData[] = {
{ "Category", "Packaging" },
{ "Comment", "// Compile standalone AFS project\n" },
{ "EditCondition", "bEnablePlugin" },
{ "ModuleRelativePath", "Public/AndroidFileServerRuntimeSettings.h" },
{ "ToolTip", "Compile standalone AFS project" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseCompression_MetaData[] = {
{ "Category", "Deployment" },
{ "Comment", "// Enable compression during data transfer\n" },
{ "EditCondition", "bEnablePlugin" },
{ "ModuleRelativePath", "Public/AndroidFileServerRuntimeSettings.h" },
{ "ToolTip", "Enable compression during data transfer" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLogFiles_MetaData[] = {
{ "Category", "Deployment" },
{ "Comment", "// Log files transferred\n" },
{ "EditCondition", "bEnablePlugin" },
{ "ModuleRelativePath", "Public/AndroidFileServerRuntimeSettings.h" },
{ "ToolTip", "Log files transferred" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bReportStats_MetaData[] = {
{ "Category", "Deployment" },
{ "Comment", "// Report transfer rate statistics\n" },
{ "EditCondition", "bEnablePlugin" },
{ "ModuleRelativePath", "Public/AndroidFileServerRuntimeSettings.h" },
{ "ToolTip", "Report transfer rate statistics" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConnectionType_MetaData[] = {
{ "Category", "Connection" },
{ "Comment", "// How to connect to file server (USB cable, Network, or combined)\n" },
{ "EditCondition", "bEnablePlugin" },
{ "ModuleRelativePath", "Public/AndroidFileServerRuntimeSettings.h" },
{ "ToolTip", "How to connect to file server (USB cable, Network, or combined)" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseManualIPAddress_MetaData[] = {
{ "Category", "Connection" },
{ "Comment", "// Use manual IP address instead of automatic query from device (only for single device deploys!)\n" },
{ "DisplayName", "Use Manual IP Address?" },
{ "EditCondition", "ConnectionType == EAFSConnectionType::NetworkOnly || ConnectionType == EAFSConnectionType::Combined" },
{ "ModuleRelativePath", "Public/AndroidFileServerRuntimeSettings.h" },
{ "ToolTip", "Use manual IP address instead of automatic query from device (only for single device deploys!)" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ManualIPAddress_MetaData[] = {
{ "Category", "Connection" },
{ "Comment", "// IP address of device to use\n" },
{ "DisplayName", "Manual IP Address" },
{ "EditCondition", "bUseManualIPAddress" },
{ "ModuleRelativePath", "Public/AndroidFileServerRuntimeSettings.h" },
{ "ToolTip", "IP address of device to use" },
};
#endif // WITH_METADATA
// ********** Begin Class UAndroidFileServerRuntimeSettings constinit property declarations ********
static void NewProp_bEnablePlugin_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnablePlugin;
static void NewProp_bAllowNetworkConnection_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAllowNetworkConnection;
static const UECodeGen_Private::FStrPropertyParams NewProp_SecurityToken;
static void NewProp_bIncludeInShipping_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIncludeInShipping;
static void NewProp_bAllowExternalStartInShipping_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAllowExternalStartInShipping;
static void NewProp_bCompileAFSProject_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCompileAFSProject;
static void NewProp_bUseCompression_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseCompression;
static void NewProp_bLogFiles_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLogFiles;
static void NewProp_bReportStats_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bReportStats;
static const UECodeGen_Private::FBytePropertyParams NewProp_ConnectionType;
static void NewProp_bUseManualIPAddress_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseManualIPAddress;
static const UECodeGen_Private::FStrPropertyParams NewProp_ManualIPAddress;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UAndroidFileServerRuntimeSettings constinit property declarations **********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UAndroidFileServerRuntimeSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics
// ********** Begin Class UAndroidFileServerRuntimeSettings Property Definitions *******************
void Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bEnablePlugin_SetBit(void* Obj)
{
((UAndroidFileServerRuntimeSettings*)Obj)->bEnablePlugin = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bEnablePlugin = { "bEnablePlugin", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UAndroidFileServerRuntimeSettings), &Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bEnablePlugin_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnablePlugin_MetaData), NewProp_bEnablePlugin_MetaData) };
void Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bAllowNetworkConnection_SetBit(void* Obj)
{
((UAndroidFileServerRuntimeSettings*)Obj)->bAllowNetworkConnection = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bAllowNetworkConnection = { "bAllowNetworkConnection", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UAndroidFileServerRuntimeSettings), &Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bAllowNetworkConnection_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAllowNetworkConnection_MetaData), NewProp_bAllowNetworkConnection_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_SecurityToken = { "SecurityToken", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAndroidFileServerRuntimeSettings, SecurityToken), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SecurityToken_MetaData), NewProp_SecurityToken_MetaData) };
void Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bIncludeInShipping_SetBit(void* Obj)
{
((UAndroidFileServerRuntimeSettings*)Obj)->bIncludeInShipping = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bIncludeInShipping = { "bIncludeInShipping", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UAndroidFileServerRuntimeSettings), &Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bIncludeInShipping_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIncludeInShipping_MetaData), NewProp_bIncludeInShipping_MetaData) };
void Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bAllowExternalStartInShipping_SetBit(void* Obj)
{
((UAndroidFileServerRuntimeSettings*)Obj)->bAllowExternalStartInShipping = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bAllowExternalStartInShipping = { "bAllowExternalStartInShipping", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UAndroidFileServerRuntimeSettings), &Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bAllowExternalStartInShipping_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAllowExternalStartInShipping_MetaData), NewProp_bAllowExternalStartInShipping_MetaData) };
void Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bCompileAFSProject_SetBit(void* Obj)
{
((UAndroidFileServerRuntimeSettings*)Obj)->bCompileAFSProject = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bCompileAFSProject = { "bCompileAFSProject", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UAndroidFileServerRuntimeSettings), &Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bCompileAFSProject_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCompileAFSProject_MetaData), NewProp_bCompileAFSProject_MetaData) };
void Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bUseCompression_SetBit(void* Obj)
{
((UAndroidFileServerRuntimeSettings*)Obj)->bUseCompression = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bUseCompression = { "bUseCompression", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UAndroidFileServerRuntimeSettings), &Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bUseCompression_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseCompression_MetaData), NewProp_bUseCompression_MetaData) };
void Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bLogFiles_SetBit(void* Obj)
{
((UAndroidFileServerRuntimeSettings*)Obj)->bLogFiles = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bLogFiles = { "bLogFiles", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UAndroidFileServerRuntimeSettings), &Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bLogFiles_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLogFiles_MetaData), NewProp_bLogFiles_MetaData) };
void Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bReportStats_SetBit(void* Obj)
{
((UAndroidFileServerRuntimeSettings*)Obj)->bReportStats = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bReportStats = { "bReportStats", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UAndroidFileServerRuntimeSettings), &Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bReportStats_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bReportStats_MetaData), NewProp_bReportStats_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_ConnectionType = { "ConnectionType", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAndroidFileServerRuntimeSettings, ConnectionType), Z_Construct_UEnum_AndroidFileServerEditor_EAFSConnectionType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConnectionType_MetaData), NewProp_ConnectionType_MetaData) }; // 641023099
void Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bUseManualIPAddress_SetBit(void* Obj)
{
((UAndroidFileServerRuntimeSettings*)Obj)->bUseManualIPAddress = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bUseManualIPAddress = { "bUseManualIPAddress", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UAndroidFileServerRuntimeSettings), &Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bUseManualIPAddress_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseManualIPAddress_MetaData), NewProp_bUseManualIPAddress_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_ManualIPAddress = { "ManualIPAddress", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAndroidFileServerRuntimeSettings, ManualIPAddress), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ManualIPAddress_MetaData), NewProp_ManualIPAddress_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bEnablePlugin,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bAllowNetworkConnection,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_SecurityToken,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bIncludeInShipping,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bAllowExternalStartInShipping,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bCompileAFSProject,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bUseCompression,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bLogFiles,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bReportStats,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_ConnectionType,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_bUseManualIPAddress,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::NewProp_ManualIPAddress,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::PropPointers) < 2048);
// ********** End Class UAndroidFileServerRuntimeSettings Property Definitions *********************
UObject* (*const Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_AndroidFileServerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::ClassParams = {
&UAndroidFileServerRuntimeSettings::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::PropPointers),
0,
0x000000A6u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::Class_MetaDataParams)
};
void UAndroidFileServerRuntimeSettings::StaticRegisterNativesUAndroidFileServerRuntimeSettings()
{
}
UClass* Z_Construct_UClass_UAndroidFileServerRuntimeSettings()
{
if (!Z_Registration_Info_UClass_UAndroidFileServerRuntimeSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAndroidFileServerRuntimeSettings.OuterSingleton, Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAndroidFileServerRuntimeSettings.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAndroidFileServerRuntimeSettings);
UAndroidFileServerRuntimeSettings::~UAndroidFileServerRuntimeSettings() {}
// ********** End Class UAndroidFileServerRuntimeSettings ******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServerEditor_Public_AndroidFileServerRuntimeSettings_h__Script_AndroidFileServerEditor_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EAFSConnectionType_StaticEnum, TEXT("EAFSConnectionType"), &Z_Registration_Info_UEnum_EAFSConnectionType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 641023099U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAndroidFileServerRuntimeSettings, UAndroidFileServerRuntimeSettings::StaticClass, TEXT("UAndroidFileServerRuntimeSettings"), &Z_Registration_Info_UClass_UAndroidFileServerRuntimeSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAndroidFileServerRuntimeSettings), 3222220328U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServerEditor_Public_AndroidFileServerRuntimeSettings_h__Script_AndroidFileServerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServerEditor_Public_AndroidFileServerRuntimeSettings_h__Script_AndroidFileServerEditor_383842479{
TEXT("/Script/AndroidFileServerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServerEditor_Public_AndroidFileServerRuntimeSettings_h__Script_AndroidFileServerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServerEditor_Public_AndroidFileServerRuntimeSettings_h__Script_AndroidFileServerEditor_Statics::ClassInfo),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServerEditor_Public_AndroidFileServerRuntimeSettings_h__Script_AndroidFileServerEditor_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServerEditor_Public_AndroidFileServerRuntimeSettings_h__Script_AndroidFileServerEditor_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,73 @@
// 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 "AndroidFileServerRuntimeSettings.h"
#ifdef ANDROIDFILESERVEREDITOR_AndroidFileServerRuntimeSettings_generated_h
#error "AndroidFileServerRuntimeSettings.generated.h already included, missing '#pragma once' in AndroidFileServerRuntimeSettings.h"
#endif
#define ANDROIDFILESERVEREDITOR_AndroidFileServerRuntimeSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UAndroidFileServerRuntimeSettings ****************************************
struct Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics;
ANDROIDFILESERVEREDITOR_API UClass* Z_Construct_UClass_UAndroidFileServerRuntimeSettings_NoRegister();
#define FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServerEditor_Public_AndroidFileServerRuntimeSettings_h_26_INCLASS \
private: \
static void StaticRegisterNativesUAndroidFileServerRuntimeSettings(); \
friend struct ::Z_Construct_UClass_UAndroidFileServerRuntimeSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend ANDROIDFILESERVEREDITOR_API UClass* ::Z_Construct_UClass_UAndroidFileServerRuntimeSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UAndroidFileServerRuntimeSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_DefaultConfig | CLASS_Config), CASTCLASS_None, TEXT("/Script/AndroidFileServerEditor"), Z_Construct_UClass_UAndroidFileServerRuntimeSettings_NoRegister) \
DECLARE_SERIALIZER(UAndroidFileServerRuntimeSettings)
#define FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServerEditor_Public_AndroidFileServerRuntimeSettings_h_26_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UAndroidFileServerRuntimeSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UAndroidFileServerRuntimeSettings) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UAndroidFileServerRuntimeSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAndroidFileServerRuntimeSettings); \
/** Deleted move- and copy-constructors, should never be used */ \
UAndroidFileServerRuntimeSettings(UAndroidFileServerRuntimeSettings&&) = delete; \
UAndroidFileServerRuntimeSettings(const UAndroidFileServerRuntimeSettings&) = delete; \
NO_API virtual ~UAndroidFileServerRuntimeSettings();
#define FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServerEditor_Public_AndroidFileServerRuntimeSettings_h_23_PROLOG
#define FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServerEditor_Public_AndroidFileServerRuntimeSettings_h_26_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServerEditor_Public_AndroidFileServerRuntimeSettings_h_26_INCLASS \
FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServerEditor_Public_AndroidFileServerRuntimeSettings_h_26_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UAndroidFileServerRuntimeSettings;
// ********** End Class UAndroidFileServerRuntimeSettings ******************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_AndroidFileServer_Source_AndroidFileServerEditor_Public_AndroidFileServerRuntimeSettings_h
// ********** Begin Enum EAFSConnectionType ********************************************************
#define FOREACH_ENUM_EAFSCONNECTIONTYPE(op) \
op(EAFSConnectionType::USBOnly) \
op(EAFSConnectionType::NetworkOnly) \
op(EAFSConnectionType::Combined)
namespace EAFSConnectionType { enum Type : int; }
template<> ANDROIDFILESERVEREDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EAFSConnectionType::Type>();
// ********** End Enum EAFSConnectionType **********************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1 @@
D:\UE_5_7_1\Engine\Plugins\Runtime\AndroidFileServer\Source\AndroidFileServerEditor\Public\AndroidFileServerRuntimeSettings.h