Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/UMG/UHT/MouseHoverComponent.gen.cpp

152 lines
8.2 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/MouseHoverComponent.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMouseHoverComponent() {}
// ********** Begin Cross Module References ********************************************************
UMG_API UClass* Z_Construct_UClass_UMouseHoverComponent();
UMG_API UClass* Z_Construct_UClass_UMouseHoverComponent_NoRegister();
UMG_API UClass* Z_Construct_UClass_UUIComponent();
UPackage* Z_Construct_UPackage__Script_UMG();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMouseHoverComponent *****************************************************
void UMouseHoverComponent::GetbIsHovered_WrapperImpl(const void* Object, void* OutValue)
{
const UMouseHoverComponent* Obj = (const UMouseHoverComponent*)Object;
bool& Result = *(bool*)OutValue;
Result = (bool)Obj->GetIsHovered();
}
FClassRegistrationInfo Z_Registration_Info_UClass_UMouseHoverComponent;
UClass* UMouseHoverComponent::GetPrivateStaticClass()
{
using TClass = UMouseHoverComponent;
if (!Z_Registration_Info_UClass_UMouseHoverComponent.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MouseHoverComponent"),
Z_Registration_Info_UClass_UMouseHoverComponent.InnerSingleton,
StaticRegisterNativesUMouseHoverComponent,
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_UMouseHoverComponent.InnerSingleton;
}
UClass* Z_Construct_UClass_UMouseHoverComponent_NoRegister()
{
return UMouseHoverComponent::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMouseHoverComponent_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** This is a class for a Component that exposes the mouse hover state of its Owner widget. */" },
{ "IncludePath", "Components/MouseHoverComponent.h" },
{ "ModuleRelativePath", "Public/Components/MouseHoverComponent.h" },
{ "ToolTip", "This is a class for a Component that exposes the mouse hover state of its Owner widget." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsHovered_MetaData[] = {
{ "AllowPrivateAccess", "" },
{ "Category", "Mouse Hover State" },
{ "ModuleRelativePath", "Public/Components/MouseHoverComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMouseHoverComponent constinit property declarations *********************
static void NewProp_bIsHovered_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsHovered;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMouseHoverComponent constinit property declarations ***********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMouseHoverComponent>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMouseHoverComponent_Statics
// ********** Begin Class UMouseHoverComponent Property Definitions ********************************
void Z_Construct_UClass_UMouseHoverComponent_Statics::NewProp_bIsHovered_SetBit(void* Obj)
{
((UMouseHoverComponent*)Obj)->bIsHovered = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMouseHoverComponent_Statics::NewProp_bIsHovered = { "bIsHovered", nullptr, (EPropertyFlags)0x0040000000020015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, &UMouseHoverComponent::GetbIsHovered_WrapperImpl, 1, sizeof(bool), sizeof(UMouseHoverComponent), &Z_Construct_UClass_UMouseHoverComponent_Statics::NewProp_bIsHovered_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsHovered_MetaData), NewProp_bIsHovered_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMouseHoverComponent_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMouseHoverComponent_Statics::NewProp_bIsHovered,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMouseHoverComponent_Statics::PropPointers) < 2048);
// ********** End Class UMouseHoverComponent Property Definitions **********************************
UObject* (*const Z_Construct_UClass_UMouseHoverComponent_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UUIComponent,
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMouseHoverComponent_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMouseHoverComponent_Statics::ClassParams = {
&UMouseHoverComponent::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMouseHoverComponent_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMouseHoverComponent_Statics::PropPointers),
0,
0x008800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMouseHoverComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UMouseHoverComponent_Statics::Class_MetaDataParams)
};
void UMouseHoverComponent::StaticRegisterNativesUMouseHoverComponent()
{
}
UClass* Z_Construct_UClass_UMouseHoverComponent()
{
if (!Z_Registration_Info_UClass_UMouseHoverComponent.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMouseHoverComponent.OuterSingleton, Z_Construct_UClass_UMouseHoverComponent_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMouseHoverComponent.OuterSingleton;
}
UMouseHoverComponent::UMouseHoverComponent(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMouseHoverComponent);
UMouseHoverComponent::~UMouseHoverComponent() {}
UE_FIELD_NOTIFICATION_IMPLEMENT_FIELD(UMouseHoverComponent, bIsHovered)
UE_FIELD_NOTIFICATION_IMPLEMENTATION_BEGIN(UMouseHoverComponent)
UE_FIELD_NOTIFICATION_IMPLEMENT_ENUM_FIELD(UMouseHoverComponent, bIsHovered)
UE_FIELD_NOTIFICATION_IMPLEMENTATION_END(UMouseHoverComponent);
// ********** End Class UMouseHoverComponent *******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_MouseHoverComponent_h__Script_UMG_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMouseHoverComponent, UMouseHoverComponent::StaticClass, TEXT("UMouseHoverComponent"), &Z_Registration_Info_UClass_UMouseHoverComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMouseHoverComponent), 3328324377U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_MouseHoverComponent_h__Script_UMG_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_MouseHoverComponent_h__Script_UMG_2023765532{
TEXT("/Script/UMG"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_MouseHoverComponent_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_MouseHoverComponent_h__Script_UMG_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS