Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/CommonUI/UHT/CommonUILibrary.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

201 lines
12 KiB
C++

// 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 "CommonUILibrary.h"
#include "UObject/Class.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeCommonUILibrary() {}
// ********** Begin Cross Module References ********************************************************
COMMONUI_API UClass* Z_Construct_UClass_UCommonUILibrary();
COMMONUI_API UClass* Z_Construct_UClass_UCommonUILibrary_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
UMG_API UClass* Z_Construct_UClass_UWidget_NoRegister();
UPackage* Z_Construct_UPackage__Script_CommonUI();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UCommonUILibrary Function FindParentWidgetOfType *************************
struct Z_Construct_UFunction_UCommonUILibrary_FindParentWidgetOfType_Statics
{
struct CommonUILibrary_eventFindParentWidgetOfType_Parms
{
UWidget* StartingWidget;
TSubclassOf<UWidget> Type;
UWidget* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Common UI" },
{ "Comment", "/**\n\x09 * Finds the first parent widget of the given type and returns it, or null if no parent could be found.\n\x09 */" },
{ "DeterminesOutputType", "Type" },
{ "ModuleRelativePath", "Public/CommonUILibrary.h" },
{ "ToolTip", "Finds the first parent widget of the given type and returns it, or null if no parent could be found." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StartingWidget_MetaData[] = {
{ "EditInline", "true" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
{ "EditInline", "true" },
};
#endif // WITH_METADATA
// ********** Begin Function FindParentWidgetOfType constinit property declarations ****************
static const UECodeGen_Private::FObjectPropertyParams NewProp_StartingWidget;
static const UECodeGen_Private::FClassPropertyParams NewProp_Type;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function FindParentWidgetOfType constinit property declarations ******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function FindParentWidgetOfType Property Definitions ***************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonUILibrary_FindParentWidgetOfType_Statics::NewProp_StartingWidget = { "StartingWidget", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonUILibrary_eventFindParentWidgetOfType_Parms, StartingWidget), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StartingWidget_MetaData), NewProp_StartingWidget_MetaData) };
const UECodeGen_Private::FClassPropertyParams Z_Construct_UFunction_UCommonUILibrary_FindParentWidgetOfType_Statics::NewProp_Type = { "Type", nullptr, (EPropertyFlags)0x0014000000000080, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonUILibrary_eventFindParentWidgetOfType_Parms, Type), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonUILibrary_FindParentWidgetOfType_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonUILibrary_eventFindParentWidgetOfType_Parms, ReturnValue), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonUILibrary_FindParentWidgetOfType_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonUILibrary_FindParentWidgetOfType_Statics::NewProp_StartingWidget,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonUILibrary_FindParentWidgetOfType_Statics::NewProp_Type,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonUILibrary_FindParentWidgetOfType_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonUILibrary_FindParentWidgetOfType_Statics::PropPointers) < 2048);
// ********** End Function FindParentWidgetOfType Property Definitions *****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonUILibrary_FindParentWidgetOfType_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonUILibrary, nullptr, "FindParentWidgetOfType", Z_Construct_UFunction_UCommonUILibrary_FindParentWidgetOfType_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonUILibrary_FindParentWidgetOfType_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCommonUILibrary_FindParentWidgetOfType_Statics::CommonUILibrary_eventFindParentWidgetOfType_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonUILibrary_FindParentWidgetOfType_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonUILibrary_FindParentWidgetOfType_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCommonUILibrary_FindParentWidgetOfType_Statics::CommonUILibrary_eventFindParentWidgetOfType_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCommonUILibrary_FindParentWidgetOfType()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonUILibrary_FindParentWidgetOfType_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonUILibrary::execFindParentWidgetOfType)
{
P_GET_OBJECT(UWidget,Z_Param_StartingWidget);
P_GET_OBJECT(UClass,Z_Param_Type);
P_FINISH;
P_NATIVE_BEGIN;
*(UWidget**)Z_Param__Result=UCommonUILibrary::FindParentWidgetOfType(Z_Param_StartingWidget,Z_Param_Type);
P_NATIVE_END;
}
// ********** End Class UCommonUILibrary Function FindParentWidgetOfType ***************************
// ********** Begin Class UCommonUILibrary *********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UCommonUILibrary;
UClass* UCommonUILibrary::GetPrivateStaticClass()
{
using TClass = UCommonUILibrary;
if (!Z_Registration_Info_UClass_UCommonUILibrary.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("CommonUILibrary"),
Z_Registration_Info_UClass_UCommonUILibrary.InnerSingleton,
StaticRegisterNativesUCommonUILibrary,
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_UCommonUILibrary.InnerSingleton;
}
UClass* Z_Construct_UClass_UCommonUILibrary_NoRegister()
{
return UCommonUILibrary::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UCommonUILibrary_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "CommonUILibrary.h" },
{ "ModuleRelativePath", "Public/CommonUILibrary.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UCommonUILibrary constinit property declarations *************************
// ********** End Class UCommonUILibrary constinit property declarations ***************************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("FindParentWidgetOfType"), .Pointer = &UCommonUILibrary::execFindParentWidgetOfType },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UCommonUILibrary_FindParentWidgetOfType, "FindParentWidgetOfType" }, // 1204827575
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UCommonUILibrary>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UCommonUILibrary_Statics
UObject* (*const Z_Construct_UClass_UCommonUILibrary_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonUILibrary_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonUILibrary_Statics::ClassParams = {
&UCommonUILibrary::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonUILibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonUILibrary_Statics::Class_MetaDataParams)
};
void UCommonUILibrary::StaticRegisterNativesUCommonUILibrary()
{
UClass* Class = UCommonUILibrary::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UCommonUILibrary_Statics::Funcs));
}
UClass* Z_Construct_UClass_UCommonUILibrary()
{
if (!Z_Registration_Info_UClass_UCommonUILibrary.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonUILibrary.OuterSingleton, Z_Construct_UClass_UCommonUILibrary_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UCommonUILibrary.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonUILibrary);
UCommonUILibrary::~UCommonUILibrary() {}
// ********** End Class UCommonUILibrary ***********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonUILibrary_h__Script_CommonUI_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UCommonUILibrary, UCommonUILibrary::StaticClass, TEXT("UCommonUILibrary"), &Z_Registration_Info_UClass_UCommonUILibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonUILibrary), 588401992U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonUILibrary_h__Script_CommonUI_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonUILibrary_h__Script_CommonUI_835079599{
TEXT("/Script/CommonUI"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonUILibrary_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonUILibrary_h__Script_CommonUI_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS