Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
// 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"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeFieldNotification_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); FIELDNOTIFICATION_API UFunction* Z_Construct_UDelegateFunction_FieldNotification_FieldValueChangedDynamicDelegate__DelegateSignature();
static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_FieldNotification;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_FieldNotification()
{
if (!Z_Registration_Info_UPackage__Script_FieldNotification.OuterSingleton)
{
static UObject* (*const SingletonFuncArray[])() = {
(UObject* (*)())Z_Construct_UDelegateFunction_FieldNotification_FieldValueChangedDynamicDelegate__DelegateSignature,
};
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/FieldNotification",
SingletonFuncArray,
UE_ARRAY_COUNT(SingletonFuncArray),
PKG_CompiledIn | 0x00000000,
0x13187B86,
0xC6B0D8B7,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_FieldNotification.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_FieldNotification.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_FieldNotification(Z_Construct_UPackage__Script_FieldNotification, TEXT("/Script/FieldNotification"), Z_Registration_Info_UPackage__Script_FieldNotification, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x13187B86, 0xC6B0D8B7));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@@ -0,0 +1,102 @@
// 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 "FieldNotificationId.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeFieldNotificationId() {}
// ********** Begin Cross Module References ********************************************************
FIELDNOTIFICATION_API UScriptStruct* Z_Construct_UScriptStruct_FFieldNotificationId();
UPackage* Z_Construct_UPackage__Script_FieldNotification();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FFieldNotificationId **********************************************
struct Z_Construct_UScriptStruct_FFieldNotificationId_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FFieldNotificationId); }
static inline consteval int16 GetStructAlignment() { return alignof(FFieldNotificationId); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "//namespace\n" },
{ "ModuleRelativePath", "Public/FieldNotificationId.h" },
{ "ToolTip", "namespace" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FieldName_MetaData[] = {
{ "Category", "FieldNotify" },
{ "ModuleRelativePath", "Public/FieldNotificationId.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FFieldNotificationId constinit property declarations **************
static const UECodeGen_Private::FNamePropertyParams NewProp_FieldName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FFieldNotificationId constinit property declarations ****************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FFieldNotificationId>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FFieldNotificationId_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FFieldNotificationId;
class UScriptStruct* FFieldNotificationId::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FFieldNotificationId.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FFieldNotificationId.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFieldNotificationId, (UObject*)Z_Construct_UPackage__Script_FieldNotification(), TEXT("FieldNotificationId"));
}
return Z_Registration_Info_UScriptStruct_FFieldNotificationId.OuterSingleton;
}
// ********** Begin ScriptStruct FFieldNotificationId Property Definitions *************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FFieldNotificationId_Statics::NewProp_FieldName = { "FieldName", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFieldNotificationId, FieldName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FieldName_MetaData), NewProp_FieldName_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FFieldNotificationId_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFieldNotificationId_Statics::NewProp_FieldName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFieldNotificationId_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FFieldNotificationId Property Definitions ***************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFieldNotificationId_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_FieldNotification,
nullptr,
&NewStructOps,
"FieldNotificationId",
Z_Construct_UScriptStruct_FFieldNotificationId_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFieldNotificationId_Statics::PropPointers),
sizeof(FFieldNotificationId),
alignof(FFieldNotificationId),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFieldNotificationId_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FFieldNotificationId_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FFieldNotificationId()
{
if (!Z_Registration_Info_UScriptStruct_FFieldNotificationId.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FFieldNotificationId.InnerSingleton, Z_Construct_UScriptStruct_FFieldNotificationId_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FFieldNotificationId.InnerSingleton);
}
// ********** End ScriptStruct FFieldNotificationId ************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_FieldNotification_Public_FieldNotificationId_h__Script_FieldNotification_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FFieldNotificationId::StaticStruct, Z_Construct_UScriptStruct_FFieldNotificationId_Statics::NewStructOps, TEXT("FieldNotificationId"),&Z_Registration_Info_UScriptStruct_FFieldNotificationId, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFieldNotificationId), 2357971830U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_FieldNotification_Public_FieldNotificationId_h__Script_FieldNotification_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_FieldNotification_Public_FieldNotificationId_h__Script_FieldNotification_2114880978{
TEXT("/Script/FieldNotification"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_FieldNotification_Public_FieldNotificationId_h__Script_FieldNotification_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_FieldNotification_Public_FieldNotificationId_h__Script_FieldNotification_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,32 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "FieldNotificationId.h"
#ifdef FIELDNOTIFICATION_FieldNotificationId_generated_h
#error "FieldNotificationId.generated.h already included, missing '#pragma once' in FieldNotificationId.h"
#endif
#define FIELDNOTIFICATION_FieldNotificationId_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FFieldNotificationId **********************************************
struct Z_Construct_UScriptStruct_FFieldNotificationId_Statics;
#define FID_Engine_Source_Runtime_FieldNotification_Public_FieldNotificationId_h_87_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FFieldNotificationId_Statics; \
FIELDNOTIFICATION_API static class UScriptStruct* StaticStruct();
struct FFieldNotificationId;
// ********** End ScriptStruct FFieldNotificationId ************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_FieldNotification_Public_FieldNotificationId_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,181 @@
// 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 "INotifyFieldValueChanged.h"
#include "FieldNotificationId.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeINotifyFieldValueChanged() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UInterface();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
FIELDNOTIFICATION_API UClass* Z_Construct_UClass_UNotifyFieldValueChanged();
FIELDNOTIFICATION_API UClass* Z_Construct_UClass_UNotifyFieldValueChanged_NoRegister();
FIELDNOTIFICATION_API UFunction* Z_Construct_UDelegateFunction_FieldNotification_FieldValueChangedDynamicDelegate__DelegateSignature();
FIELDNOTIFICATION_API UScriptStruct* Z_Construct_UScriptStruct_FFieldNotificationId();
UPackage* Z_Construct_UPackage__Script_FieldNotification();
// ********** End Cross Module References **********************************************************
// ********** Begin Delegate FFieldValueChangedDynamicDelegate *************************************
struct Z_Construct_UDelegateFunction_FieldNotification_FieldValueChangedDynamicDelegate__DelegateSignature_Statics
{
struct _Script_FieldNotification_eventFieldValueChangedDynamicDelegate_Parms
{
UObject* Object;
FFieldNotificationId Field;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/INotifyFieldValueChanged.h" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FFieldValueChangedDynamicDelegate constinit property declarations *****
static const UECodeGen_Private::FObjectPropertyParams NewProp_Object;
static const UECodeGen_Private::FStructPropertyParams NewProp_Field;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FFieldValueChangedDynamicDelegate constinit property declarations *******
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FFieldValueChangedDynamicDelegate Property Definitions ****************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UDelegateFunction_FieldNotification_FieldValueChangedDynamicDelegate__DelegateSignature_Statics::NewProp_Object = { "Object", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_FieldNotification_eventFieldValueChangedDynamicDelegate_Parms, Object), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UDelegateFunction_FieldNotification_FieldValueChangedDynamicDelegate__DelegateSignature_Statics::NewProp_Field = { "Field", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_FieldNotification_eventFieldValueChangedDynamicDelegate_Parms, Field), Z_Construct_UScriptStruct_FFieldNotificationId, METADATA_PARAMS(0, nullptr) }; // 2357971830
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_FieldNotification_FieldValueChangedDynamicDelegate__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_FieldNotification_FieldValueChangedDynamicDelegate__DelegateSignature_Statics::NewProp_Object,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_FieldNotification_FieldValueChangedDynamicDelegate__DelegateSignature_Statics::NewProp_Field,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_FieldNotification_FieldValueChangedDynamicDelegate__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FFieldValueChangedDynamicDelegate Property Definitions ******************
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_FieldNotification_FieldValueChangedDynamicDelegate__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_FieldNotification, nullptr, "FieldValueChangedDynamicDelegate__DelegateSignature", Z_Construct_UDelegateFunction_FieldNotification_FieldValueChangedDynamicDelegate__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_FieldNotification_FieldValueChangedDynamicDelegate__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_FieldNotification_FieldValueChangedDynamicDelegate__DelegateSignature_Statics::_Script_FieldNotification_eventFieldValueChangedDynamicDelegate_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00120000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_FieldNotification_FieldValueChangedDynamicDelegate__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_FieldNotification_FieldValueChangedDynamicDelegate__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_FieldNotification_FieldValueChangedDynamicDelegate__DelegateSignature_Statics::_Script_FieldNotification_eventFieldValueChangedDynamicDelegate_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_FieldNotification_FieldValueChangedDynamicDelegate__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_FieldNotification_FieldValueChangedDynamicDelegate__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void FFieldValueChangedDynamicDelegate_DelegateWrapper(const FScriptDelegate& FieldValueChangedDynamicDelegate, UObject* Object, FFieldNotificationId Field)
{
struct _Script_FieldNotification_eventFieldValueChangedDynamicDelegate_Parms
{
UObject* Object;
FFieldNotificationId Field;
};
_Script_FieldNotification_eventFieldValueChangedDynamicDelegate_Parms Parms;
Parms.Object=Object;
Parms.Field=Field;
FieldValueChangedDynamicDelegate.ProcessDelegate<UObject>(&Parms);
}
// ********** End Delegate FFieldValueChangedDynamicDelegate ***************************************
// ********** Begin Interface UNotifyFieldValueChanged *********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UNotifyFieldValueChanged;
UClass* UNotifyFieldValueChanged::GetPrivateStaticClass()
{
using TClass = UNotifyFieldValueChanged;
if (!Z_Registration_Info_UClass_UNotifyFieldValueChanged.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("NotifyFieldValueChanged"),
Z_Registration_Info_UClass_UNotifyFieldValueChanged.InnerSingleton,
StaticRegisterNativesUNotifyFieldValueChanged,
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_UNotifyFieldValueChanged.InnerSingleton;
}
UClass* Z_Construct_UClass_UNotifyFieldValueChanged_NoRegister()
{
return UNotifyFieldValueChanged::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UNotifyFieldValueChanged_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IsBlueprintBase", "false" },
{ "ModuleRelativePath", "Public/INotifyFieldValueChanged.h" },
};
#endif // WITH_METADATA
// ********** Begin Interface UNotifyFieldValueChanged constinit property declarations *************
// ********** End Interface UNotifyFieldValueChanged constinit property declarations ***************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<INotifyFieldValueChanged>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UNotifyFieldValueChanged_Statics
UObject* (*const Z_Construct_UClass_UNotifyFieldValueChanged_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterface,
(UObject* (*)())Z_Construct_UPackage__Script_FieldNotification,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNotifyFieldValueChanged_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNotifyFieldValueChanged_Statics::ClassParams = {
&UNotifyFieldValueChanged::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000840A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNotifyFieldValueChanged_Statics::Class_MetaDataParams), Z_Construct_UClass_UNotifyFieldValueChanged_Statics::Class_MetaDataParams)
};
void UNotifyFieldValueChanged::StaticRegisterNativesUNotifyFieldValueChanged()
{
}
UClass* Z_Construct_UClass_UNotifyFieldValueChanged()
{
if (!Z_Registration_Info_UClass_UNotifyFieldValueChanged.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNotifyFieldValueChanged.OuterSingleton, Z_Construct_UClass_UNotifyFieldValueChanged_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UNotifyFieldValueChanged.OuterSingleton;
}
UNotifyFieldValueChanged::UNotifyFieldValueChanged(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNotifyFieldValueChanged);
// ********** End Interface UNotifyFieldValueChanged ***********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_FieldNotification_Public_INotifyFieldValueChanged_h__Script_FieldNotification_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UNotifyFieldValueChanged, UNotifyFieldValueChanged::StaticClass, TEXT("UNotifyFieldValueChanged"), &Z_Registration_Info_UClass_UNotifyFieldValueChanged, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNotifyFieldValueChanged), 1610533268U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_FieldNotification_Public_INotifyFieldValueChanged_h__Script_FieldNotification_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_FieldNotification_Public_INotifyFieldValueChanged_h__Script_FieldNotification_2049313111{
TEXT("/Script/FieldNotification"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_FieldNotification_Public_INotifyFieldValueChanged_h__Script_FieldNotification_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_FieldNotification_Public_INotifyFieldValueChanged_h__Script_FieldNotification_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,88 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "INotifyFieldValueChanged.h"
#ifdef FIELDNOTIFICATION_INotifyFieldValueChanged_generated_h
#error "INotifyFieldValueChanged.generated.h already included, missing '#pragma once' in INotifyFieldValueChanged.h"
#endif
#define FIELDNOTIFICATION_INotifyFieldValueChanged_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
class UObject;
struct FFieldNotificationId;
// ********** Begin Delegate FFieldValueChangedDynamicDelegate *************************************
#define FID_Engine_Source_Runtime_FieldNotification_Public_INotifyFieldValueChanged_h_12_DELEGATE \
FIELDNOTIFICATION_API void FFieldValueChangedDynamicDelegate_DelegateWrapper(const FScriptDelegate& FieldValueChangedDynamicDelegate, UObject* Object, FFieldNotificationId Field);
// ********** End Delegate FFieldValueChangedDynamicDelegate ***************************************
// ********** Begin Interface UNotifyFieldValueChanged *********************************************
struct Z_Construct_UClass_UNotifyFieldValueChanged_Statics;
FIELDNOTIFICATION_API UClass* Z_Construct_UClass_UNotifyFieldValueChanged_NoRegister();
#define FID_Engine_Source_Runtime_FieldNotification_Public_INotifyFieldValueChanged_h_18_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
FIELDNOTIFICATION_API UNotifyFieldValueChanged(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UNotifyFieldValueChanged(UNotifyFieldValueChanged&&) = delete; \
UNotifyFieldValueChanged(const UNotifyFieldValueChanged&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(FIELDNOTIFICATION_API, UNotifyFieldValueChanged); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNotifyFieldValueChanged); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UNotifyFieldValueChanged) \
virtual ~UNotifyFieldValueChanged() = default;
#define FID_Engine_Source_Runtime_FieldNotification_Public_INotifyFieldValueChanged_h_18_GENERATED_UINTERFACE_BODY() \
private: \
static void StaticRegisterNativesUNotifyFieldValueChanged(); \
friend struct ::Z_Construct_UClass_UNotifyFieldValueChanged_Statics; \
static UClass* GetPrivateStaticClass(); \
friend FIELDNOTIFICATION_API UClass* ::Z_Construct_UClass_UNotifyFieldValueChanged_NoRegister(); \
public: \
DECLARE_CLASS2(UNotifyFieldValueChanged, UInterface, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Interface), CASTCLASS_None, TEXT("/Script/FieldNotification"), Z_Construct_UClass_UNotifyFieldValueChanged_NoRegister) \
DECLARE_SERIALIZER(UNotifyFieldValueChanged)
#define FID_Engine_Source_Runtime_FieldNotification_Public_INotifyFieldValueChanged_h_18_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
FID_Engine_Source_Runtime_FieldNotification_Public_INotifyFieldValueChanged_h_18_GENERATED_UINTERFACE_BODY() \
FID_Engine_Source_Runtime_FieldNotification_Public_INotifyFieldValueChanged_h_18_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_Engine_Source_Runtime_FieldNotification_Public_INotifyFieldValueChanged_h_18_INCLASS_IINTERFACE_NO_PURE_DECLS \
protected: \
virtual ~INotifyFieldValueChanged() {} \
public: \
typedef UNotifyFieldValueChanged UClassType; \
typedef INotifyFieldValueChanged ThisClass; \
virtual UObject* _getUObject() const { return nullptr; }
#define FID_Engine_Source_Runtime_FieldNotification_Public_INotifyFieldValueChanged_h_15_PROLOG
#define FID_Engine_Source_Runtime_FieldNotification_Public_INotifyFieldValueChanged_h_24_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_FieldNotification_Public_INotifyFieldValueChanged_h_18_INCLASS_IINTERFACE_NO_PURE_DECLS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UNotifyFieldValueChanged;
// ********** End Interface UNotifyFieldValueChanged ***********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_FieldNotification_Public_INotifyFieldValueChanged_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,2 @@
D:\UE_5_7_1\Engine\Source\Runtime\FieldNotification\Public\FieldNotificationId.h
D:\UE_5_7_1\Engine\Source\Runtime\FieldNotification\Public\INotifyFieldValueChanged.h