122 lines
6.4 KiB
C++
122 lines
6.4 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 "Binding/WidgetFieldNotificationExtension.h"
|
||
|
|
#include "Blueprint/UserWidget.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeWidgetFieldNotificationExtension() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UUserWidgetExtension();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UWidgetFieldNotificationExtension();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UWidgetFieldNotificationExtension_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_UMG();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UWidgetFieldNotificationExtension ****************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UWidgetFieldNotificationExtension;
|
||
|
|
UClass* UWidgetFieldNotificationExtension::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UWidgetFieldNotificationExtension;
|
||
|
|
if (!Z_Registration_Info_UClass_UWidgetFieldNotificationExtension.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("WidgetFieldNotificationExtension"),
|
||
|
|
Z_Registration_Info_UClass_UWidgetFieldNotificationExtension.InnerSingleton,
|
||
|
|
StaticRegisterNativesUWidgetFieldNotificationExtension,
|
||
|
|
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_UWidgetFieldNotificationExtension.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UWidgetFieldNotificationExtension_NoRegister()
|
||
|
|
{
|
||
|
|
return UWidgetFieldNotificationExtension::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UWidgetFieldNotificationExtension_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "IncludePath", "Binding/WidgetFieldNotificationExtension.h" },
|
||
|
|
{ "ModuleRelativePath", "Private/Binding/WidgetFieldNotificationExtension.h" },
|
||
|
|
{ "NotBlueprintType", "true" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UWidgetFieldNotificationExtension constinit property declarations ********
|
||
|
|
// ********** End Class UWidgetFieldNotificationExtension constinit property declarations **********
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UWidgetFieldNotificationExtension>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UWidgetFieldNotificationExtension_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UWidgetFieldNotificationExtension_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UUserWidgetExtension,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWidgetFieldNotificationExtension_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UWidgetFieldNotificationExtension_Statics::ClassParams = {
|
||
|
|
&UWidgetFieldNotificationExtension::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0x002800A8u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UWidgetFieldNotificationExtension_Statics::Class_MetaDataParams), Z_Construct_UClass_UWidgetFieldNotificationExtension_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UWidgetFieldNotificationExtension::StaticRegisterNativesUWidgetFieldNotificationExtension()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UWidgetFieldNotificationExtension()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UWidgetFieldNotificationExtension.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UWidgetFieldNotificationExtension.OuterSingleton, Z_Construct_UClass_UWidgetFieldNotificationExtension_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UWidgetFieldNotificationExtension.OuterSingleton;
|
||
|
|
}
|
||
|
|
UWidgetFieldNotificationExtension::UWidgetFieldNotificationExtension(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UWidgetFieldNotificationExtension);
|
||
|
|
UWidgetFieldNotificationExtension::~UWidgetFieldNotificationExtension() {}
|
||
|
|
// ********** End Class UWidgetFieldNotificationExtension ******************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Private_Binding_WidgetFieldNotificationExtension_h__Script_UMG_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UWidgetFieldNotificationExtension, UWidgetFieldNotificationExtension::StaticClass, TEXT("UWidgetFieldNotificationExtension"), &Z_Registration_Info_UClass_UWidgetFieldNotificationExtension, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UWidgetFieldNotificationExtension), 3023617449U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Private_Binding_WidgetFieldNotificationExtension_h__Script_UMG_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Private_Binding_WidgetFieldNotificationExtension_h__Script_UMG_527523007{
|
||
|
|
TEXT("/Script/UMG"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Private_Binding_WidgetFieldNotificationExtension_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Private_Binding_WidgetFieldNotificationExtension_h__Script_UMG_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|