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 EmptyLinkFunctionForGeneratedCodeGooglePADEditor_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_GooglePADEditor;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_GooglePADEditor()
{
if (!Z_Registration_Info_UPackage__Script_GooglePADEditor.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/GooglePADEditor",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0x49971558,
0xAAD932CE,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_GooglePADEditor.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_GooglePADEditor.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_GooglePADEditor(Z_Construct_UPackage__Script_GooglePADEditor, TEXT("/Script/GooglePADEditor"), Z_Registration_Info_UPackage__Script_GooglePADEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x49971558, 0xAAD932CE));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

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

View File

@@ -0,0 +1,169 @@
// 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 "GooglePADRuntimeSettings.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGooglePADRuntimeSettings() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
GOOGLEPADEDITOR_API UClass* Z_Construct_UClass_UGooglePADRuntimeSettings();
GOOGLEPADEDITOR_API UClass* Z_Construct_UClass_UGooglePADRuntimeSettings_NoRegister();
UPackage* Z_Construct_UPackage__Script_GooglePADEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UGooglePADRuntimeSettings ************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UGooglePADRuntimeSettings;
UClass* UGooglePADRuntimeSettings::GetPrivateStaticClass()
{
using TClass = UGooglePADRuntimeSettings;
if (!Z_Registration_Info_UClass_UGooglePADRuntimeSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GooglePADRuntimeSettings"),
Z_Registration_Info_UClass_UGooglePADRuntimeSettings.InnerSingleton,
StaticRegisterNativesUGooglePADRuntimeSettings,
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_UGooglePADRuntimeSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UGooglePADRuntimeSettings_NoRegister()
{
return UGooglePADRuntimeSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UGooglePADRuntimeSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n* Implements the settings for the GooglePAD plugin.\n*/" },
{ "IncludePath", "GooglePADRuntimeSettings.h" },
{ "ModuleRelativePath", "Public/GooglePADRuntimeSettings.h" },
{ "ToolTip", "Implements the settings for the GooglePAD plugin." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnablePlugin_MetaData[] = {
{ "Category", "Packaging" },
{ "Comment", "// Enable GooglePAD plugin\n" },
{ "ModuleRelativePath", "Public/GooglePADRuntimeSettings.h" },
{ "ToolTip", "Enable GooglePAD plugin" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOnlyDistribution_MetaData[] = {
{ "Category", "Packaging" },
{ "Comment", "// Only for distribution builds\n" },
{ "ModuleRelativePath", "Public/GooglePADRuntimeSettings.h" },
{ "ToolTip", "Only for distribution builds" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOnlyShipping_MetaData[] = {
{ "Category", "Packaging" },
{ "Comment", "// Only for shipping builds\n" },
{ "ModuleRelativePath", "Public/GooglePADRuntimeSettings.h" },
{ "ToolTip", "Only for shipping builds" },
};
#endif // WITH_METADATA
// ********** Begin Class UGooglePADRuntimeSettings constinit property declarations ****************
static void NewProp_bEnablePlugin_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnablePlugin;
static void NewProp_bOnlyDistribution_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOnlyDistribution;
static void NewProp_bOnlyShipping_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOnlyShipping;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UGooglePADRuntimeSettings constinit property declarations ******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UGooglePADRuntimeSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UGooglePADRuntimeSettings_Statics
// ********** Begin Class UGooglePADRuntimeSettings Property Definitions ***************************
void Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::NewProp_bEnablePlugin_SetBit(void* Obj)
{
((UGooglePADRuntimeSettings*)Obj)->bEnablePlugin = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::NewProp_bEnablePlugin = { "bEnablePlugin", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UGooglePADRuntimeSettings), &Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::NewProp_bEnablePlugin_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnablePlugin_MetaData), NewProp_bEnablePlugin_MetaData) };
void Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::NewProp_bOnlyDistribution_SetBit(void* Obj)
{
((UGooglePADRuntimeSettings*)Obj)->bOnlyDistribution = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::NewProp_bOnlyDistribution = { "bOnlyDistribution", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UGooglePADRuntimeSettings), &Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::NewProp_bOnlyDistribution_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOnlyDistribution_MetaData), NewProp_bOnlyDistribution_MetaData) };
void Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::NewProp_bOnlyShipping_SetBit(void* Obj)
{
((UGooglePADRuntimeSettings*)Obj)->bOnlyShipping = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::NewProp_bOnlyShipping = { "bOnlyShipping", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UGooglePADRuntimeSettings), &Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::NewProp_bOnlyShipping_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOnlyShipping_MetaData), NewProp_bOnlyShipping_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::NewProp_bEnablePlugin,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::NewProp_bOnlyDistribution,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::NewProp_bOnlyShipping,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::PropPointers) < 2048);
// ********** End Class UGooglePADRuntimeSettings Property Definitions *****************************
UObject* (*const Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_GooglePADEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::ClassParams = {
&UGooglePADRuntimeSettings::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::PropPointers),
0,
0x000000A6u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::Class_MetaDataParams)
};
void UGooglePADRuntimeSettings::StaticRegisterNativesUGooglePADRuntimeSettings()
{
}
UClass* Z_Construct_UClass_UGooglePADRuntimeSettings()
{
if (!Z_Registration_Info_UClass_UGooglePADRuntimeSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGooglePADRuntimeSettings.OuterSingleton, Z_Construct_UClass_UGooglePADRuntimeSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UGooglePADRuntimeSettings.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGooglePADRuntimeSettings);
UGooglePADRuntimeSettings::~UGooglePADRuntimeSettings() {}
// ********** End Class UGooglePADRuntimeSettings **************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePADEditor_Public_GooglePADRuntimeSettings_h__Script_GooglePADEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UGooglePADRuntimeSettings, UGooglePADRuntimeSettings::StaticClass, TEXT("UGooglePADRuntimeSettings"), &Z_Registration_Info_UClass_UGooglePADRuntimeSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGooglePADRuntimeSettings), 122546243U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePADEditor_Public_GooglePADRuntimeSettings_h__Script_GooglePADEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePADEditor_Public_GooglePADRuntimeSettings_h__Script_GooglePADEditor_3944105092{
TEXT("/Script/GooglePADEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePADEditor_Public_GooglePADRuntimeSettings_h__Script_GooglePADEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePADEditor_Public_GooglePADRuntimeSettings_h__Script_GooglePADEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "GooglePADRuntimeSettings.h"
#ifdef GOOGLEPADEDITOR_GooglePADRuntimeSettings_generated_h
#error "GooglePADRuntimeSettings.generated.h already included, missing '#pragma once' in GooglePADRuntimeSettings.h"
#endif
#define GOOGLEPADEDITOR_GooglePADRuntimeSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UGooglePADRuntimeSettings ************************************************
struct Z_Construct_UClass_UGooglePADRuntimeSettings_Statics;
GOOGLEPADEDITOR_API UClass* Z_Construct_UClass_UGooglePADRuntimeSettings_NoRegister();
#define FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePADEditor_Public_GooglePADRuntimeSettings_h_17_INCLASS \
private: \
static void StaticRegisterNativesUGooglePADRuntimeSettings(); \
friend struct ::Z_Construct_UClass_UGooglePADRuntimeSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend GOOGLEPADEDITOR_API UClass* ::Z_Construct_UClass_UGooglePADRuntimeSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UGooglePADRuntimeSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_DefaultConfig | CLASS_Config), CASTCLASS_None, TEXT("/Script/GooglePADEditor"), Z_Construct_UClass_UGooglePADRuntimeSettings_NoRegister) \
DECLARE_SERIALIZER(UGooglePADRuntimeSettings)
#define FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePADEditor_Public_GooglePADRuntimeSettings_h_17_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UGooglePADRuntimeSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UGooglePADRuntimeSettings) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UGooglePADRuntimeSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGooglePADRuntimeSettings); \
/** Deleted move- and copy-constructors, should never be used */ \
UGooglePADRuntimeSettings(UGooglePADRuntimeSettings&&) = delete; \
UGooglePADRuntimeSettings(const UGooglePADRuntimeSettings&) = delete; \
NO_API virtual ~UGooglePADRuntimeSettings();
#define FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePADEditor_Public_GooglePADRuntimeSettings_h_14_PROLOG
#define FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePADEditor_Public_GooglePADRuntimeSettings_h_17_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePADEditor_Public_GooglePADRuntimeSettings_h_17_INCLASS \
FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePADEditor_Public_GooglePADRuntimeSettings_h_17_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UGooglePADRuntimeSettings;
// ********** End Class UGooglePADRuntimeSettings **************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Runtime_GooglePAD_Source_GooglePADEditor_Public_GooglePADRuntimeSettings_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1 @@
D:\UE_5_7_1\Engine\Plugins\Runtime\GooglePAD\Source\GooglePADEditor\Public\GooglePADRuntimeSettings.h