Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/FieldNotification/UHT/INotifyFieldValueChanged.generated.h
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

89 lines
4.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!
===========================================================================*/
// 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