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 EmptyLinkFunctionForGeneratedCodeMacTargetPlatformSettings_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_MacTargetPlatformSettings;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_MacTargetPlatformSettings()
{
if (!Z_Registration_Info_UPackage__Script_MacTargetPlatformSettings.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/MacTargetPlatformSettings",
nullptr,
0,
PKG_CompiledIn | 0x00000080,
0xCA281211,
0x7B43378E,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_MacTargetPlatformSettings.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_MacTargetPlatformSettings.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_MacTargetPlatformSettings(Z_Construct_UPackage__Script_MacTargetPlatformSettings, TEXT("/Script/MacTargetPlatformSettings"), Z_Registration_Info_UPackage__Script_MacTargetPlatformSettings, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xCA281211, 0x7B43378E));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,12 @@
// 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 "MacTargetSettings.h"
#include "XcodeProjectSettings.h"

View File

@@ -0,0 +1,498 @@
// 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 "MacTargetSettings.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMacTargetSettings() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
MACTARGETPLATFORMSETTINGS_API UClass* Z_Construct_UClass_UMacTargetSettings();
MACTARGETPLATFORMSETTINGS_API UClass* Z_Construct_UClass_UMacTargetSettings_NoRegister();
MACTARGETPLATFORMSETTINGS_API UEnum* Z_Construct_UEnum_MacTargetPlatformSettings_EMacMetalShaderStandard();
MACTARGETPLATFORMSETTINGS_API UEnum* Z_Construct_UEnum_MacTargetPlatformSettings_EMacTargetArchitecture();
UPackage* Z_Construct_UPackage__Script_MacTargetPlatformSettings();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EMacMetalShaderStandard ***************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EMacMetalShaderStandard;
static UEnum* EMacMetalShaderStandard_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EMacMetalShaderStandard.OuterSingleton)
{
Z_Registration_Info_UEnum_EMacMetalShaderStandard.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_MacTargetPlatformSettings_EMacMetalShaderStandard, (UObject*)Z_Construct_UPackage__Script_MacTargetPlatformSettings(), TEXT("EMacMetalShaderStandard"));
}
return Z_Registration_Info_UEnum_EMacMetalShaderStandard.OuterSingleton;
}
template<> MACTARGETPLATFORMSETTINGS_NON_ATTRIBUTED_API UEnum* StaticEnum<EMacMetalShaderStandard>()
{
return EMacMetalShaderStandard_StaticEnum();
}
struct Z_Construct_UEnum_MacTargetPlatformSettings_EMacMetalShaderStandard_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "MacMetalSLStandard_2_2.Comment", "/** Metal Shaders Compatible With macOS 10.15 or later (std=osx-metal2.2) */" },
{ "MacMetalSLStandard_2_2.DisplayName", "Metal v2.2 (10.15+)" },
{ "MacMetalSLStandard_2_2.Name", "EMacMetalShaderStandard::MacMetalSLStandard_2_2" },
{ "MacMetalSLStandard_2_2.ToolTip", "Metal Shaders Compatible With macOS 10.15 or later (std=osx-metal2.2)" },
{ "MacMetalSLStandard_2_3.Comment", "/** Metal Shaders Compatible With macOS 11.0 or later (std=osx-metal2.3) */" },
{ "MacMetalSLStandard_2_3.DisplayName", "Metal v2.3 (11.0+)" },
{ "MacMetalSLStandard_2_3.Name", "EMacMetalShaderStandard::MacMetalSLStandard_2_3" },
{ "MacMetalSLStandard_2_3.ToolTip", "Metal Shaders Compatible With macOS 11.0 or later (std=osx-metal2.3)" },
{ "MacMetalSLStandard_2_4.Comment", "/** Metal Shaders Compatible With macOS 12.0 or later (std=osx-metal2.4) */" },
{ "MacMetalSLStandard_2_4.DisplayName", "Metal v2.4 (12.0+)" },
{ "MacMetalSLStandard_2_4.Name", "EMacMetalShaderStandard::MacMetalSLStandard_2_4" },
{ "MacMetalSLStandard_2_4.ToolTip", "Metal Shaders Compatible With macOS 12.0 or later (std=osx-metal2.4)" },
{ "MacMetalSLStandard_3_0.Comment", "/** Metal Shaders Compatible With macOS 13.0 or later (std=metal3.0) */" },
{ "MacMetalSLStandard_3_0.DisplayName", "Metal v3.0 (13.0+)" },
{ "MacMetalSLStandard_3_0.Name", "EMacMetalShaderStandard::MacMetalSLStandard_3_0" },
{ "MacMetalSLStandard_3_0.ToolTip", "Metal Shaders Compatible With macOS 13.0 or later (std=metal3.0)" },
{ "MacMetalSLStandard_Minimum.Comment", "/** Metal Shader 2.2 is the minimum*/" },
{ "MacMetalSLStandard_Minimum.DisplayName", "Minimum, Currently v2.2 (10.15+)" },
{ "MacMetalSLStandard_Minimum.Name", "EMacMetalShaderStandard::MacMetalSLStandard_Minimum" },
{ "MacMetalSLStandard_Minimum.ToolTip", "Metal Shader 2.2 is the minimum" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EMacMetalShaderStandard::MacMetalSLStandard_Minimum", (int64)EMacMetalShaderStandard::MacMetalSLStandard_Minimum },
{ "EMacMetalShaderStandard::MacMetalSLStandard_2_2", (int64)EMacMetalShaderStandard::MacMetalSLStandard_2_2 },
{ "EMacMetalShaderStandard::MacMetalSLStandard_2_3", (int64)EMacMetalShaderStandard::MacMetalSLStandard_2_3 },
{ "EMacMetalShaderStandard::MacMetalSLStandard_2_4", (int64)EMacMetalShaderStandard::MacMetalSLStandard_2_4 },
{ "EMacMetalShaderStandard::MacMetalSLStandard_3_0", (int64)EMacMetalShaderStandard::MacMetalSLStandard_3_0 },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_MacTargetPlatformSettings_EMacMetalShaderStandard_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_MacTargetPlatformSettings_EMacMetalShaderStandard_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_MacTargetPlatformSettings,
nullptr,
"EMacMetalShaderStandard",
"EMacMetalShaderStandard",
Z_Construct_UEnum_MacTargetPlatformSettings_EMacMetalShaderStandard_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_MacTargetPlatformSettings_EMacMetalShaderStandard_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_MacTargetPlatformSettings_EMacMetalShaderStandard_Statics::Enum_MetaDataParams), Z_Construct_UEnum_MacTargetPlatformSettings_EMacMetalShaderStandard_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_MacTargetPlatformSettings_EMacMetalShaderStandard()
{
if (!Z_Registration_Info_UEnum_EMacMetalShaderStandard.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EMacMetalShaderStandard.InnerSingleton, Z_Construct_UEnum_MacTargetPlatformSettings_EMacMetalShaderStandard_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EMacMetalShaderStandard.InnerSingleton;
}
// ********** End Enum EMacMetalShaderStandard *****************************************************
// ********** Begin Enum EMacTargetArchitecture ****************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EMacTargetArchitecture;
static UEnum* EMacTargetArchitecture_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EMacTargetArchitecture.OuterSingleton)
{
Z_Registration_Info_UEnum_EMacTargetArchitecture.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_MacTargetPlatformSettings_EMacTargetArchitecture, (UObject*)Z_Construct_UPackage__Script_MacTargetPlatformSettings(), TEXT("EMacTargetArchitecture"));
}
return Z_Registration_Info_UEnum_EMacTargetArchitecture.OuterSingleton;
}
template<> MACTARGETPLATFORMSETTINGS_NON_ATTRIBUTED_API UEnum* StaticEnum<EMacTargetArchitecture>()
{
return EMacTargetArchitecture_StaticEnum();
}
struct Z_Construct_UEnum_MacTargetPlatformSettings_EMacTargetArchitecture_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "MacTargetArchitectureAppleSilicon.Comment", "/** Create packages that can run natively on Apple Silicon Macs, and will not run on Intel Macs */" },
{ "MacTargetArchitectureAppleSilicon.DisplayName", "Apple Silicon" },
{ "MacTargetArchitectureAppleSilicon.Name", "EMacTargetArchitecture::MacTargetArchitectureAppleSilicon" },
{ "MacTargetArchitectureAppleSilicon.ToolTip", "Create packages that can run natively on Apple Silicon Macs, and will not run on Intel Macs" },
{ "MacTargetArchitectureHost.Comment", "/** Create packages that match the architecture of the Mac the package is made on */" },
{ "MacTargetArchitectureHost.DisplayName", "Host (Matches current machine)" },
{ "MacTargetArchitectureHost.Name", "EMacTargetArchitecture::MacTargetArchitectureHost" },
{ "MacTargetArchitectureHost.ToolTip", "Create packages that match the architecture of the Mac the package is made on" },
{ "MacTargetArchitectureIntel.Comment", "/** Create packages that can run natively on Intel Macs and under translation on Apple Silicon Macs */" },
{ "MacTargetArchitectureIntel.DisplayName", "Intel x64" },
{ "MacTargetArchitectureIntel.Name", "EMacTargetArchitecture::MacTargetArchitectureIntel" },
{ "MacTargetArchitectureIntel.ToolTip", "Create packages that can run natively on Intel Macs and under translation on Apple Silicon Macs" },
{ "MacTargetArchitectureUniversal.Comment", "/** Create Universal packages that run natively on all Macs */" },
{ "MacTargetArchitectureUniversal.DisplayName", "Universal (Intel & Apple Silicon)" },
{ "MacTargetArchitectureUniversal.Name", "EMacTargetArchitecture::MacTargetArchitectureUniversal" },
{ "MacTargetArchitectureUniversal.ToolTip", "Create Universal packages that run natively on all Macs" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EMacTargetArchitecture::MacTargetArchitectureIntel", (int64)EMacTargetArchitecture::MacTargetArchitectureIntel },
{ "EMacTargetArchitecture::MacTargetArchitectureUniversal", (int64)EMacTargetArchitecture::MacTargetArchitectureUniversal },
{ "EMacTargetArchitecture::MacTargetArchitectureAppleSilicon", (int64)EMacTargetArchitecture::MacTargetArchitectureAppleSilicon },
{ "EMacTargetArchitecture::MacTargetArchitectureHost", (int64)EMacTargetArchitecture::MacTargetArchitectureHost },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_MacTargetPlatformSettings_EMacTargetArchitecture_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_MacTargetPlatformSettings_EMacTargetArchitecture_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_MacTargetPlatformSettings,
nullptr,
"EMacTargetArchitecture",
"EMacTargetArchitecture",
Z_Construct_UEnum_MacTargetPlatformSettings_EMacTargetArchitecture_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_MacTargetPlatformSettings_EMacTargetArchitecture_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_MacTargetPlatformSettings_EMacTargetArchitecture_Statics::Enum_MetaDataParams), Z_Construct_UEnum_MacTargetPlatformSettings_EMacTargetArchitecture_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_MacTargetPlatformSettings_EMacTargetArchitecture()
{
if (!Z_Registration_Info_UEnum_EMacTargetArchitecture.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EMacTargetArchitecture.InnerSingleton, Z_Construct_UEnum_MacTargetPlatformSettings_EMacTargetArchitecture_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EMacTargetArchitecture.InnerSingleton;
}
// ********** End Enum EMacTargetArchitecture ******************************************************
// ********** Begin Class UMacTargetSettings *******************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMacTargetSettings;
UClass* UMacTargetSettings::GetPrivateStaticClass()
{
using TClass = UMacTargetSettings;
if (!Z_Registration_Info_UClass_UMacTargetSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MacTargetSettings"),
Z_Registration_Info_UClass_UMacTargetSettings.InnerSingleton,
StaticRegisterNativesUMacTargetSettings,
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_UMacTargetSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UMacTargetSettings_NoRegister()
{
return UMacTargetSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMacTargetSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implements the settings for the Mac target platform.\n */" },
{ "IncludePath", "MacTargetSettings.h" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
{ "ToolTip", "Implements the settings for the Mac target platform." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetedRHIs_MetaData[] = {
{ "Category", "Rendering" },
{ "Comment", "/**\n\x09 * The collection of RHI's we want to support on this platform.\n\x09 * This is not always the full list of RHI we can support.\n\x09 */" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
{ "ToolTip", "The collection of RHI's we want to support on this platform.\nThis is not always the full list of RHI we can support." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EditorTargetArchitecture_MetaData[] = {
{ "Category", "Packaging" },
{ "Comment", "/**\n\x09 * The set of architecture(s) this project supports for Editor builds\n\x09 * This defines which CPU architectures to target: x86_64 (Intel), arm64 (Apple Silicon) or Universal (Intel & Apple Silicon).\n\x09 * It is recommended to use Universal unless you have editor plugins or other libraries that do not support Apple Silicon\n\x09 */" },
{ "DisplayName", "Supported Architecture(s) for Editor builds" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
{ "ToolTip", "The set of architecture(s) this project supports for Editor builds\nThis defines which CPU architectures to target: x86_64 (Intel), arm64 (Apple Silicon) or Universal (Intel & Apple Silicon).\nIt is recommended to use Universal unless you have editor plugins or other libraries that do not support Apple Silicon" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetArchitecture_MetaData[] = {
{ "Category", "Packaging" },
{ "Comment", "/**\n\x09 * The target Mac platform CPU architecture.\n\x09 * This defines which CPU architectures to target: x86_64 (Intel), arm64 (Apple Silicon) or Universal (Intel & Apple Silicon).\n\x09 * It is recommended to use Universal unless you have runtime plugins or other libraries that do not support Apple Silicon\n\x09 */" },
{ "DisplayName", "Supported Architecture(s) for non-Editor builds" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
{ "ToolTip", "The target Mac platform CPU architecture.\nThis defines which CPU architectures to target: x86_64 (Intel), arm64 (Apple Silicon) or Universal (Intel & Apple Silicon).\nIt is recommended to use Universal unless you have runtime plugins or other libraries that do not support Apple Silicon" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EditorDefaultArchitecture_MetaData[] = {
{ "Category", "Packaging" },
{ "Comment", "/**\n\x09 * The architecture to compile the Editor target\n\x09 * This defines which CPU architectures to target: x86_64 (Intel), arm64 (Apple Silicon) or Universal (Intel & Apple Silicon), or Host to match the machine doing the building\n\x09 * Can override with -Architecture= on the UBT commandline, or -EditorArchitecture= on the BuildCookRun commandline\n\x09 */" },
{ "DisplayName", "Architecture(s) when building Editor" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
{ "ToolTip", "The architecture to compile the Editor target\nThis defines which CPU architectures to target: x86_64 (Intel), arm64 (Apple Silicon) or Universal (Intel & Apple Silicon), or Host to match the machine doing the building\nCan override with -Architecture= on the UBT commandline, or -EditorArchitecture= on the BuildCookRun commandline" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultArchitecture_MetaData[] = {
{ "Category", "Packaging" },
{ "Comment", "/**\n\x09 * The architectures to compile non-Editor (games, programs, etc) targets for builds outside of Xcode\n\x09 * This defines which CPU architectures to target: x86_64 (Intel), arm64 (Apple Silicon) or Universal (Intel & Apple Silicon), or Host to match the machine doing the building\n\x09 * Can override with -Architecture= on the UBT commandline, or -GameArchitecture= or -ProgramArchitecture= on the BuildCookRun commandline\n\x09 */" },
{ "DisplayName", "Architecture(s) when building non-Editor" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
{ "ToolTip", "The architectures to compile non-Editor (games, programs, etc) targets for builds outside of Xcode\nThis defines which CPU architectures to target: x86_64 (Intel), arm64 (Apple Silicon) or Universal (Intel & Apple Silicon), or Host to match the machine doing the building\nCan override with -Architecture= on the UBT commandline, or -GameArchitecture= or -ProgramArchitecture= on the BuildCookRun commandline" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bBuildAllSupportedOnBuildMachine_MetaData[] = {
{ "Category", "Packaging" },
{ "Comment", "/**\n\x09 * If true, builds running on BuildMachines (when the 'IsBuildMachine' environment variable is set to 1) will compile all Supported architectures\n\x09 */" },
{ "DisplayName", "Build all supported Architectures on Build Machines" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
{ "ToolTip", "If true, builds running on BuildMachines (when the 'IsBuildMachine' environment variable is set to 1) will compile all Supported architectures" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MetalLanguageVersion_MetaData[] = {
{ "Category", "Rendering" },
{ "Comment", "/**\n * The Metal shader language version which will be used when compiling the shaders.\n */" },
{ "ConfigRestartRequired", "TRUE" },
{ "DisplayName", "Metal Shader Standard To Target" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
{ "ToolTip", "The Metal shader language version which will be used when compiling the shaders." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UseFastIntrinsics_MetaData[] = {
{ "Category", "Rendering" },
{ "Comment", "/**\n * Whether to use the Metal shading language's \"fast\" intrinsics.\n\x09 * Fast intrinsics assume that no NaN or INF value will be provided as input, \n\x09 * so are more efficient. However, they will produce undefined results if NaN/INF \n\x09 * is present in the argument/s. By default fast-instrinics are disabled so Metal correctly handles NaN/INF arguments.\n */" },
{ "ConfigRestartRequired", "TRUE" },
{ "DisplayName", "Use Fast-Math intrinsics" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
{ "ToolTip", "Whether to use the Metal shading language's \"fast\" intrinsics.\nFast intrinsics assume that no NaN or INF value will be provided as input,\nso are more efficient. However, they will produce undefined results if NaN/INF\nis present in the argument/s. By default fast-instrinics are disabled so Metal correctly handles NaN/INF arguments." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EnableMathOptimisations_MetaData[] = {
{ "Category", "Rendering" },
{ "Comment", "/**\n\x09 * Whether to use of Metal shader-compiler's -ffast-math optimisations.\n\x09 * Fast-Math performs algebraic-equivalent & reassociative optimisations not permitted by the floating point arithmetic standard (IEEE-754).\n\x09 * These can improve shader performance at some cost to precision and can lead to NaN/INF propagation as they rely on\n\x09 * shader inputs or variables not containing NaN/INF values. By default fast-math is enabled for performance.\n\x09 */" },
{ "ConfigRestartRequired", "TRUE" },
{ "DisplayName", "Enable Fast-Math optimisations" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
{ "ToolTip", "Whether to use of Metal shader-compiler's -ffast-math optimisations.\nFast-Math performs algebraic-equivalent & reassociative optimisations not permitted by the floating point arithmetic standard (IEEE-754).\nThese can improve shader performance at some cost to precision and can lead to NaN/INF propagation as they rely on\nshader inputs or variables not containing NaN/INF values. By default fast-math is enabled for performance." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AudioSampleRate_MetaData[] = {
{ "Category", "Audio" },
{ "Comment", "/** Sample rate to run the audio mixer with. */" },
{ "DisplayName", "Audio Mixer Sample Rate" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
{ "ToolTip", "Sample rate to run the audio mixer with." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AudioCallbackBufferFrameSize_MetaData[] = {
{ "Category", "Audio" },
{ "ClampMax", "4096" },
{ "ClampMin", "512" },
{ "Comment", "/** The amount of audio to compute each callback block. Lower values decrease latency but may increase CPU cost. */" },
{ "DisplayName", "Callback Buffer Size" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
{ "ToolTip", "The amount of audio to compute each callback block. Lower values decrease latency but may increase CPU cost." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AudioNumBuffersToEnqueue_MetaData[] = {
{ "Category", "Audio" },
{ "ClampMin", "1" },
{ "Comment", "/** The number of buffers to keep enqueued. More buffers increases latency, but can compensate for variable compute availability in audio callbacks on some platforms. */" },
{ "DisplayName", "Number of Buffers To Enqueue" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
{ "ToolTip", "The number of buffers to keep enqueued. More buffers increases latency, but can compensate for variable compute availability in audio callbacks on some platforms." },
{ "UIMin", "1" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AudioMaxChannels_MetaData[] = {
{ "Category", "Audio" },
{ "ClampMin", "0" },
{ "Comment", "/** The max number of channels (voices) to limit for this platform. The max channels used will be the minimum of this value and the global audio quality settings. A value of 0 will not apply a platform channel count max. */" },
{ "DisplayName", "Max Channels" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
{ "ToolTip", "The max number of channels (voices) to limit for this platform. The max channels used will be the minimum of this value and the global audio quality settings. A value of 0 will not apply a platform channel count max." },
{ "UIMin", "0" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AudioNumSourceWorkers_MetaData[] = {
{ "Category", "Audio" },
{ "ClampMin", "0" },
{ "Comment", "/** The number of workers to use to compute source audio. Will only use up to the max number of sources. Will evenly divide sources to each source worker. */" },
{ "DisplayName", "Number of Source Workers" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
{ "ToolTip", "The number of workers to use to compute source audio. Will only use up to the max number of sources. Will evenly divide sources to each source worker." },
{ "UIMin", "0" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SpatializationPlugin_MetaData[] = {
{ "Category", "Audio" },
{ "Comment", "/** Which of the currently enabled spatialization plugins to use. */" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
{ "ToolTip", "Which of the currently enabled spatialization plugins to use." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceDataOverridePlugin_MetaData[] = {
{ "Category", "Audio" },
{ "Comment", "/** Which of the currently enabled source data override plugins to use. */" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
{ "ToolTip", "Which of the currently enabled source data override plugins to use." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReverbPlugin_MetaData[] = {
{ "Category", "Audio" },
{ "Comment", "/** Which of the currently enabled reverb plugins to use. */" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
{ "ToolTip", "Which of the currently enabled reverb plugins to use." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OcclusionPlugin_MetaData[] = {
{ "Category", "Audio" },
{ "Comment", "/** Which of the currently enabled occlusion plugins to use. */" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
{ "ToolTip", "Which of the currently enabled occlusion plugins to use." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SoundCueCookQualityIndex_MetaData[] = {
{ "Category", "Audio|CookOverrides" },
{ "Comment", "/** Quality Level to COOK SoundCues at (if set, all other levels will be stripped by the cooker). */" },
{ "DisplayName", "Sound Cue Cook Quality" },
{ "ModuleRelativePath", "Classes/MacTargetSettings.h" },
{ "ToolTip", "Quality Level to COOK SoundCues at (if set, all other levels will be stripped by the cooker)." },
};
#endif // WITH_METADATA
// ********** Begin Class UMacTargetSettings constinit property declarations ***********************
static const UECodeGen_Private::FStrPropertyParams NewProp_TargetedRHIs_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_TargetedRHIs;
static const UECodeGen_Private::FBytePropertyParams NewProp_EditorTargetArchitecture_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_EditorTargetArchitecture;
static const UECodeGen_Private::FBytePropertyParams NewProp_TargetArchitecture_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_TargetArchitecture;
static const UECodeGen_Private::FBytePropertyParams NewProp_EditorDefaultArchitecture_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_EditorDefaultArchitecture;
static const UECodeGen_Private::FBytePropertyParams NewProp_DefaultArchitecture_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_DefaultArchitecture;
static void NewProp_bBuildAllSupportedOnBuildMachine_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bBuildAllSupportedOnBuildMachine;
static const UECodeGen_Private::FIntPropertyParams NewProp_MetalLanguageVersion;
static void NewProp_UseFastIntrinsics_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_UseFastIntrinsics;
static void NewProp_EnableMathOptimisations_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_EnableMathOptimisations;
static const UECodeGen_Private::FIntPropertyParams NewProp_AudioSampleRate;
static const UECodeGen_Private::FIntPropertyParams NewProp_AudioCallbackBufferFrameSize;
static const UECodeGen_Private::FIntPropertyParams NewProp_AudioNumBuffersToEnqueue;
static const UECodeGen_Private::FIntPropertyParams NewProp_AudioMaxChannels;
static const UECodeGen_Private::FIntPropertyParams NewProp_AudioNumSourceWorkers;
static const UECodeGen_Private::FStrPropertyParams NewProp_SpatializationPlugin;
static const UECodeGen_Private::FStrPropertyParams NewProp_SourceDataOverridePlugin;
static const UECodeGen_Private::FStrPropertyParams NewProp_ReverbPlugin;
static const UECodeGen_Private::FStrPropertyParams NewProp_OcclusionPlugin;
static const UECodeGen_Private::FIntPropertyParams NewProp_SoundCueCookQualityIndex;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMacTargetSettings constinit property declarations *************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMacTargetSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMacTargetSettings_Statics
// ********** Begin Class UMacTargetSettings Property Definitions **********************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_TargetedRHIs_Inner = { "TargetedRHIs", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_TargetedRHIs = { "TargetedRHIs", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMacTargetSettings, TargetedRHIs), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetedRHIs_MetaData), NewProp_TargetedRHIs_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_EditorTargetArchitecture_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_EditorTargetArchitecture = { "EditorTargetArchitecture", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMacTargetSettings, EditorTargetArchitecture), Z_Construct_UEnum_MacTargetPlatformSettings_EMacTargetArchitecture, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EditorTargetArchitecture_MetaData), NewProp_EditorTargetArchitecture_MetaData) }; // 2421530782
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_TargetArchitecture_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_TargetArchitecture = { "TargetArchitecture", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMacTargetSettings, TargetArchitecture), Z_Construct_UEnum_MacTargetPlatformSettings_EMacTargetArchitecture, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetArchitecture_MetaData), NewProp_TargetArchitecture_MetaData) }; // 2421530782
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_EditorDefaultArchitecture_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_EditorDefaultArchitecture = { "EditorDefaultArchitecture", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMacTargetSettings, EditorDefaultArchitecture), Z_Construct_UEnum_MacTargetPlatformSettings_EMacTargetArchitecture, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EditorDefaultArchitecture_MetaData), NewProp_EditorDefaultArchitecture_MetaData) }; // 2421530782
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_DefaultArchitecture_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_DefaultArchitecture = { "DefaultArchitecture", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMacTargetSettings, DefaultArchitecture), Z_Construct_UEnum_MacTargetPlatformSettings_EMacTargetArchitecture, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultArchitecture_MetaData), NewProp_DefaultArchitecture_MetaData) }; // 2421530782
void Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_bBuildAllSupportedOnBuildMachine_SetBit(void* Obj)
{
((UMacTargetSettings*)Obj)->bBuildAllSupportedOnBuildMachine = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_bBuildAllSupportedOnBuildMachine = { "bBuildAllSupportedOnBuildMachine", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UMacTargetSettings), &Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_bBuildAllSupportedOnBuildMachine_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bBuildAllSupportedOnBuildMachine_MetaData), NewProp_bBuildAllSupportedOnBuildMachine_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_MetalLanguageVersion = { "MetalLanguageVersion", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMacTargetSettings, MetalLanguageVersion), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MetalLanguageVersion_MetaData), NewProp_MetalLanguageVersion_MetaData) };
void Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_UseFastIntrinsics_SetBit(void* Obj)
{
((UMacTargetSettings*)Obj)->UseFastIntrinsics = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_UseFastIntrinsics = { "UseFastIntrinsics", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UMacTargetSettings), &Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_UseFastIntrinsics_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UseFastIntrinsics_MetaData), NewProp_UseFastIntrinsics_MetaData) };
void Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_EnableMathOptimisations_SetBit(void* Obj)
{
((UMacTargetSettings*)Obj)->EnableMathOptimisations = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_EnableMathOptimisations = { "EnableMathOptimisations", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UMacTargetSettings), &Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_EnableMathOptimisations_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EnableMathOptimisations_MetaData), NewProp_EnableMathOptimisations_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_AudioSampleRate = { "AudioSampleRate", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMacTargetSettings, AudioSampleRate), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AudioSampleRate_MetaData), NewProp_AudioSampleRate_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_AudioCallbackBufferFrameSize = { "AudioCallbackBufferFrameSize", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMacTargetSettings, AudioCallbackBufferFrameSize), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AudioCallbackBufferFrameSize_MetaData), NewProp_AudioCallbackBufferFrameSize_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_AudioNumBuffersToEnqueue = { "AudioNumBuffersToEnqueue", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMacTargetSettings, AudioNumBuffersToEnqueue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AudioNumBuffersToEnqueue_MetaData), NewProp_AudioNumBuffersToEnqueue_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_AudioMaxChannels = { "AudioMaxChannels", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMacTargetSettings, AudioMaxChannels), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AudioMaxChannels_MetaData), NewProp_AudioMaxChannels_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_AudioNumSourceWorkers = { "AudioNumSourceWorkers", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMacTargetSettings, AudioNumSourceWorkers), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AudioNumSourceWorkers_MetaData), NewProp_AudioNumSourceWorkers_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_SpatializationPlugin = { "SpatializationPlugin", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMacTargetSettings, SpatializationPlugin), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SpatializationPlugin_MetaData), NewProp_SpatializationPlugin_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_SourceDataOverridePlugin = { "SourceDataOverridePlugin", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMacTargetSettings, SourceDataOverridePlugin), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceDataOverridePlugin_MetaData), NewProp_SourceDataOverridePlugin_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_ReverbPlugin = { "ReverbPlugin", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMacTargetSettings, ReverbPlugin), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReverbPlugin_MetaData), NewProp_ReverbPlugin_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_OcclusionPlugin = { "OcclusionPlugin", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMacTargetSettings, OcclusionPlugin), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OcclusionPlugin_MetaData), NewProp_OcclusionPlugin_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_SoundCueCookQualityIndex = { "SoundCueCookQualityIndex", nullptr, (EPropertyFlags)0x0010000000044001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMacTargetSettings, SoundCueCookQualityIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SoundCueCookQualityIndex_MetaData), NewProp_SoundCueCookQualityIndex_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMacTargetSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_TargetedRHIs_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_TargetedRHIs,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_EditorTargetArchitecture_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_EditorTargetArchitecture,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_TargetArchitecture_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_TargetArchitecture,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_EditorDefaultArchitecture_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_EditorDefaultArchitecture,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_DefaultArchitecture_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_DefaultArchitecture,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_bBuildAllSupportedOnBuildMachine,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_MetalLanguageVersion,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_UseFastIntrinsics,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_EnableMathOptimisations,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_AudioSampleRate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_AudioCallbackBufferFrameSize,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_AudioNumBuffersToEnqueue,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_AudioMaxChannels,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_AudioNumSourceWorkers,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_SpatializationPlugin,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_SourceDataOverridePlugin,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_ReverbPlugin,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_OcclusionPlugin,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMacTargetSettings_Statics::NewProp_SoundCueCookQualityIndex,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMacTargetSettings_Statics::PropPointers) < 2048);
// ********** End Class UMacTargetSettings Property Definitions ************************************
UObject* (*const Z_Construct_UClass_UMacTargetSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_MacTargetPlatformSettings,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMacTargetSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMacTargetSettings_Statics::ClassParams = {
&UMacTargetSettings::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMacTargetSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMacTargetSettings_Statics::PropPointers),
0,
0x001000A6u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMacTargetSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UMacTargetSettings_Statics::Class_MetaDataParams)
};
void UMacTargetSettings::StaticRegisterNativesUMacTargetSettings()
{
}
UClass* Z_Construct_UClass_UMacTargetSettings()
{
if (!Z_Registration_Info_UClass_UMacTargetSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMacTargetSettings.OuterSingleton, Z_Construct_UClass_UMacTargetSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMacTargetSettings.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMacTargetSettings);
UMacTargetSettings::~UMacTargetSettings() {}
// ********** End Class UMacTargetSettings *********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_MacTargetSettings_h__Script_MacTargetPlatformSettings_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EMacMetalShaderStandard_StaticEnum, TEXT("EMacMetalShaderStandard"), &Z_Registration_Info_UEnum_EMacMetalShaderStandard, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 187416483U) },
{ EMacTargetArchitecture_StaticEnum, TEXT("EMacTargetArchitecture"), &Z_Registration_Info_UEnum_EMacTargetArchitecture, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2421530782U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMacTargetSettings, UMacTargetSettings::StaticClass, TEXT("UMacTargetSettings"), &Z_Registration_Info_UClass_UMacTargetSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMacTargetSettings), 1872610716U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_MacTargetSettings_h__Script_MacTargetPlatformSettings_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_MacTargetSettings_h__Script_MacTargetPlatformSettings_716674654{
TEXT("/Script/MacTargetPlatformSettings"),
Z_CompiledInDeferFile_FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_MacTargetSettings_h__Script_MacTargetPlatformSettings_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_MacTargetSettings_h__Script_MacTargetPlatformSettings_Statics::ClassInfo),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_MacTargetSettings_h__Script_MacTargetPlatformSettings_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_MacTargetSettings_h__Script_MacTargetPlatformSettings_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,88 @@
// 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 "MacTargetSettings.h"
#ifdef MACTARGETPLATFORMSETTINGS_MacTargetSettings_generated_h
#error "MacTargetSettings.generated.h already included, missing '#pragma once' in MacTargetSettings.h"
#endif
#define MACTARGETPLATFORMSETTINGS_MacTargetSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMacTargetSettings *******************************************************
struct Z_Construct_UClass_UMacTargetSettings_Statics;
MACTARGETPLATFORMSETTINGS_API UClass* Z_Construct_UClass_UMacTargetSettings_NoRegister();
#define FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_MacTargetSettings_h_55_INCLASS \
private: \
static void StaticRegisterNativesUMacTargetSettings(); \
friend struct ::Z_Construct_UClass_UMacTargetSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MACTARGETPLATFORMSETTINGS_API UClass* ::Z_Construct_UClass_UMacTargetSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UMacTargetSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_DefaultConfig | CLASS_Config), CASTCLASS_None, TEXT("/Script/MacTargetPlatformSettings"), Z_Construct_UClass_UMacTargetSettings_NoRegister) \
DECLARE_SERIALIZER(UMacTargetSettings)
#define FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_MacTargetSettings_h_55_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UMacTargetSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMacTargetSettings) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UMacTargetSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMacTargetSettings); \
/** Deleted move- and copy-constructors, should never be used */ \
UMacTargetSettings(UMacTargetSettings&&) = delete; \
UMacTargetSettings(const UMacTargetSettings&) = delete; \
NO_API virtual ~UMacTargetSettings();
#define FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_MacTargetSettings_h_49_PROLOG
#define FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_MacTargetSettings_h_55_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_MacTargetSettings_h_55_INCLASS \
FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_MacTargetSettings_h_55_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMacTargetSettings;
// ********** End Class UMacTargetSettings *********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_MacTargetSettings_h
// ********** Begin Enum EMacMetalShaderStandard ***************************************************
#define FOREACH_ENUM_EMACMETALSHADERSTANDARD(op) \
op(EMacMetalShaderStandard::MacMetalSLStandard_Minimum) \
op(EMacMetalShaderStandard::MacMetalSLStandard_2_2) \
op(EMacMetalShaderStandard::MacMetalSLStandard_2_3) \
op(EMacMetalShaderStandard::MacMetalSLStandard_2_4) \
op(EMacMetalShaderStandard::MacMetalSLStandard_3_0)
enum class EMacMetalShaderStandard : uint8;
template<> struct TIsUEnumClass<EMacMetalShaderStandard> { enum { Value = true }; };
template<> MACTARGETPLATFORMSETTINGS_NON_ATTRIBUTED_API UEnum* StaticEnum<EMacMetalShaderStandard>();
// ********** End Enum EMacMetalShaderStandard *****************************************************
// ********** Begin Enum EMacTargetArchitecture ****************************************************
#define FOREACH_ENUM_EMACTARGETARCHITECTURE(op) \
op(EMacTargetArchitecture::MacTargetArchitectureIntel) \
op(EMacTargetArchitecture::MacTargetArchitectureUniversal) \
op(EMacTargetArchitecture::MacTargetArchitectureAppleSilicon) \
op(EMacTargetArchitecture::MacTargetArchitectureHost)
enum class EMacTargetArchitecture : uint8;
template<> struct TIsUEnumClass<EMacTargetArchitecture> { enum { Value = true }; };
template<> MACTARGETPLATFORMSETTINGS_NON_ATTRIBUTED_API UEnum* StaticEnum<EMacTargetArchitecture>();
// ********** End Enum EMacTargetArchitecture ******************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,2 @@
D:\UE_5_7_1\Engine\Source\Developer\Mac\MacTargetPlatformSettings\Classes\MacTargetSettings.h
D:\UE_5_7_1\Engine\Source\Developer\Mac\MacTargetPlatformSettings\Classes\XcodeProjectSettings.h

View File

@@ -0,0 +1,475 @@
// 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 "XcodeProjectSettings.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 EmptyLinkFunctionForGeneratedCodeXcodeProjectSettings() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFilePath();
MACTARGETPLATFORMSETTINGS_API UClass* Z_Construct_UClass_UXcodeProjectSettings();
MACTARGETPLATFORMSETTINGS_API UClass* Z_Construct_UClass_UXcodeProjectSettings_NoRegister();
UPackage* Z_Construct_UPackage__Script_MacTargetPlatformSettings();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UXcodeProjectSettings Function ShouldDisableIOSSettings ******************
struct Z_Construct_UFunction_UXcodeProjectSettings_ShouldDisableIOSSettings_Statics
{
struct XcodeProjectSettings_eventShouldDisableIOSSettings_Parms
{
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
};
#endif // WITH_METADATA
// ********** Begin Function ShouldDisableIOSSettings constinit property declarations **************
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function ShouldDisableIOSSettings constinit property declarations ****************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function ShouldDisableIOSSettings Property Definitions *************************
void Z_Construct_UFunction_UXcodeProjectSettings_ShouldDisableIOSSettings_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((XcodeProjectSettings_eventShouldDisableIOSSettings_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UXcodeProjectSettings_ShouldDisableIOSSettings_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(XcodeProjectSettings_eventShouldDisableIOSSettings_Parms), &Z_Construct_UFunction_UXcodeProjectSettings_ShouldDisableIOSSettings_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UXcodeProjectSettings_ShouldDisableIOSSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UXcodeProjectSettings_ShouldDisableIOSSettings_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UXcodeProjectSettings_ShouldDisableIOSSettings_Statics::PropPointers) < 2048);
// ********** End Function ShouldDisableIOSSettings Property Definitions ***************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UXcodeProjectSettings_ShouldDisableIOSSettings_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UXcodeProjectSettings, nullptr, "ShouldDisableIOSSettings", Z_Construct_UFunction_UXcodeProjectSettings_ShouldDisableIOSSettings_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UXcodeProjectSettings_ShouldDisableIOSSettings_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UXcodeProjectSettings_ShouldDisableIOSSettings_Statics::XcodeProjectSettings_eventShouldDisableIOSSettings_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UXcodeProjectSettings_ShouldDisableIOSSettings_Statics::Function_MetaDataParams), Z_Construct_UFunction_UXcodeProjectSettings_ShouldDisableIOSSettings_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UXcodeProjectSettings_ShouldDisableIOSSettings_Statics::XcodeProjectSettings_eventShouldDisableIOSSettings_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UXcodeProjectSettings_ShouldDisableIOSSettings()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UXcodeProjectSettings_ShouldDisableIOSSettings_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UXcodeProjectSettings::execShouldDisableIOSSettings)
{
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UXcodeProjectSettings::ShouldDisableIOSSettings();
P_NATIVE_END;
}
// ********** End Class UXcodeProjectSettings Function ShouldDisableIOSSettings ********************
// ********** Begin Class UXcodeProjectSettings ****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UXcodeProjectSettings;
UClass* UXcodeProjectSettings::GetPrivateStaticClass()
{
using TClass = UXcodeProjectSettings;
if (!Z_Registration_Info_UClass_UXcodeProjectSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("XcodeProjectSettings"),
Z_Registration_Info_UClass_UXcodeProjectSettings.InnerSingleton,
StaticRegisterNativesUXcodeProjectSettings,
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_UXcodeProjectSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UXcodeProjectSettings_NoRegister()
{
return UXcodeProjectSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UXcodeProjectSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implements the settings for Xcode projects\n */" },
{ "IncludePath", "XcodeProjectSettings.h" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "Implements the settings for Xcode projects" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseModernXcode_MetaData[] = {
{ "Category", "Xcode" },
{ "Comment", "/**\n\x09 * Enable modernized Xcode, when building from Xcode, use native Xcode for bundle generation and archiving instead of UBT\n * Restart required to apply this setting\n\x09 */" },
{ "ConfigRestartRequired", "TRUE" },
{ "DisplayName", "Modernized Xcode" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "Enable modernized Xcode, when building from Xcode, use native Xcode for bundle generation and archiving instead of UBT\nRestart required to apply this setting" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CodeSigningTeam_MetaData[] = {
{ "Category", "Xcode" },
{ "Comment", "/**\n\x09 * Team ID used for native Xcode code signing. This must be the 10 letters/numbers ID found in Membership Details tab found in https://developer.apple.com/account\n\x09 */" },
{ "DisplayName", "Apple Dev Account Team ID" },
{ "EditCondition", "bUseModernXcode" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "Team ID used for native Xcode code signing. This must be the 10 letters/numbers ID found in Membership Details tab found in https://developer.apple.com/account" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BundleIdentifier_MetaData[] = {
{ "Category", "Xcode" },
{ "Comment", "/**\n\x09 * Bundle ID used for nativr Xcode code signing\n\x09 */" },
{ "DisplayName", "Bundle ID" },
{ "EditCondition", "bUseModernXcode" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "Bundle ID used for nativr Xcode code signing" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CodeSigningPrefix_MetaData[] = {
{ "Category", "Xcode" },
{ "Comment", "/**\n\x09 * Bundle ID prefix used for native Xcode code signing. This is only needed if you use the default, pieced-together Bundle ID above. If you specify a full Bundle ID, you can ignore this field.\n\x09 */" },
{ "DisplayName", "Bundle ID Prefix" },
{ "EditCondition", "bUseModernXcode" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "Bundle ID prefix used for native Xcode code signing. This is only needed if you use the default, pieced-together Bundle ID above. If you specify a full Bundle ID, you can ignore this field." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ApplicationDisplayName_MetaData[] = {
{ "Category", "Xcode" },
{ "Comment", "/**\n\x09 * The name of the Mac .app when making an archived build (for uploading to App Store, etc). The Finder shows Mac apps by their .app name, and we don't name the .app with\n\x09 * \"pretty\" names during development. When packaging for distribution (or using Archive menu in Xcode) this will become the name of the .app, and will be what end users\n\x09 * will have on their Mac. If this is not set, the .app will have the name of the .uproject file\n\x09 */" },
{ "DisplayName", "Mac: Published App Name" },
{ "EditCondition", "bUseModernXcode" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "The name of the Mac .app when making an archived build (for uploading to App Store, etc). The Finder shows Mac apps by their .app name, and we don't name the .app with\n\"pretty\" names during development. When packaging for distribution (or using Archive menu in Xcode) this will become the name of the .app, and will be what end users\nwill have on their Mac. If this is not set, the .app will have the name of the .uproject file" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AppCategory_MetaData[] = {
{ "Category", "Xcode" },
{ "Comment", "/**\n\x09 * The App Category that will be used for Apple App Store submissions\n\x09 */" },
{ "DisplayName", "App Category" },
{ "EditCondition", "bUseModernXcode" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "The App Category that will be used for Apple App Store submissions" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TemplateMacPlist_MetaData[] = {
{ "Category", "Plist Files" },
{ "Comment", "/**\n\x09 * The template info.plist used for Mac game targets\n\x09 */" },
{ "DisplayName", "Mac: Info.plist Template" },
{ "EditCondition", "bUseModernXcode" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "The template info.plist used for Mac game targets" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TemplateIOSPlist_MetaData[] = {
{ "Category", "Plist Files" },
{ "Comment", "/**\n\x09 * The template info.plist used for iOS game targets\n\x09 */" },
{ "DisplayName", "IOS / TVOS: Info.plist Template" },
{ "EditCondition", "bUseModernXcode" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "The template info.plist used for iOS game targets" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PremadeMacEntitlements_MetaData[] = {
{ "Category", "Entitlements" },
{ "Comment", "/**\n\x09 * The premade entitlement file used for development Mac builds\n\x09 */" },
{ "DisplayName", "Mac: Entitlements" },
{ "EditCondition", "bUseModernXcode" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "The premade entitlement file used for development Mac builds" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ShippingSpecificMacEntitlements_MetaData[] = {
{ "Category", "Entitlements" },
{ "Comment", "/**\n\x09 * The premade entitlement file used for shipping Mac builds\n\x09 */" },
{ "DisplayName", "Mac: Entitlements (Shipping config override)" },
{ "EditCondition", "bUseModernXcode" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "The premade entitlement file used for shipping Mac builds" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PremadeIOSEntitlements_MetaData[] = {
{ "Category", "Entitlements" },
{ "Comment", "/**\n\x09 * The premade entitlement file used for development IOS builds\n\x09 */" },
{ "DisplayName", "IOS: Entitlements" },
{ "EditCondition", "bUseModernXcode" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "The premade entitlement file used for development IOS builds" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ShippingSpecificIOSEntitlements_MetaData[] = {
{ "Category", "Entitlements" },
{ "Comment", "/**\n\x09 * The premade entitlement file used for shipping IOS builds\n\x09 */" },
{ "DisplayName", "IOS: Entitlements (Shipping config override)" },
{ "EditCondition", "bUseModernXcode" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "The premade entitlement file used for shipping IOS builds" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseAutomaticCodeSigning_MetaData[] = {
{ "Category", "Code Signing" },
{ "Comment", "/**\n\x09 * Enable native Xcode code signing\n\x09 */" },
{ "EditCondition", "bUseModernXcode" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "Enable native Xcode code signing" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bMacSignToRunLocally_MetaData[] = {
{ "Category", "Code Signing" },
{ "Comment", "/**\n\x09 * If true, Mac will sign to run locally. Running on another Mac may bring up a dialog preventing running the app. If this and Use Automatic Code Signing are both false, you will need a certificate installed\n\x09 */" },
{ "DisplayName", "Mac: Sign To Run Locally" },
{ "EditCondition", "bUseModernXcode" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "If true, Mac will sign to run locally. Running on another Mac may bring up a dialog preventing running the app. If this and Use Automatic Code Signing are both false, you will need a certificate installed" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MacSigningIdentity_MetaData[] = {
{ "Category", "Code Signing" },
{ "Comment", "/**\n\x09 * The name (prefix or full) of the certificate to use for Mac code signing.\n\x09 */" },
{ "DisplayName", "Mac: Signing Identity" },
{ "EditCondition", "bUseModernXcode && !bUseAutomaticCodeSigning && !bMacSignToRunLocally" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "The name (prefix or full) of the certificate to use for Mac code signing." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IOSSigningIdentity_MetaData[] = {
{ "Category", "Code Signing" },
{ "Comment", "/**\n\x09 * The name (prefix or full) of the certificate to use for IOS and TVOS code signing\n\x09 */" },
{ "DisplayName", "IOS / TVOS: Signing Identity" },
{ "EditCondition", "bUseModernXcode && !bUseAutomaticCodeSigning" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "The name (prefix or full) of the certificate to use for IOS and TVOS code signing" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IOSProvisioningProfile_MetaData[] = {
{ "Category", "Code Signing" },
{ "Comment", "/**\n\x09 * The path to a .mobileprovision file to use for signing for IOS. Alternatively, if it's a single name or UUID (no .mobileprovision extension), it will use this as the name/UUID of an already installed provision to sign with\n\x09 */" },
{ "DisplayName", "IOS: Provisioning Profile" },
{ "EditCondition", "bUseModernXcode && !bUseAutomaticCodeSigning" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "The path to a .mobileprovision file to use for signing for IOS. Alternatively, if it's a single name or UUID (no .mobileprovision extension), it will use this as the name/UUID of an already installed provision to sign with" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TVOSProvisioningProfile_MetaData[] = {
{ "Category", "Code Signing" },
{ "Comment", "/**\n\x09 * The path to a .mobileprovision file to use for signing for TVOS. Alternatively, if it's a single name or UUID (no .mobileprovision extension), it will use this as the name/UUID of an already installed provision to sign with\n\x09 */" },
{ "DisplayName", "TVOS: Provisioning Profile" },
{ "EditCondition", "bUseModernXcode && !bUseAutomaticCodeSigning" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "The path to a .mobileprovision file to use for signing for TVOS. Alternatively, if it's a single name or UUID (no .mobileprovision extension), it will use this as the name/UUID of an already installed provision to sign with" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseAppStoreConnect_MetaData[] = {
{ "Category", "Code Signing" },
{ "Comment", "/**\n\x09 * If true, use AppStore Connect authentication for commandline builds. This allows for automatic codesigning functionality without needing to be signed in to Xcode. See the App Store Connect API section of the Keys tab in your Users and Access page in Apple dev center.\n\x09 */" },
{ "EditCondition", "bUseModernXcode && bUseAutomaticCodeSigning" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "If true, use AppStore Connect authentication for commandline builds. This allows for automatic codesigning functionality without needing to be signed in to Xcode. See the App Store Connect API section of the Keys tab in your Users and Access page in Apple dev center." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AppStoreConnectIssuerID_MetaData[] = {
{ "Category", "Code Signing" },
{ "Comment", "/**\n\x09 * The Issuer ID for your App Store Connect API\n\x09 */" },
{ "DisplayName", "App Store Connect: Issuer ID" },
{ "EditCondition", "bUseModernXcode && bUseAutomaticCodeSigning && bUseAppStoreConnect" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "The Issuer ID for your App Store Connect API" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AppStoreConnectKeyID_MetaData[] = {
{ "Category", "Code Signing" },
{ "Comment", "/**\n\x09 * The Key ID for your App Store Connect generated API key, a 32 hex-character string, including dashes\n\x09 */" },
{ "DisplayName", "App Store Connect: Key ID" },
{ "EditCondition", "bUseModernXcode && bUseAutomaticCodeSigning && bUseAppStoreConnect" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "The Key ID for your App Store Connect generated API key, a 32 hex-character string, including dashes" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AppStoreConnectKeyPath_MetaData[] = {
{ "Category", "Code Signing" },
{ "Comment", "/**\n\x09 * The path to the downloaded .p8 file shared with your team\n\x09 */" },
{ "DisplayName", "App Store Connect: Key File" },
{ "EditCondition", "bUseModernXcode && bUseAutomaticCodeSigning && bUseAppStoreConnect" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "The path to the downloaded .p8 file shared with your team" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AdditionalPrivacyInfoMac_MetaData[] = {
{ "Category", "Privacy Manifests" },
{ "Comment", "/**\n\x09 * The path to the optional PrivacyInfo.xcprivacy file for your project\n\x09 */" },
{ "DisplayName", "Mac: Additional Privacy Info" },
{ "EditCondition", "bUseModernXcode" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "The path to the optional PrivacyInfo.xcprivacy file for your project" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AdditionalPrivacyInfoIOS_MetaData[] = {
{ "Category", "Privacy Manifests" },
{ "Comment", "/**\n\x09 * The path to the optional PrivacyInfo.xcprivacy file for your project\n\x09 */" },
{ "DisplayName", "IOS/TVOS/VisionOS: Additional Privacy Info" },
{ "EditCondition", "bUseModernXcode" },
{ "ModuleRelativePath", "Classes/XcodeProjectSettings.h" },
{ "ToolTip", "The path to the optional PrivacyInfo.xcprivacy file for your project" },
};
#endif // WITH_METADATA
// ********** Begin Class UXcodeProjectSettings constinit property declarations ********************
static void NewProp_bUseModernXcode_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseModernXcode;
static const UECodeGen_Private::FStrPropertyParams NewProp_CodeSigningTeam;
static const UECodeGen_Private::FStrPropertyParams NewProp_BundleIdentifier;
static const UECodeGen_Private::FStrPropertyParams NewProp_CodeSigningPrefix;
static const UECodeGen_Private::FStrPropertyParams NewProp_ApplicationDisplayName;
static const UECodeGen_Private::FStrPropertyParams NewProp_AppCategory;
static const UECodeGen_Private::FStructPropertyParams NewProp_TemplateMacPlist;
static const UECodeGen_Private::FStructPropertyParams NewProp_TemplateIOSPlist;
static const UECodeGen_Private::FStructPropertyParams NewProp_PremadeMacEntitlements;
static const UECodeGen_Private::FStructPropertyParams NewProp_ShippingSpecificMacEntitlements;
static const UECodeGen_Private::FStructPropertyParams NewProp_PremadeIOSEntitlements;
static const UECodeGen_Private::FStructPropertyParams NewProp_ShippingSpecificIOSEntitlements;
static void NewProp_bUseAutomaticCodeSigning_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseAutomaticCodeSigning;
static void NewProp_bMacSignToRunLocally_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bMacSignToRunLocally;
static const UECodeGen_Private::FStrPropertyParams NewProp_MacSigningIdentity;
static const UECodeGen_Private::FStrPropertyParams NewProp_IOSSigningIdentity;
static const UECodeGen_Private::FStructPropertyParams NewProp_IOSProvisioningProfile;
static const UECodeGen_Private::FStructPropertyParams NewProp_TVOSProvisioningProfile;
static void NewProp_bUseAppStoreConnect_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseAppStoreConnect;
static const UECodeGen_Private::FStrPropertyParams NewProp_AppStoreConnectIssuerID;
static const UECodeGen_Private::FStrPropertyParams NewProp_AppStoreConnectKeyID;
static const UECodeGen_Private::FStructPropertyParams NewProp_AppStoreConnectKeyPath;
static const UECodeGen_Private::FStructPropertyParams NewProp_AdditionalPrivacyInfoMac;
static const UECodeGen_Private::FStructPropertyParams NewProp_AdditionalPrivacyInfoIOS;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UXcodeProjectSettings constinit property declarations **********************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("ShouldDisableIOSSettings"), .Pointer = &UXcodeProjectSettings::execShouldDisableIOSSettings },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UXcodeProjectSettings_ShouldDisableIOSSettings, "ShouldDisableIOSSettings" }, // 829814770
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UXcodeProjectSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UXcodeProjectSettings_Statics
// ********** Begin Class UXcodeProjectSettings Property Definitions *******************************
void Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_bUseModernXcode_SetBit(void* Obj)
{
((UXcodeProjectSettings*)Obj)->bUseModernXcode = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_bUseModernXcode = { "bUseModernXcode", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UXcodeProjectSettings), &Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_bUseModernXcode_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseModernXcode_MetaData), NewProp_bUseModernXcode_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_CodeSigningTeam = { "CodeSigningTeam", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UXcodeProjectSettings, CodeSigningTeam), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CodeSigningTeam_MetaData), NewProp_CodeSigningTeam_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_BundleIdentifier = { "BundleIdentifier", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UXcodeProjectSettings, BundleIdentifier), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BundleIdentifier_MetaData), NewProp_BundleIdentifier_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_CodeSigningPrefix = { "CodeSigningPrefix", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UXcodeProjectSettings, CodeSigningPrefix), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CodeSigningPrefix_MetaData), NewProp_CodeSigningPrefix_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_ApplicationDisplayName = { "ApplicationDisplayName", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UXcodeProjectSettings, ApplicationDisplayName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ApplicationDisplayName_MetaData), NewProp_ApplicationDisplayName_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_AppCategory = { "AppCategory", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UXcodeProjectSettings, AppCategory), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AppCategory_MetaData), NewProp_AppCategory_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_TemplateMacPlist = { "TemplateMacPlist", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UXcodeProjectSettings, TemplateMacPlist), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TemplateMacPlist_MetaData), NewProp_TemplateMacPlist_MetaData) }; // 1592925316
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_TemplateIOSPlist = { "TemplateIOSPlist", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UXcodeProjectSettings, TemplateIOSPlist), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TemplateIOSPlist_MetaData), NewProp_TemplateIOSPlist_MetaData) }; // 1592925316
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_PremadeMacEntitlements = { "PremadeMacEntitlements", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UXcodeProjectSettings, PremadeMacEntitlements), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PremadeMacEntitlements_MetaData), NewProp_PremadeMacEntitlements_MetaData) }; // 1592925316
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_ShippingSpecificMacEntitlements = { "ShippingSpecificMacEntitlements", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UXcodeProjectSettings, ShippingSpecificMacEntitlements), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ShippingSpecificMacEntitlements_MetaData), NewProp_ShippingSpecificMacEntitlements_MetaData) }; // 1592925316
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_PremadeIOSEntitlements = { "PremadeIOSEntitlements", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UXcodeProjectSettings, PremadeIOSEntitlements), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PremadeIOSEntitlements_MetaData), NewProp_PremadeIOSEntitlements_MetaData) }; // 1592925316
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_ShippingSpecificIOSEntitlements = { "ShippingSpecificIOSEntitlements", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UXcodeProjectSettings, ShippingSpecificIOSEntitlements), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ShippingSpecificIOSEntitlements_MetaData), NewProp_ShippingSpecificIOSEntitlements_MetaData) }; // 1592925316
void Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_bUseAutomaticCodeSigning_SetBit(void* Obj)
{
((UXcodeProjectSettings*)Obj)->bUseAutomaticCodeSigning = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_bUseAutomaticCodeSigning = { "bUseAutomaticCodeSigning", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UXcodeProjectSettings), &Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_bUseAutomaticCodeSigning_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseAutomaticCodeSigning_MetaData), NewProp_bUseAutomaticCodeSigning_MetaData) };
void Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_bMacSignToRunLocally_SetBit(void* Obj)
{
((UXcodeProjectSettings*)Obj)->bMacSignToRunLocally = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_bMacSignToRunLocally = { "bMacSignToRunLocally", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UXcodeProjectSettings), &Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_bMacSignToRunLocally_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bMacSignToRunLocally_MetaData), NewProp_bMacSignToRunLocally_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_MacSigningIdentity = { "MacSigningIdentity", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UXcodeProjectSettings, MacSigningIdentity), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MacSigningIdentity_MetaData), NewProp_MacSigningIdentity_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_IOSSigningIdentity = { "IOSSigningIdentity", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UXcodeProjectSettings, IOSSigningIdentity), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IOSSigningIdentity_MetaData), NewProp_IOSSigningIdentity_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_IOSProvisioningProfile = { "IOSProvisioningProfile", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UXcodeProjectSettings, IOSProvisioningProfile), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IOSProvisioningProfile_MetaData), NewProp_IOSProvisioningProfile_MetaData) }; // 1592925316
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_TVOSProvisioningProfile = { "TVOSProvisioningProfile", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UXcodeProjectSettings, TVOSProvisioningProfile), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TVOSProvisioningProfile_MetaData), NewProp_TVOSProvisioningProfile_MetaData) }; // 1592925316
void Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_bUseAppStoreConnect_SetBit(void* Obj)
{
((UXcodeProjectSettings*)Obj)->bUseAppStoreConnect = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_bUseAppStoreConnect = { "bUseAppStoreConnect", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UXcodeProjectSettings), &Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_bUseAppStoreConnect_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseAppStoreConnect_MetaData), NewProp_bUseAppStoreConnect_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_AppStoreConnectIssuerID = { "AppStoreConnectIssuerID", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UXcodeProjectSettings, AppStoreConnectIssuerID), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AppStoreConnectIssuerID_MetaData), NewProp_AppStoreConnectIssuerID_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_AppStoreConnectKeyID = { "AppStoreConnectKeyID", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UXcodeProjectSettings, AppStoreConnectKeyID), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AppStoreConnectKeyID_MetaData), NewProp_AppStoreConnectKeyID_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_AppStoreConnectKeyPath = { "AppStoreConnectKeyPath", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UXcodeProjectSettings, AppStoreConnectKeyPath), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AppStoreConnectKeyPath_MetaData), NewProp_AppStoreConnectKeyPath_MetaData) }; // 1592925316
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_AdditionalPrivacyInfoMac = { "AdditionalPrivacyInfoMac", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UXcodeProjectSettings, AdditionalPrivacyInfoMac), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AdditionalPrivacyInfoMac_MetaData), NewProp_AdditionalPrivacyInfoMac_MetaData) }; // 1592925316
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_AdditionalPrivacyInfoIOS = { "AdditionalPrivacyInfoIOS", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UXcodeProjectSettings, AdditionalPrivacyInfoIOS), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AdditionalPrivacyInfoIOS_MetaData), NewProp_AdditionalPrivacyInfoIOS_MetaData) }; // 1592925316
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UXcodeProjectSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_bUseModernXcode,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_CodeSigningTeam,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_BundleIdentifier,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_CodeSigningPrefix,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_ApplicationDisplayName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_AppCategory,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_TemplateMacPlist,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_TemplateIOSPlist,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_PremadeMacEntitlements,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_ShippingSpecificMacEntitlements,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_PremadeIOSEntitlements,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_ShippingSpecificIOSEntitlements,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_bUseAutomaticCodeSigning,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_bMacSignToRunLocally,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_MacSigningIdentity,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_IOSSigningIdentity,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_IOSProvisioningProfile,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_TVOSProvisioningProfile,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_bUseAppStoreConnect,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_AppStoreConnectIssuerID,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_AppStoreConnectKeyID,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_AppStoreConnectKeyPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_AdditionalPrivacyInfoMac,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UXcodeProjectSettings_Statics::NewProp_AdditionalPrivacyInfoIOS,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UXcodeProjectSettings_Statics::PropPointers) < 2048);
// ********** End Class UXcodeProjectSettings Property Definitions *********************************
UObject* (*const Z_Construct_UClass_UXcodeProjectSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_MacTargetPlatformSettings,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UXcodeProjectSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UXcodeProjectSettings_Statics::ClassParams = {
&UXcodeProjectSettings::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UXcodeProjectSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UXcodeProjectSettings_Statics::PropPointers),
0,
0x001000A6u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UXcodeProjectSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UXcodeProjectSettings_Statics::Class_MetaDataParams)
};
void UXcodeProjectSettings::StaticRegisterNativesUXcodeProjectSettings()
{
UClass* Class = UXcodeProjectSettings::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UXcodeProjectSettings_Statics::Funcs));
}
UClass* Z_Construct_UClass_UXcodeProjectSettings()
{
if (!Z_Registration_Info_UClass_UXcodeProjectSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UXcodeProjectSettings.OuterSingleton, Z_Construct_UClass_UXcodeProjectSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UXcodeProjectSettings.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UXcodeProjectSettings);
UXcodeProjectSettings::~UXcodeProjectSettings() {}
// ********** End Class UXcodeProjectSettings ******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_XcodeProjectSettings_h__Script_MacTargetPlatformSettings_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UXcodeProjectSettings, UXcodeProjectSettings::StaticClass, TEXT("UXcodeProjectSettings"), &Z_Registration_Info_UClass_UXcodeProjectSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UXcodeProjectSettings), 1853935028U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_XcodeProjectSettings_h__Script_MacTargetPlatformSettings_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_XcodeProjectSettings_h__Script_MacTargetPlatformSettings_1936972885{
TEXT("/Script/MacTargetPlatformSettings"),
Z_CompiledInDeferFile_FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_XcodeProjectSettings_h__Script_MacTargetPlatformSettings_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_XcodeProjectSettings_h__Script_MacTargetPlatformSettings_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,68 @@
// 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 "XcodeProjectSettings.h"
#ifdef MACTARGETPLATFORMSETTINGS_XcodeProjectSettings_generated_h
#error "XcodeProjectSettings.generated.h already included, missing '#pragma once' in XcodeProjectSettings.h"
#endif
#define MACTARGETPLATFORMSETTINGS_XcodeProjectSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UXcodeProjectSettings ****************************************************
#define FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_XcodeProjectSettings_h_22_RPC_WRAPPERS \
DECLARE_FUNCTION(execShouldDisableIOSSettings);
struct Z_Construct_UClass_UXcodeProjectSettings_Statics;
MACTARGETPLATFORMSETTINGS_API UClass* Z_Construct_UClass_UXcodeProjectSettings_NoRegister();
#define FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_XcodeProjectSettings_h_22_INCLASS \
private: \
static void StaticRegisterNativesUXcodeProjectSettings(); \
friend struct ::Z_Construct_UClass_UXcodeProjectSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MACTARGETPLATFORMSETTINGS_API UClass* ::Z_Construct_UClass_UXcodeProjectSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UXcodeProjectSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_DefaultConfig | CLASS_Config), CASTCLASS_None, TEXT("/Script/MacTargetPlatformSettings"), Z_Construct_UClass_UXcodeProjectSettings_NoRegister) \
DECLARE_SERIALIZER(UXcodeProjectSettings)
#define FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_XcodeProjectSettings_h_22_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UXcodeProjectSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UXcodeProjectSettings) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UXcodeProjectSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UXcodeProjectSettings); \
/** Deleted move- and copy-constructors, should never be used */ \
UXcodeProjectSettings(UXcodeProjectSettings&&) = delete; \
UXcodeProjectSettings(const UXcodeProjectSettings&) = delete; \
NO_API virtual ~UXcodeProjectSettings();
#define FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_XcodeProjectSettings_h_16_PROLOG
#define FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_XcodeProjectSettings_h_22_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_XcodeProjectSettings_h_22_RPC_WRAPPERS \
FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_XcodeProjectSettings_h_22_INCLASS \
FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_XcodeProjectSettings_h_22_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UXcodeProjectSettings;
// ********** End Class UXcodeProjectSettings ******************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Developer_Mac_MacTargetPlatformSettings_Classes_XcodeProjectSettings_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS