149 lines
7.2 KiB
C
149 lines
7.2 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 "Components/CheckBox.h"
|
||
|
|
|
||
|
|
#ifdef UMG_CheckBox_generated_h
|
||
|
|
#error "CheckBox.generated.h already included, missing '#pragma once' in CheckBox.h"
|
||
|
|
#endif
|
||
|
|
#define UMG_CheckBox_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
enum class ECheckBoxState : uint8;
|
||
|
|
|
||
|
|
// ********** Begin Delegate FOnCheckBoxComponentStateChanged **************************************
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h_20_DELEGATE \
|
||
|
|
UMG_API void FOnCheckBoxComponentStateChanged_DelegateWrapper(const FMulticastScriptDelegate& OnCheckBoxComponentStateChanged, bool bIsChecked);
|
||
|
|
|
||
|
|
|
||
|
|
// ********** End Delegate FOnCheckBoxComponentStateChanged ****************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCheckBox ****************************************************************
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h_33_RPC_WRAPPERS \
|
||
|
|
DECLARE_FUNCTION(execSetPressMethod); \
|
||
|
|
DECLARE_FUNCTION(execSetTouchMethod); \
|
||
|
|
DECLARE_FUNCTION(execSetClickMethod); \
|
||
|
|
DECLARE_FUNCTION(execSetCheckedState); \
|
||
|
|
DECLARE_FUNCTION(execSetIsChecked); \
|
||
|
|
DECLARE_FUNCTION(execGetCheckedState); \
|
||
|
|
DECLARE_FUNCTION(execIsChecked); \
|
||
|
|
DECLARE_FUNCTION(execIsPressed);
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h_33_ACCESSORS \
|
||
|
|
static void GetCheckedState_WrapperImpl(const void* Object, void* OutValue); \
|
||
|
|
static void SetCheckedState_WrapperImpl(void* Object, const void* InValue); \
|
||
|
|
static void GetWidgetStyle_WrapperImpl(const void* Object, void* OutValue); \
|
||
|
|
static void SetWidgetStyle_WrapperImpl(void* Object, const void* InValue); \
|
||
|
|
static void GetClickMethod_WrapperImpl(const void* Object, void* OutValue); \
|
||
|
|
static void SetClickMethod_WrapperImpl(void* Object, const void* InValue); \
|
||
|
|
static void GetTouchMethod_WrapperImpl(const void* Object, void* OutValue); \
|
||
|
|
static void SetTouchMethod_WrapperImpl(void* Object, const void* InValue); \
|
||
|
|
static void GetPressMethod_WrapperImpl(const void* Object, void* OutValue); \
|
||
|
|
static void SetPressMethod_WrapperImpl(void* Object, const void* InValue); \
|
||
|
|
static void GetIsFocusable_WrapperImpl(const void* Object, void* OutValue);
|
||
|
|
|
||
|
|
|
||
|
|
struct Z_Construct_UClass_UCheckBox_Statics;
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UCheckBox_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h_33_INCLASS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUCheckBox(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UCheckBox_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend UMG_API UClass* ::Z_Construct_UClass_UCheckBox_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UCheckBox, UContentWidget, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/UMG"), Z_Construct_UClass_UCheckBox_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UCheckBox)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h_33_STANDARD_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
UMG_API UCheckBox(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UCheckBox) \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(UMG_API, UCheckBox); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UCheckBox); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UCheckBox(UCheckBox&&) = delete; \
|
||
|
|
UCheckBox(const UCheckBox&) = delete; \
|
||
|
|
UMG_API virtual ~UCheckBox();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h_33_FIELDNOTIFY \
|
||
|
|
UE_FIELD_NOTIFICATION_DECLARE_CLASS_DESCRIPTOR_BEGIN(UMG_API ) \
|
||
|
|
UE_FIELD_NOTIFICATION_DECLARE_FIELD(CheckedState,UMG_API ) \
|
||
|
|
UE_FIELD_NOTIFICATION_DECLARE_ENUM_FIELD_BEGIN(CheckedState) \
|
||
|
|
UE_FIELD_NOTIFICATION_DECLARE_ENUM_FIELD_END() \
|
||
|
|
UE_FIELD_NOTIFICATION_DECLARE_CLASS_DESCRIPTOR_END();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h_30_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h_33_GENERATED_BODY_LEGACY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h_33_RPC_WRAPPERS \
|
||
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h_33_ACCESSORS \
|
||
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h_33_INCLASS \
|
||
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h_33_STANDARD_CONSTRUCTORS \
|
||
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h_33_FIELDNOTIFY \
|
||
|
|
public: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UCheckBox;
|
||
|
|
|
||
|
|
// ********** End Class UCheckBox ******************************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UWidgetCheckedStateRegistration ******************************************
|
||
|
|
struct Z_Construct_UClass_UWidgetCheckedStateRegistration_Statics;
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UWidgetCheckedStateRegistration_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h_186_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUWidgetCheckedStateRegistration(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UWidgetCheckedStateRegistration_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend UMG_API UClass* ::Z_Construct_UClass_UWidgetCheckedStateRegistration_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UWidgetCheckedStateRegistration, UWidgetEnumStateRegistration, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/UMG"), Z_Construct_UClass_UWidgetCheckedStateRegistration_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UWidgetCheckedStateRegistration)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h_186_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
UMG_API UWidgetCheckedStateRegistration(); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UWidgetCheckedStateRegistration(UWidgetCheckedStateRegistration&&) = delete; \
|
||
|
|
UWidgetCheckedStateRegistration(const UWidgetCheckedStateRegistration&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(UMG_API, UWidgetCheckedStateRegistration); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UWidgetCheckedStateRegistration); \
|
||
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UWidgetCheckedStateRegistration) \
|
||
|
|
UMG_API virtual ~UWidgetCheckedStateRegistration();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h_183_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h_186_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h_186_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h_186_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UWidgetCheckedStateRegistration;
|
||
|
|
|
||
|
|
// ********** End Class UWidgetCheckedStateRegistration ********************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|