64 lines
3.4 KiB
C
64 lines
3.4 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/PhysicsAssetThumbnailRenderer.h"
|
||
|
|
|
||
|
|
#ifdef UNREALED_PhysicsAssetThumbnailRenderer_generated_h
|
||
|
|
#error "PhysicsAssetThumbnailRenderer.generated.h already included, missing '#pragma once' in PhysicsAssetThumbnailRenderer.h"
|
||
|
|
#endif
|
||
|
|
#define UNREALED_PhysicsAssetThumbnailRenderer_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class UPhysicsAssetThumbnailRenderer *******************************************
|
||
|
|
struct Z_Construct_UClass_UPhysicsAssetThumbnailRenderer_Statics;
|
||
|
|
UNREALED_API UClass* Z_Construct_UClass_UPhysicsAssetThumbnailRenderer_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Editor_UnrealEd_Classes_ThumbnailRendering_PhysicsAssetThumbnailRenderer_h_16_INCLASS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUPhysicsAssetThumbnailRenderer(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UPhysicsAssetThumbnailRenderer_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend UNREALED_API UClass* ::Z_Construct_UClass_UPhysicsAssetThumbnailRenderer_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UPhysicsAssetThumbnailRenderer, UDefaultSizedThumbnailRenderer, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/UnrealEd"), Z_Construct_UClass_UPhysicsAssetThumbnailRenderer_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UPhysicsAssetThumbnailRenderer)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Editor_UnrealEd_Classes_ThumbnailRendering_PhysicsAssetThumbnailRenderer_h_16_STANDARD_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
UNREALED_API UPhysicsAssetThumbnailRenderer(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UPhysicsAssetThumbnailRenderer) \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(UNREALED_API, UPhysicsAssetThumbnailRenderer); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UPhysicsAssetThumbnailRenderer); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UPhysicsAssetThumbnailRenderer(UPhysicsAssetThumbnailRenderer&&) = delete; \
|
||
|
|
UPhysicsAssetThumbnailRenderer(const UPhysicsAssetThumbnailRenderer&) = delete; \
|
||
|
|
UNREALED_API virtual ~UPhysicsAssetThumbnailRenderer();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Editor_UnrealEd_Classes_ThumbnailRendering_PhysicsAssetThumbnailRenderer_h_13_PROLOG
|
||
|
|
#define FID_Engine_Source_Editor_UnrealEd_Classes_ThumbnailRendering_PhysicsAssetThumbnailRenderer_h_16_GENERATED_BODY_LEGACY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Editor_UnrealEd_Classes_ThumbnailRendering_PhysicsAssetThumbnailRenderer_h_16_INCLASS \
|
||
|
|
FID_Engine_Source_Editor_UnrealEd_Classes_ThumbnailRendering_PhysicsAssetThumbnailRenderer_h_16_STANDARD_CONSTRUCTORS \
|
||
|
|
public: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UPhysicsAssetThumbnailRenderer;
|
||
|
|
|
||
|
|
// ********** End Class UPhysicsAssetThumbnailRenderer *********************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Editor_UnrealEd_Classes_ThumbnailRendering_PhysicsAssetThumbnailRenderer_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|