80 lines
3.3 KiB
C
80 lines
3.3 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/PanelWidget.h"
|
||
|
|
|
||
|
|
#ifdef UMG_PanelWidget_generated_h
|
||
|
|
#error "PanelWidget.generated.h already included, missing '#pragma once' in PanelWidget.h"
|
||
|
|
#endif
|
||
|
|
#define UMG_PanelWidget_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
class UPanelSlot;
|
||
|
|
class UWidget;
|
||
|
|
|
||
|
|
// ********** Begin Class UPanelWidget *************************************************************
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_PanelWidget_h_16_RPC_WRAPPERS \
|
||
|
|
DECLARE_FUNCTION(execClearChildren); \
|
||
|
|
DECLARE_FUNCTION(execHasAnyChildren); \
|
||
|
|
DECLARE_FUNCTION(execRemoveChild); \
|
||
|
|
DECLARE_FUNCTION(execAddChild); \
|
||
|
|
DECLARE_FUNCTION(execRemoveChildAt); \
|
||
|
|
DECLARE_FUNCTION(execHasChild); \
|
||
|
|
DECLARE_FUNCTION(execGetChildIndex); \
|
||
|
|
DECLARE_FUNCTION(execGetAllChildren); \
|
||
|
|
DECLARE_FUNCTION(execGetChildAt); \
|
||
|
|
DECLARE_FUNCTION(execGetChildrenCount);
|
||
|
|
|
||
|
|
|
||
|
|
struct Z_Construct_UClass_UPanelWidget_Statics;
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UPanelWidget_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_PanelWidget_h_16_INCLASS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUPanelWidget(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UPanelWidget_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend UMG_API UClass* ::Z_Construct_UClass_UPanelWidget_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UPanelWidget, UWidget, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/UMG"), Z_Construct_UClass_UPanelWidget_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UPanelWidget)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_PanelWidget_h_16_STANDARD_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
UMG_API UPanelWidget(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UPanelWidget) \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(UMG_API, UPanelWidget); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UPanelWidget); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UPanelWidget(UPanelWidget&&) = delete; \
|
||
|
|
UPanelWidget(const UPanelWidget&) = delete; \
|
||
|
|
UMG_API virtual ~UPanelWidget();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_PanelWidget_h_13_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_PanelWidget_h_16_GENERATED_BODY_LEGACY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_PanelWidget_h_16_RPC_WRAPPERS \
|
||
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_PanelWidget_h_16_INCLASS \
|
||
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_PanelWidget_h_16_STANDARD_CONSTRUCTORS \
|
||
|
|
public: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UPanelWidget;
|
||
|
|
|
||
|
|
// ********** End Class UPanelWidget ***************************************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_UMG_Public_Components_PanelWidget_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|