263 lines
14 KiB
C++
263 lines
14 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 "Binding/States/WidgetStateRegistration.h"
|
|
|
|
#ifdef UMG_WidgetStateRegistration_generated_h
|
|
#error "WidgetStateRegistration.generated.h already included, missing '#pragma once' in WidgetStateRegistration.h"
|
|
#endif
|
|
#define UMG_WidgetStateRegistration_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UWidgetBinaryStateRegistration *******************************************
|
|
struct Z_Construct_UClass_UWidgetBinaryStateRegistration_Statics;
|
|
UMG_API UClass* Z_Construct_UClass_UWidgetBinaryStateRegistration_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_24_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUWidgetBinaryStateRegistration(); \
|
|
friend struct ::Z_Construct_UClass_UWidgetBinaryStateRegistration_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend UMG_API UClass* ::Z_Construct_UClass_UWidgetBinaryStateRegistration_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UWidgetBinaryStateRegistration, UObject, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/UMG"), Z_Construct_UClass_UWidgetBinaryStateRegistration_NoRegister) \
|
|
DECLARE_SERIALIZER(UWidgetBinaryStateRegistration)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_24_ENHANCED_CONSTRUCTORS \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UWidgetBinaryStateRegistration(UWidgetBinaryStateRegistration&&) = delete; \
|
|
UWidgetBinaryStateRegistration(const UWidgetBinaryStateRegistration&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(UMG_API, UWidgetBinaryStateRegistration); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UWidgetBinaryStateRegistration); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UWidgetBinaryStateRegistration)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_21_PROLOG
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_24_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_24_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_24_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UWidgetBinaryStateRegistration;
|
|
|
|
// ********** End Class UWidgetBinaryStateRegistration *********************************************
|
|
|
|
// ********** Begin Class UWidgetHoveredStateRegistration ******************************************
|
|
struct Z_Construct_UClass_UWidgetHoveredStateRegistration_Statics;
|
|
UMG_API UClass* Z_Construct_UClass_UWidgetHoveredStateRegistration_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_46_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUWidgetHoveredStateRegistration(); \
|
|
friend struct ::Z_Construct_UClass_UWidgetHoveredStateRegistration_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend UMG_API UClass* ::Z_Construct_UClass_UWidgetHoveredStateRegistration_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UWidgetHoveredStateRegistration, UWidgetBinaryStateRegistration, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/UMG"), Z_Construct_UClass_UWidgetHoveredStateRegistration_NoRegister) \
|
|
DECLARE_SERIALIZER(UWidgetHoveredStateRegistration)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_46_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
UMG_API UWidgetHoveredStateRegistration(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UWidgetHoveredStateRegistration(UWidgetHoveredStateRegistration&&) = delete; \
|
|
UWidgetHoveredStateRegistration(const UWidgetHoveredStateRegistration&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(UMG_API, UWidgetHoveredStateRegistration); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UWidgetHoveredStateRegistration); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UWidgetHoveredStateRegistration) \
|
|
UMG_API virtual ~UWidgetHoveredStateRegistration();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_43_PROLOG
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_46_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_46_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_46_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UWidgetHoveredStateRegistration;
|
|
|
|
// ********** End Class UWidgetHoveredStateRegistration ********************************************
|
|
|
|
// ********** Begin Class UWidgetPressedStateRegistration ******************************************
|
|
struct Z_Construct_UClass_UWidgetPressedStateRegistration_Statics;
|
|
UMG_API UClass* Z_Construct_UClass_UWidgetPressedStateRegistration_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_71_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUWidgetPressedStateRegistration(); \
|
|
friend struct ::Z_Construct_UClass_UWidgetPressedStateRegistration_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend UMG_API UClass* ::Z_Construct_UClass_UWidgetPressedStateRegistration_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UWidgetPressedStateRegistration, UWidgetBinaryStateRegistration, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/UMG"), Z_Construct_UClass_UWidgetPressedStateRegistration_NoRegister) \
|
|
DECLARE_SERIALIZER(UWidgetPressedStateRegistration)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_71_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
UMG_API UWidgetPressedStateRegistration(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UWidgetPressedStateRegistration(UWidgetPressedStateRegistration&&) = delete; \
|
|
UWidgetPressedStateRegistration(const UWidgetPressedStateRegistration&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(UMG_API, UWidgetPressedStateRegistration); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UWidgetPressedStateRegistration); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UWidgetPressedStateRegistration) \
|
|
UMG_API virtual ~UWidgetPressedStateRegistration();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_68_PROLOG
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_71_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_71_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_71_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UWidgetPressedStateRegistration;
|
|
|
|
// ********** End Class UWidgetPressedStateRegistration ********************************************
|
|
|
|
// ********** Begin Class UWidgetDisabledStateRegistration *****************************************
|
|
struct Z_Construct_UClass_UWidgetDisabledStateRegistration_Statics;
|
|
UMG_API UClass* Z_Construct_UClass_UWidgetDisabledStateRegistration_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_96_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUWidgetDisabledStateRegistration(); \
|
|
friend struct ::Z_Construct_UClass_UWidgetDisabledStateRegistration_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend UMG_API UClass* ::Z_Construct_UClass_UWidgetDisabledStateRegistration_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UWidgetDisabledStateRegistration, UWidgetBinaryStateRegistration, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/UMG"), Z_Construct_UClass_UWidgetDisabledStateRegistration_NoRegister) \
|
|
DECLARE_SERIALIZER(UWidgetDisabledStateRegistration)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_96_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
UMG_API UWidgetDisabledStateRegistration(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UWidgetDisabledStateRegistration(UWidgetDisabledStateRegistration&&) = delete; \
|
|
UWidgetDisabledStateRegistration(const UWidgetDisabledStateRegistration&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(UMG_API, UWidgetDisabledStateRegistration); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UWidgetDisabledStateRegistration); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UWidgetDisabledStateRegistration) \
|
|
UMG_API virtual ~UWidgetDisabledStateRegistration();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_93_PROLOG
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_96_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_96_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_96_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UWidgetDisabledStateRegistration;
|
|
|
|
// ********** End Class UWidgetDisabledStateRegistration *******************************************
|
|
|
|
// ********** Begin Class UWidgetSelectedStateRegistration *****************************************
|
|
struct Z_Construct_UClass_UWidgetSelectedStateRegistration_Statics;
|
|
UMG_API UClass* Z_Construct_UClass_UWidgetSelectedStateRegistration_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_121_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUWidgetSelectedStateRegistration(); \
|
|
friend struct ::Z_Construct_UClass_UWidgetSelectedStateRegistration_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend UMG_API UClass* ::Z_Construct_UClass_UWidgetSelectedStateRegistration_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UWidgetSelectedStateRegistration, UWidgetBinaryStateRegistration, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/UMG"), Z_Construct_UClass_UWidgetSelectedStateRegistration_NoRegister) \
|
|
DECLARE_SERIALIZER(UWidgetSelectedStateRegistration)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_121_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
UMG_API UWidgetSelectedStateRegistration(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UWidgetSelectedStateRegistration(UWidgetSelectedStateRegistration&&) = delete; \
|
|
UWidgetSelectedStateRegistration(const UWidgetSelectedStateRegistration&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(UMG_API, UWidgetSelectedStateRegistration); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UWidgetSelectedStateRegistration); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UWidgetSelectedStateRegistration) \
|
|
UMG_API virtual ~UWidgetSelectedStateRegistration();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_118_PROLOG
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_121_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_121_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_121_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UWidgetSelectedStateRegistration;
|
|
|
|
// ********** End Class UWidgetSelectedStateRegistration *******************************************
|
|
|
|
// ********** Begin Class UWidgetEnumStateRegistration *********************************************
|
|
struct Z_Construct_UClass_UWidgetEnumStateRegistration_Statics;
|
|
UMG_API UClass* Z_Construct_UClass_UWidgetEnumStateRegistration_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_149_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUWidgetEnumStateRegistration(); \
|
|
friend struct ::Z_Construct_UClass_UWidgetEnumStateRegistration_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend UMG_API UClass* ::Z_Construct_UClass_UWidgetEnumStateRegistration_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UWidgetEnumStateRegistration, UObject, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/UMG"), Z_Construct_UClass_UWidgetEnumStateRegistration_NoRegister) \
|
|
DECLARE_SERIALIZER(UWidgetEnumStateRegistration)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_149_ENHANCED_CONSTRUCTORS \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UWidgetEnumStateRegistration(UWidgetEnumStateRegistration&&) = delete; \
|
|
UWidgetEnumStateRegistration(const UWidgetEnumStateRegistration&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(UMG_API, UWidgetEnumStateRegistration); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UWidgetEnumStateRegistration); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UWidgetEnumStateRegistration)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_146_PROLOG
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_149_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_149_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h_149_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UWidgetEnumStateRegistration;
|
|
|
|
// ********** End Class UWidgetEnumStateRegistration ***********************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_UMG_Public_Binding_States_WidgetStateRegistration_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|