90 lines
4.1 KiB
C++
90 lines
4.1 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/RetainerBox.h"
|
|
|
|
#ifdef UMG_RetainerBox_generated_h
|
|
#error "RetainerBox.generated.h already included, missing '#pragma once' in RetainerBox.h"
|
|
#endif
|
|
#define UMG_RetainerBox_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
class UMaterialInstanceDynamic;
|
|
class UMaterialInterface;
|
|
|
|
// ********** Begin Class URetainerBox *************************************************************
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_RetainerBox_h_28_RPC_WRAPPERS \
|
|
DECLARE_FUNCTION(execSetRetainRendering); \
|
|
DECLARE_FUNCTION(execSetTextureParameter); \
|
|
DECLARE_FUNCTION(execSetEffectMaterial); \
|
|
DECLARE_FUNCTION(execGetEffectMaterial); \
|
|
DECLARE_FUNCTION(execRequestRender); \
|
|
DECLARE_FUNCTION(execSetRenderingPhase);
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_RetainerBox_h_28_ACCESSORS \
|
|
static void GetbRetainRender_WrapperImpl(const void* Object, void* OutValue); \
|
|
static void SetbRetainRender_WrapperImpl(void* Object, const void* InValue); \
|
|
static void GetRenderOnInvalidation_WrapperImpl(const void* Object, void* OutValue); \
|
|
static void GetRenderOnPhase_WrapperImpl(const void* Object, void* OutValue); \
|
|
static void GetPhase_WrapperImpl(const void* Object, void* OutValue); \
|
|
static void GetPhaseCount_WrapperImpl(const void* Object, void* OutValue); \
|
|
static void GetEffectMaterial_WrapperImpl(const void* Object, void* OutValue); \
|
|
static void SetEffectMaterial_WrapperImpl(void* Object, const void* InValue); \
|
|
static void GetTextureParameter_WrapperImpl(const void* Object, void* OutValue); \
|
|
static void SetTextureParameter_WrapperImpl(void* Object, const void* InValue);
|
|
|
|
|
|
struct Z_Construct_UClass_URetainerBox_Statics;
|
|
UMG_API UClass* Z_Construct_UClass_URetainerBox_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_RetainerBox_h_28_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesURetainerBox(); \
|
|
friend struct ::Z_Construct_UClass_URetainerBox_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend UMG_API UClass* ::Z_Construct_UClass_URetainerBox_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(URetainerBox, UContentWidget, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/UMG"), Z_Construct_UClass_URetainerBox_NoRegister) \
|
|
DECLARE_SERIALIZER(URetainerBox)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_RetainerBox_h_28_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
UMG_API URetainerBox(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(URetainerBox) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(UMG_API, URetainerBox); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(URetainerBox); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
URetainerBox(URetainerBox&&) = delete; \
|
|
URetainerBox(const URetainerBox&) = delete; \
|
|
UMG_API virtual ~URetainerBox();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_RetainerBox_h_25_PROLOG
|
|
#define FID_Engine_Source_Runtime_UMG_Public_Components_RetainerBox_h_28_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_RetainerBox_h_28_RPC_WRAPPERS \
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_RetainerBox_h_28_ACCESSORS \
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_RetainerBox_h_28_INCLASS \
|
|
FID_Engine_Source_Runtime_UMG_Public_Components_RetainerBox_h_28_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class URetainerBox;
|
|
|
|
// ********** End Class URetainerBox ***************************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_UMG_Public_Components_RetainerBox_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|