74 lines
3.2 KiB
C++
74 lines
3.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/DynamicEntryBox.h"
|
|
|
|
#ifdef UMG_DynamicEntryBox_generated_h
|
|
#error "DynamicEntryBox.generated.h already included, missing '#pragma once' in DynamicEntryBox.h"
|
|
#endif
|
|
#define UMG_DynamicEntryBox_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
class UClass;
|
|
class UUserWidget;
|
|
|
|
// ********** Begin Class UDynamicEntryBox *********************************************************
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_DynamicEntryBox_h_19_RPC_WRAPPERS_NO_PURE_DECLS \
|
|
DECLARE_FUNCTION(execBP_CreateEntryOfClass); \
|
|
DECLARE_FUNCTION(execBP_CreateEntry); \
|
|
DECLARE_FUNCTION(execRemoveEntry); \
|
|
DECLARE_FUNCTION(execReset);
|
|
|
|
|
|
struct Z_Construct_UClass_UDynamicEntryBox_Statics;
|
|
UMG_API UClass* Z_Construct_UClass_UDynamicEntryBox_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_DynamicEntryBox_h_19_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUDynamicEntryBox(); \
|
|
friend struct ::Z_Construct_UClass_UDynamicEntryBox_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend UMG_API UClass* ::Z_Construct_UClass_UDynamicEntryBox_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UDynamicEntryBox, UDynamicEntryBoxBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/UMG"), Z_Construct_UClass_UDynamicEntryBox_NoRegister) \
|
|
DECLARE_SERIALIZER(UDynamicEntryBox)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_DynamicEntryBox_h_19_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
UMG_API UDynamicEntryBox(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UDynamicEntryBox(UDynamicEntryBox&&) = delete; \
|
|
UDynamicEntryBox(const UDynamicEntryBox&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(UMG_API, UDynamicEntryBox); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDynamicEntryBox); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDynamicEntryBox) \
|
|
UMG_API virtual ~UDynamicEntryBox();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_DynamicEntryBox_h_16_PROLOG
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_DynamicEntryBox_h_19_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_DynamicEntryBox_h_19_RPC_WRAPPERS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_DynamicEntryBox_h_19_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_DynamicEntryBox_h_19_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UDynamicEntryBox;
|
|
|
|
// ********** End Class UDynamicEntryBox ***********************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_UMG_Public_Components_DynamicEntryBox_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|