Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/UMG/UHT/PanelSlot.gen.cpp

208 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 "Components/PanelSlot.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodePanelSlot() {}
// ********** Begin Cross Module References ********************************************************
UMG_API UClass* Z_Construct_UClass_UPanelSlot();
UMG_API UClass* Z_Construct_UClass_UPanelSlot_NoRegister();
UMG_API UClass* Z_Construct_UClass_UPanelWidget_NoRegister();
UMG_API UClass* Z_Construct_UClass_UVisual();
UMG_API UClass* Z_Construct_UClass_UWidget_NoRegister();
UPackage* Z_Construct_UPackage__Script_UMG();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UPanelSlot Function GetContent *******************************************
struct Z_Construct_UFunction_UPanelSlot_GetContent_Statics
{
struct PanelSlot_eventGetContent_Parms
{
UWidget* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Layout|Panel Slot" },
{ "ModuleRelativePath", "Public/Components/PanelSlot.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
{ "EditInline", "true" },
};
#endif // WITH_METADATA
// ********** Begin Function GetContent constinit property declarations ****************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetContent constinit property declarations ******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetContent Property Definitions ***************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPanelSlot_GetContent_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PanelSlot_eventGetContent_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_UPanelSlot_GetContent_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPanelSlot_GetContent_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelSlot_GetContent_Statics::PropPointers) < 2048);
// ********** End Function GetContent Property Definitions *****************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPanelSlot_GetContent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPanelSlot, nullptr, "GetContent", Z_Construct_UFunction_UPanelSlot_GetContent_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelSlot_GetContent_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UPanelSlot_GetContent_Statics::PanelSlot_eventGetContent_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelSlot_GetContent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPanelSlot_GetContent_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UPanelSlot_GetContent_Statics::PanelSlot_eventGetContent_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UPanelSlot_GetContent()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPanelSlot_GetContent_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UPanelSlot::execGetContent)
{
P_FINISH;
P_NATIVE_BEGIN;
*(UWidget**)Z_Param__Result=P_THIS->GetContent();
P_NATIVE_END;
}
// ********** End Class UPanelSlot Function GetContent *********************************************
// ********** Begin Class UPanelSlot ***************************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UPanelSlot;
UClass* UPanelSlot::GetPrivateStaticClass()
{
using TClass = UPanelSlot;
if (!Z_Registration_Info_UClass_UPanelSlot.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("PanelSlot"),
Z_Registration_Info_UClass_UPanelSlot.InnerSingleton,
StaticRegisterNativesUPanelSlot,
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_UPanelSlot.InnerSingleton;
}
UClass* Z_Construct_UClass_UPanelSlot_NoRegister()
{
return UPanelSlot::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UPanelSlot_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/** The base class for all Slots in UMG. */" },
{ "IncludePath", "Components/PanelSlot.h" },
{ "ModuleRelativePath", "Public/Components/PanelSlot.h" },
{ "ToolTip", "The base class for all Slots in UMG." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Parent_MetaData[] = {
{ "EditInline", "true" },
{ "ModuleRelativePath", "Public/Components/PanelSlot.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Content_MetaData[] = {
{ "EditInline", "true" },
{ "ModuleRelativePath", "Public/Components/PanelSlot.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UPanelSlot constinit property declarations *******************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Parent;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Content;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UPanelSlot constinit property declarations *********************************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("GetContent"), .Pointer = &UPanelSlot::execGetContent },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UPanelSlot_GetContent, "GetContent" }, // 1068328336
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UPanelSlot>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UPanelSlot_Statics
// ********** Begin Class UPanelSlot Property Definitions ******************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UPanelSlot_Statics::NewProp_Parent = { "Parent", nullptr, (EPropertyFlags)0x0116000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPanelSlot, Parent), Z_Construct_UClass_UPanelWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Parent_MetaData), NewProp_Parent_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UPanelSlot_Statics::NewProp_Content = { "Content", nullptr, (EPropertyFlags)0x0116000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPanelSlot, Content), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Content_MetaData), NewProp_Content_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPanelSlot_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPanelSlot_Statics::NewProp_Parent,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPanelSlot_Statics::NewProp_Content,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPanelSlot_Statics::PropPointers) < 2048);
// ********** End Class UPanelSlot Property Definitions ********************************************
UObject* (*const Z_Construct_UClass_UPanelSlot_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UVisual,
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPanelSlot_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPanelSlot_Statics::ClassParams = {
&UPanelSlot::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UPanelSlot_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UPanelSlot_Statics::PropPointers),
0,
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPanelSlot_Statics::Class_MetaDataParams), Z_Construct_UClass_UPanelSlot_Statics::Class_MetaDataParams)
};
void UPanelSlot::StaticRegisterNativesUPanelSlot()
{
UClass* Class = UPanelSlot::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UPanelSlot_Statics::Funcs));
}
UClass* Z_Construct_UClass_UPanelSlot()
{
if (!Z_Registration_Info_UClass_UPanelSlot.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPanelSlot.OuterSingleton, Z_Construct_UClass_UPanelSlot_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UPanelSlot.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPanelSlot);
UPanelSlot::~UPanelSlot() {}
// ********** End Class UPanelSlot *****************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_PanelSlot_h__Script_UMG_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UPanelSlot, UPanelSlot::StaticClass, TEXT("UPanelSlot"), &Z_Registration_Info_UClass_UPanelSlot, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPanelSlot), 162999708U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_PanelSlot_h__Script_UMG_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_PanelSlot_h__Script_UMG_1565651798{
TEXT("/Script/UMG"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_PanelSlot_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_PanelSlot_h__Script_UMG_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS