64 lines
3.6 KiB
C
64 lines
3.6 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 "ThumbnailRendering/PhysicalMaterialMaskThumbnailRenderer.h"
|
||
|
|
|
||
|
|
#ifdef UNREALED_PhysicalMaterialMaskThumbnailRenderer_generated_h
|
||
|
|
#error "PhysicalMaterialMaskThumbnailRenderer.generated.h already included, missing '#pragma once' in PhysicalMaterialMaskThumbnailRenderer.h"
|
||
|
|
#endif
|
||
|
|
#define UNREALED_PhysicalMaterialMaskThumbnailRenderer_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class UPhysicalMaterialMaskThumbnailRenderer ***********************************
|
||
|
|
struct Z_Construct_UClass_UPhysicalMaterialMaskThumbnailRenderer_Statics;
|
||
|
|
UNREALED_API UClass* Z_Construct_UClass_UPhysicalMaterialMaskThumbnailRenderer_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Editor_UnrealEd_Classes_ThumbnailRendering_PhysicalMaterialMaskThumbnailRenderer_h_21_INCLASS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUPhysicalMaterialMaskThumbnailRenderer(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UPhysicalMaterialMaskThumbnailRenderer_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend UNREALED_API UClass* ::Z_Construct_UClass_UPhysicalMaterialMaskThumbnailRenderer_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UPhysicalMaterialMaskThumbnailRenderer, UTextureThumbnailRenderer, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/UnrealEd"), Z_Construct_UClass_UPhysicalMaterialMaskThumbnailRenderer_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UPhysicalMaterialMaskThumbnailRenderer)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Editor_UnrealEd_Classes_ThumbnailRendering_PhysicalMaterialMaskThumbnailRenderer_h_21_STANDARD_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
UNREALED_API UPhysicalMaterialMaskThumbnailRenderer(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UPhysicalMaterialMaskThumbnailRenderer) \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(UNREALED_API, UPhysicalMaterialMaskThumbnailRenderer); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UPhysicalMaterialMaskThumbnailRenderer); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UPhysicalMaterialMaskThumbnailRenderer(UPhysicalMaterialMaskThumbnailRenderer&&) = delete; \
|
||
|
|
UPhysicalMaterialMaskThumbnailRenderer(const UPhysicalMaterialMaskThumbnailRenderer&) = delete; \
|
||
|
|
UNREALED_API virtual ~UPhysicalMaterialMaskThumbnailRenderer();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Editor_UnrealEd_Classes_ThumbnailRendering_PhysicalMaterialMaskThumbnailRenderer_h_18_PROLOG
|
||
|
|
#define FID_Engine_Source_Editor_UnrealEd_Classes_ThumbnailRendering_PhysicalMaterialMaskThumbnailRenderer_h_21_GENERATED_BODY_LEGACY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Editor_UnrealEd_Classes_ThumbnailRendering_PhysicalMaterialMaskThumbnailRenderer_h_21_INCLASS \
|
||
|
|
FID_Engine_Source_Editor_UnrealEd_Classes_ThumbnailRendering_PhysicalMaterialMaskThumbnailRenderer_h_21_STANDARD_CONSTRUCTORS \
|
||
|
|
public: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UPhysicalMaterialMaskThumbnailRenderer;
|
||
|
|
|
||
|
|
// ********** End Class UPhysicalMaterialMaskThumbnailRenderer *************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Editor_UnrealEd_Classes_ThumbnailRendering_PhysicalMaterialMaskThumbnailRenderer_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|