Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/CommonUI/UHT/CommonGenericInputActionDataTable.gen.cpp

209 lines
11 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "Input/CommonGenericInputActionDataTable.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeCommonGenericInputActionDataTable() {}
// ********** Begin Cross Module References ********************************************************
COMMONUI_API UClass* Z_Construct_UClass_UCommonGenericInputActionDataTable();
COMMONUI_API UClass* Z_Construct_UClass_UCommonGenericInputActionDataTable_NoRegister();
COMMONUI_API UClass* Z_Construct_UClass_UCommonInputActionDataProcessor();
COMMONUI_API UClass* Z_Construct_UClass_UCommonInputActionDataProcessor_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
ENGINE_API UClass* Z_Construct_UClass_UDataTable();
UPackage* Z_Construct_UPackage__Script_CommonUI();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UCommonGenericInputActionDataTable ***************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UCommonGenericInputActionDataTable;
UClass* UCommonGenericInputActionDataTable::GetPrivateStaticClass()
{
using TClass = UCommonGenericInputActionDataTable;
if (!Z_Registration_Info_UClass_UCommonGenericInputActionDataTable.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("CommonGenericInputActionDataTable"),
Z_Registration_Info_UClass_UCommonGenericInputActionDataTable.InnerSingleton,
StaticRegisterNativesUCommonGenericInputActionDataTable,
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_UCommonGenericInputActionDataTable.InnerSingleton;
}
UClass* Z_Construct_UClass_UCommonGenericInputActionDataTable_NoRegister()
{
return UCommonGenericInputActionDataTable::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UCommonGenericInputActionDataTable_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "AutoExpandCategories", "DataTable,ImportOptions" },
{ "BlueprintType", "true" },
{ "Comment", "/**\n * Overrides postload to allow for derived classes to perform code-level changes to the datatable.\n * Ex: Per-platform edits. Allows modification of datatable data without checking out the data table asset.\n */" },
{ "IncludePath", "Input/CommonGenericInputActionDataTable.h" },
{ "ModuleRelativePath", "Public/Input/CommonGenericInputActionDataTable.h" },
{ "ToolTip", "Overrides postload to allow for derived classes to perform code-level changes to the datatable.\nEx: Per-platform edits. Allows modification of datatable data without checking out the data table asset." },
};
#endif // WITH_METADATA
// ********** Begin Class UCommonGenericInputActionDataTable constinit property declarations *******
// ********** End Class UCommonGenericInputActionDataTable constinit property declarations *********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UCommonGenericInputActionDataTable>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UCommonGenericInputActionDataTable_Statics
UObject* (*const Z_Construct_UClass_UCommonGenericInputActionDataTable_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDataTable,
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonGenericInputActionDataTable_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonGenericInputActionDataTable_Statics::ClassParams = {
&UCommonGenericInputActionDataTable::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x008800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonGenericInputActionDataTable_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonGenericInputActionDataTable_Statics::Class_MetaDataParams)
};
void UCommonGenericInputActionDataTable::StaticRegisterNativesUCommonGenericInputActionDataTable()
{
}
UClass* Z_Construct_UClass_UCommonGenericInputActionDataTable()
{
if (!Z_Registration_Info_UClass_UCommonGenericInputActionDataTable.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonGenericInputActionDataTable.OuterSingleton, Z_Construct_UClass_UCommonGenericInputActionDataTable_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UCommonGenericInputActionDataTable.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonGenericInputActionDataTable);
// ********** End Class UCommonGenericInputActionDataTable *****************************************
// ********** Begin Class UCommonInputActionDataProcessor ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UCommonInputActionDataProcessor;
UClass* UCommonInputActionDataProcessor::GetPrivateStaticClass()
{
using TClass = UCommonInputActionDataProcessor;
if (!Z_Registration_Info_UClass_UCommonInputActionDataProcessor.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("CommonInputActionDataProcessor"),
Z_Registration_Info_UClass_UCommonInputActionDataProcessor.InnerSingleton,
StaticRegisterNativesUCommonInputActionDataProcessor,
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_UCommonInputActionDataProcessor.InnerSingleton;
}
UClass* Z_Construct_UClass_UCommonInputActionDataProcessor_NoRegister()
{
return UCommonInputActionDataProcessor::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UCommonInputActionDataProcessor_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Derive from to process common input action datatable\n */" },
{ "IncludePath", "Input/CommonGenericInputActionDataTable.h" },
{ "ModuleRelativePath", "Public/Input/CommonGenericInputActionDataTable.h" },
{ "ToolTip", "Derive from to process common input action datatable" },
};
#endif // WITH_METADATA
// ********** Begin Class UCommonInputActionDataProcessor constinit property declarations **********
// ********** End Class UCommonInputActionDataProcessor constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UCommonInputActionDataProcessor>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UCommonInputActionDataProcessor_Statics
UObject* (*const Z_Construct_UClass_UCommonInputActionDataProcessor_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonInputActionDataProcessor_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonInputActionDataProcessor_Statics::ClassParams = {
&UCommonInputActionDataProcessor::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonInputActionDataProcessor_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonInputActionDataProcessor_Statics::Class_MetaDataParams)
};
void UCommonInputActionDataProcessor::StaticRegisterNativesUCommonInputActionDataProcessor()
{
}
UClass* Z_Construct_UClass_UCommonInputActionDataProcessor()
{
if (!Z_Registration_Info_UClass_UCommonInputActionDataProcessor.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonInputActionDataProcessor.OuterSingleton, Z_Construct_UClass_UCommonInputActionDataProcessor_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UCommonInputActionDataProcessor.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonInputActionDataProcessor);
// ********** End Class UCommonInputActionDataProcessor ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonGenericInputActionDataTable_h__Script_CommonUI_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UCommonGenericInputActionDataTable, UCommonGenericInputActionDataTable::StaticClass, TEXT("UCommonGenericInputActionDataTable"), &Z_Registration_Info_UClass_UCommonGenericInputActionDataTable, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonGenericInputActionDataTable), 3692882527U) },
{ Z_Construct_UClass_UCommonInputActionDataProcessor, UCommonInputActionDataProcessor::StaticClass, TEXT("UCommonInputActionDataProcessor"), &Z_Registration_Info_UClass_UCommonInputActionDataProcessor, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonInputActionDataProcessor), 4265186196U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonGenericInputActionDataTable_h__Script_CommonUI_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonGenericInputActionDataTable_h__Script_CommonUI_1012475135{
TEXT("/Script/CommonUI"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonGenericInputActionDataTable_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_Input_CommonGenericInputActionDataTable_h__Script_CommonUI_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS