103 lines
4.7 KiB
C++
103 lines
4.7 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/MenuAnchor.h"
|
|
|
|
#ifdef UMG_MenuAnchor_generated_h
|
|
#error "MenuAnchor.generated.h already included, missing '#pragma once' in MenuAnchor.h"
|
|
#endif
|
|
#define UMG_MenuAnchor_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
class UUserWidget;
|
|
|
|
// ********** Begin Delegate FOnMenuOpenChangedEvent ***********************************************
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_MenuAnchor_h_14_DELEGATE \
|
|
UMG_API void FOnMenuOpenChangedEvent_DelegateWrapper(const FMulticastScriptDelegate& OnMenuOpenChangedEvent, bool bIsOpen);
|
|
|
|
|
|
// ********** End Delegate FOnMenuOpenChangedEvent *************************************************
|
|
|
|
// ********** Begin Delegate FGetUserWidget ********************************************************
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_MenuAnchor_h_29_DELEGATE \
|
|
static UMG_API UUserWidget* FGetUserWidget_DelegateWrapper(const FScriptDelegate& GetUserWidget);
|
|
|
|
|
|
// ********** End Delegate FGetUserWidget **********************************************************
|
|
|
|
// ********** Begin Class UMenuAnchor **************************************************************
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_MenuAnchor_h_25_RPC_WRAPPERS \
|
|
DECLARE_FUNCTION(execHasOpenSubMenus); \
|
|
DECLARE_FUNCTION(execGetMenuPosition); \
|
|
DECLARE_FUNCTION(execShouldOpenDueToClick); \
|
|
DECLARE_FUNCTION(execIsOpen); \
|
|
DECLARE_FUNCTION(execClose); \
|
|
DECLARE_FUNCTION(execOpen); \
|
|
DECLARE_FUNCTION(execToggleOpen); \
|
|
DECLARE_FUNCTION(execFitInWindow); \
|
|
DECLARE_FUNCTION(execSetPlacement);
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_MenuAnchor_h_25_ACCESSORS \
|
|
static void GetPlacement_WrapperImpl(const void* Object, void* OutValue); \
|
|
static void SetPlacement_WrapperImpl(void* Object, const void* InValue); \
|
|
static void GetbFitInWindow_WrapperImpl(const void* Object, void* OutValue); \
|
|
static void SetbFitInWindow_WrapperImpl(void* Object, const void* InValue); \
|
|
static void GetShouldDeferPaintingAfterWindowContent_WrapperImpl(const void* Object, void* OutValue); \
|
|
static void GetUseApplicationMenuStack_WrapperImpl(const void* Object, void* OutValue); \
|
|
static void GetShowMenuBackground_WrapperImpl(const void* Object, void* OutValue);
|
|
|
|
|
|
struct Z_Construct_UClass_UMenuAnchor_Statics;
|
|
UMG_API UClass* Z_Construct_UClass_UMenuAnchor_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_MenuAnchor_h_25_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMenuAnchor(); \
|
|
friend struct ::Z_Construct_UClass_UMenuAnchor_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend UMG_API UClass* ::Z_Construct_UClass_UMenuAnchor_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMenuAnchor, UContentWidget, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/UMG"), Z_Construct_UClass_UMenuAnchor_NoRegister) \
|
|
DECLARE_SERIALIZER(UMenuAnchor)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_MenuAnchor_h_25_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
UMG_API UMenuAnchor(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMenuAnchor) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(UMG_API, UMenuAnchor); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMenuAnchor); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMenuAnchor(UMenuAnchor&&) = delete; \
|
|
UMenuAnchor(const UMenuAnchor&) = delete; \
|
|
UMG_API virtual ~UMenuAnchor();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_MenuAnchor_h_22_PROLOG
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_MenuAnchor_h_25_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_MenuAnchor_h_25_RPC_WRAPPERS \
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_MenuAnchor_h_25_ACCESSORS \
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_MenuAnchor_h_25_INCLASS \
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_MenuAnchor_h_25_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMenuAnchor;
|
|
|
|
// ********** End Class UMenuAnchor ****************************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_UMG_Public_Components_MenuAnchor_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|