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

141 lines
7.5 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 "Extensions/UIComponent.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeUIComponent() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
FIELDNOTIFICATION_API UClass* Z_Construct_UClass_UNotifyFieldValueChanged_NoRegister();
UMG_API UClass* Z_Construct_UClass_UUIComponent();
UMG_API UClass* Z_Construct_UClass_UUIComponent_NoRegister();
UMG_API UClass* Z_Construct_UClass_UWidget_NoRegister();
UPackage* Z_Construct_UPackage__Script_UMG();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UUIComponent *************************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UUIComponent;
UClass* UUIComponent::GetPrivateStaticClass()
{
using TClass = UUIComponent;
if (!Z_Registration_Info_UClass_UUIComponent.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("UIComponent"),
Z_Registration_Info_UClass_UUIComponent.InnerSingleton,
StaticRegisterNativesUUIComponent,
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_UUIComponent.InnerSingleton;
}
UClass* Z_Construct_UClass_UUIComponent_NoRegister()
{
return UUIComponent::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UUIComponent_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** \n * This is the base class to for UI Components that can be added to any UMG Widgets\n * in UMG Designer.When initialized, it will pass the widget it's attached to.\n */" },
{ "IncludePath", "Extensions/UIComponent.h" },
{ "ModuleRelativePath", "Public/Extensions/UIComponent.h" },
{ "ToolTip", "This is the base class to for UI Components that can be added to any UMG Widgets\nin UMG Designer.When initialized, it will pass the widget it's attached to." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Owner_MetaData[] = {
{ "ModuleRelativePath", "Public/Extensions/UIComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UUIComponent constinit property declarations *****************************
static const UECodeGen_Private::FWeakObjectPropertyParams NewProp_Owner;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UUIComponent constinit property declarations *******************************
static UObject* (*const DependentSingletons[])();
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UUIComponent>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UUIComponent_Statics
// ********** Begin Class UUIComponent Property Definitions ****************************************
const UECodeGen_Private::FWeakObjectPropertyParams Z_Construct_UClass_UUIComponent_Statics::NewProp_Owner = { "Owner", nullptr, (EPropertyFlags)0x0044000000282008, UECodeGen_Private::EPropertyGenFlags::WeakObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UUIComponent, Owner), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Owner_MetaData), NewProp_Owner_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UUIComponent_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UUIComponent_Statics::NewProp_Owner,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UUIComponent_Statics::PropPointers) < 2048);
// ********** End Class UUIComponent Property Definitions ******************************************
UObject* (*const Z_Construct_UClass_UUIComponent_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UUIComponent_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UUIComponent_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_UNotifyFieldValueChanged_NoRegister, (int32)VTABLE_OFFSET(UUIComponent, INotifyFieldValueChanged), false }, // 1610533268
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_UUIComponent_Statics::ClassParams = {
&UUIComponent::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UUIComponent_Statics::PropPointers,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UUIComponent_Statics::PropPointers),
UE_ARRAY_COUNT(InterfaceParams),
0x008800A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UUIComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UUIComponent_Statics::Class_MetaDataParams)
};
void UUIComponent::StaticRegisterNativesUUIComponent()
{
}
UClass* Z_Construct_UClass_UUIComponent()
{
if (!Z_Registration_Info_UClass_UUIComponent.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UUIComponent.OuterSingleton, Z_Construct_UClass_UUIComponent_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UUIComponent.OuterSingleton;
}
UUIComponent::UUIComponent(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UUIComponent);
UUIComponent::~UUIComponent() {}
// ********** End Class UUIComponent ***************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Extensions_UIComponent_h__Script_UMG_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UUIComponent, UUIComponent::StaticClass, TEXT("UUIComponent"), &Z_Registration_Info_UClass_UUIComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UUIComponent), 3386318886U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Extensions_UIComponent_h__Script_UMG_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Extensions_UIComponent_h__Script_UMG_1879603239{
TEXT("/Script/UMG"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Extensions_UIComponent_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Extensions_UIComponent_h__Script_UMG_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS