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

74 lines
3.0 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/GridPanel.h"
#ifdef UMG_GridPanel_generated_h
#error "GridPanel.generated.h already included, missing '#pragma once' in GridPanel.h"
#endif
#define UMG_GridPanel_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
class UGridSlot;
class UWidget;
// ********** Begin Class UGridPanel ***************************************************************
#define FID_Engine_Source_Runtime_UMG_Public_Components_GridPanel_h_21_RPC_WRAPPERS \
DECLARE_FUNCTION(execClearFill); \
DECLARE_FUNCTION(execSetRowFill); \
DECLARE_FUNCTION(execSetColumnFill); \
DECLARE_FUNCTION(execAddChildToGrid);
struct Z_Construct_UClass_UGridPanel_Statics;
UMG_API UClass* Z_Construct_UClass_UGridPanel_NoRegister();
#define FID_Engine_Source_Runtime_UMG_Public_Components_GridPanel_h_21_INCLASS \
private: \
static void StaticRegisterNativesUGridPanel(); \
friend struct ::Z_Construct_UClass_UGridPanel_Statics; \
static UClass* GetPrivateStaticClass(); \
friend UMG_API UClass* ::Z_Construct_UClass_UGridPanel_NoRegister(); \
public: \
DECLARE_CLASS2(UGridPanel, UPanelWidget, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/UMG"), Z_Construct_UClass_UGridPanel_NoRegister) \
DECLARE_SERIALIZER(UGridPanel)
#define FID_Engine_Source_Runtime_UMG_Public_Components_GridPanel_h_21_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
UMG_API UGridPanel(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UGridPanel) \
DECLARE_VTABLE_PTR_HELPER_CTOR(UMG_API, UGridPanel); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGridPanel); \
/** Deleted move- and copy-constructors, should never be used */ \
UGridPanel(UGridPanel&&) = delete; \
UGridPanel(const UGridPanel&) = delete; \
UMG_API virtual ~UGridPanel();
#define FID_Engine_Source_Runtime_UMG_Public_Components_GridPanel_h_18_PROLOG
#define FID_Engine_Source_Runtime_UMG_Public_Components_GridPanel_h_21_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_UMG_Public_Components_GridPanel_h_21_RPC_WRAPPERS \
FID_Engine_Source_Runtime_UMG_Public_Components_GridPanel_h_21_INCLASS \
FID_Engine_Source_Runtime_UMG_Public_Components_GridPanel_h_21_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UGridPanel;
// ********** End Class UGridPanel *****************************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_UMG_Public_Components_GridPanel_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS